Searched refs:server_path (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
H A D | 80-test_cmp_http.t | 58 my $server_path;# The server's CMP alias 88 $server_path = $1 eq "" ? '""""' : $1 if m/^\s*server_path\s*=\s*(.*)?\s*$/; 103 || !defined $server_path || !defined $server_cert 225 $line =~ s{_SERVER_PATH}{$server_path}g;
|
/netbsd-src/external/bsd/unbound/dist/cachedb/ |
H A D | redis.c | 59 const char* server_path; /* server's unix path, or "", NULL if unused */ member 89 if(moddata->server_path && moddata->server_path[0]!=0) { in redis_connect() 90 ctx = redisConnectUnixWithTimeout(moddata->server_path, in redis_connect() 160 moddata->server_path = env->cfg->redis_server_path; in redis_init()
|
/netbsd-src/usr.sbin/rpc.bootparamd/ |
H A D | bootparamd.c | 255 &res.server_name, &res.server_path); in bootparamproc_getfile_1_svc() 275 res.server_path[0] = '\0'; in bootparamproc_getfile_1_svc() 291 res.server_name, res.server_path, in bootparamproc_getfile_1_svc() 299 res.server_name, res.server_path, in bootparamproc_getfile_1_svc()
|
/netbsd-src/external/gpl2/lvm2/dist/daemons/dmeventd/ |
H A D | libdevmapper-event.c | 466 fifos->server_path = DM_EVENT_FIFO_SERVER; in _init_client() 474 if ((fifos->server = open(fifos->server_path, O_RDWR)) < 0) { in _init_client() 476 __func__, fifos->server_path); in _init_client() 483 log_error("%s: flock %s", __func__, fifos->server_path); in _init_client() 503 log_error("flock unlock %s", fifos->server_path); in _dtr_client()
|
H A D | dmeventd.c | 1206 fifos->server_path = DM_EVENT_FIFO_SERVER; in _init_fifos() 1214 ((mkfifo(fifos->server_path, 0600) == -1) && errno != EEXIST)) { in _open_fifos() 1227 if ((!stat(fifos->server_path, &st)) && (st.st_mode & 0777) != 0600) in _open_fifos() 1229 fifos->server_path); in _open_fifos() 1238 if (chmod(fifos->server_path, 0600)) { in _open_fifos() 1240 fifos->server_path); in _open_fifos() 1245 if ((fifos->server = open(fifos->server_path, O_RDWR)) < 0) { in _open_fifos()
|
H A D | dmeventd.h | 56 const char *server_path; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/ |
H A D | test.cnf | 25 server_path = pkix/ 26 path = $server_path
|
/netbsd-src/lib/librpcsvc/ |
H A D | bootparam_prot.x | 94 bp_path_t server_path; member
|