Searched refs:PidFile (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.c | 817 char *PidFile = NFSLOGD_PIDFILE; in process_pidfile() local 827 if ((fd = open(PidFile, open_flags, 0600)) < 0) { in process_pidfile() 837 "cannot open or create pid file %s\n"), PidFile); in process_pidfile() 843 "Cannot lock %s - %s\n"), PidFile, in process_pidfile() 850 "Can not read from file %s - %s\n"), PidFile, in process_pidfile() 880 PidFile, strerror(error)); in process_pidfile() 884 if (unlink(PidFile)) { in process_pidfile()
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | main.c | 630 sm_dprintf(" Pid file:\t%s (default)\n", PidFile); 1415 expand(PidFile, pidpath, sizeof(pidpath), &BlankEnvelope); 3035 expand(PidFile, pidpath, sizeof(pidpath), CurEnv);
|
H A D | util.c | 590 expand(PidFile, pidpath, sizeof(pidpath), e);
|
H A D | sendmail.h | 2356 EXTERN char *PidFile; /* location of proc id file [conf.c] */ variable
|
H A D | readcf.c | 3369 PSTRSET(PidFile, val);
|
H A D | conf.c | 347 PidFile = newstr(_PATH_SENDMAILPID);
|
/titanic_50/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 612 _OPTION(PidFile, `confPID_FILE', `/var/run/sendmail.pid')
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | ChangeLog | 1242 - PidFile, pr 1210
|
/titanic_50/usr/src/cmd/sendmail/cf/ |
H A D | README | 3851 confPID_FILE PidFile [system dependent] Location of pid
|