Searched refs:PidFile (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c817 char *PidFile = NFSLOGD_PIDFILE; local
827 if ((fd = open(PidFile, open_flags, 0600)) < 0) {
837 "cannot open or create pid file %s\n"), PidFile);
843 "Cannot lock %s - %s\n"), PidFile,
850 "Can not read from file %s - %s\n"), PidFile,
880 PidFile, strerror(error));
884 if (unlink(PidFile)) {
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dhttpd-standalone-ipp.conf78 # PidFile: The file in which the server should record its process
81 PidFile /var/run/httpd-standalone-ipp.pid
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c630 sm_dprintf(" Pid file:\t%s (default)\n", PidFile);
1415 expand(PidFile, pidpath, sizeof(pidpath), &BlankEnvelope);
2373 /* save daemon type in a macro for possible PidFile use */
2377 /* save queue interval in a macro for possible PidFile use */
3035 expand(PidFile, pidpath, sizeof(pidpath), CurEnv);
H A Dsendmail.h2356 EXTERN char *PidFile; /* location of proc id file [conf.c] */ variable
H A Dutil.c590 expand(PidFile, pidpath, sizeof(pidpath), e);
H A Dreadcf.c2100 { "PidFile", O_PIDFILE, OI_NONE },
3369 PSTRSET(PidFile, val);
H A Dconf.c347 PidFile = newstr(_PATH_SENDMAILPID);

Completed in 120 milliseconds