| /netbsd-src/external/mpl/bind/dist/bin/tests/system/ |
| H A D | stop.pl | 145 my ( $pid_file ) = @_; 147 return unless -f $pid_file; 149 my $result = open(my $fh, "<", $pid_file); 151 print "I:$test:$pid_file: $!\n"; 152 unlink $pid_file; 192 my $pid_file = server_pid_file($server); 193 unlink($pid_file); 218 my $pid_file = server_pid_file($server); 219 my $pid = read_pid($pid_file); 235 my $pid_file [all...] |
| H A D | start.pl | 200 my ( $server, $command, $pid_file ) = @_; 212 while (!-s $pid_file) { 298 my $pid_file; 304 $pid_file = "named.pid"; 310 start_server($server, $command, $pid_file); 355 my $pid_file; 359 $pid_file = "ans.pid"; 365 start_server($server, $command, $pid_file);
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | session.c | 174 char pid_file[MAXPATHLEN]; in session() local 252 strlcpy(pid_file, _PATH_VARRUN "racoon.pid", MAXPATHLEN); in session() 254 strlcpy(pid_file, lcconf->pathinfo[LC_PATHTYPE_PIDFILE], MAXPATHLEN); in session() 256 strlcat(pid_file, _PATH_VARRUN, MAXPATHLEN); in session() 257 strlcat(pid_file, lcconf->pathinfo[LC_PATHTYPE_PIDFILE], MAXPATHLEN); in session() 259 fp = fopen(pid_file, "w"); in session() 269 "cannot open %s", pid_file); in session()
|
| /netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/ |
| H A D | NamedConf.py | 54 self.pid_file = "" 71 report_info(' pid-file: %s' % (self.pid_file)) 93 self.pid_file = name 97 return self.pid_file
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | amd.c | 198 if (STREQ(gopt.pid_file, "/dev/stdout")) { in daemon_mode() 206 f = fopen(gopt.pid_file, "w"); in daemon_mode() 211 fprintf(stderr, "cannot open %s (errno=%d)\n", gopt.pid_file, errno); in daemon_mode() 285 gopt.pid_file = "/dev/stdout"; in init_global_options()
|
| H A D | amd.h | 276 char *pid_file; /* PID file */ member
|
| H A D | conf.c | 615 gopt.pid_file = xstrdup(val); in gopt_pid_file()
|
| /netbsd-src/external/bsd/wpa/dist/src/utils/ |
| H A D | os_none.c | 47 int os_daemonize(const char *pid_file) in os_daemonize() argument 53 void os_daemonize_terminate(const char *pid_file) in os_daemonize_terminate() argument
|
| H A D | os_win32.c | 120 int os_daemonize(const char *pid_file) in os_daemonize() argument 127 void os_daemonize_terminate(const char *pid_file) in os_daemonize_terminate() argument
|
| /netbsd-src/external/bsd/am-utils/dist/scripts/ |
| H A D | test-amd.conf | 8 pid_file = /var/run/amd.pid
|
| H A D | amd.conf-sample | 13 pid_file = /dev/stdout | /var/run/amd.pid
|
| /netbsd-src/external/bsd/am-utils/dist/doc/ |
| H A D | am-utils.texi | 4463 * pid_file Parameter:: 5099 @node osver Parameter, pid_file Parameter, os Parameter, Global Parameters 5112 @node pid_file Parameter, plock Parameter, osver Parameter, Global Parameters 5114 @subsection @t{pid_file} Parameter 5115 @cindex pid_file Parameter 5127 @node plock Parameter, portmap_program Parameter, pid_file Parameter, Global Parameters 5332 #pid_file = /var/run/amd.pid
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | NEWS | 955 pid_file: specifies the file to store the PID
|
| H A D | ChangeLog | 10506 stdout. If also pid_file is specified, then print the process ID 10550 * doc/am-utils.texi (pid_file Parameter): document new global 10553 * scripts/amd.conf.5: document new global option pid_file. 10555 * amd/amd.c (daemon_mode): if cannot open pid_file, continue to
|