Searched defs:PidFile (Results 1 - 2 of 2) 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/cmd/sendmail/src/
H A Dsendmail.h2356 EXTERN char *PidFile; /* location of proc id file [conf.c] */ variable

Completed in 57 milliseconds