Symbol: pidfile_path
crypto/heimdal/lib/roken/write_pid.c
67
static char *pidfile_path;
crypto/heimdal/lib/roken/write_pid.c
72
if(pidfile_path != NULL)
crypto/heimdal/lib/roken/write_pid.c
73
pid_file_delete(&pidfile_path);
crypto/heimdal/lib/roken/write_pid.c
79
if(pidfile_path != NULL)
crypto/heimdal/lib/roken/write_pid.c
83
pidfile_path = pid_file_write(basename);
usr.sbin/autofs/automountd.c
436
const char *pidfile_path = AUTOMOUNTD_PIDFILE;
usr.sbin/autofs/automountd.c
483
pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
usr.sbin/autofs/automountd.c
490
pidfile_path);
usr.sbin/autofs/autounmountd.c
266
const char *pidfile_path = AUTOUNMOUNTD_PIDFILE;
usr.sbin/autofs/autounmountd.c
302
pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
usr.sbin/autofs/autounmountd.c
309
pidfile_path);
usr.sbin/ctld/ctld.cc
2781
open_pidfile(newconf->pidfile_path());
usr.sbin/ctld/ctld.cc
2793
oldconf->set_pidfile_path(newconf->pidfile_path());
usr.sbin/iscsid/iscsid.c
697
const char *pidfile_path = DEFAULT_PIDFILE;
usr.sbin/iscsid/iscsid.c
703
pidfile_path = optarg;
usr.sbin/iscsid/iscsid.c
729
pidfh = pidfile_open(pidfile_path, 0600, &otherpid);
usr.sbin/iscsid/iscsid.c
735
pidfile_path);
usr.sbin/nfsd/nfsd.c
167
const char *pidfile_path = DEFAULT_PIDFILE;
usr.sbin/nfsd/nfsd.c
242
pidfile_path = optarg;
usr.sbin/nfsd/nfsd.c
426
if (pidfile_path != NULL) {
usr.sbin/nfsd/nfsd.c
427
masterpidfh = pidfile_open(pidfile_path, 0600, &otherpid);
usr.sbin/nscd/config.c
549
config->pidfile_path = calloc(1, len + 1);
usr.sbin/nscd/config.c
550
assert(config->pidfile_path != NULL);
usr.sbin/nscd/config.c
551
memcpy(config->pidfile_path, DEFAULT_PIDFILE_PATH, len);
usr.sbin/nscd/config.c
574
free(config->pidfile_path);
usr.sbin/nscd/config.h
96
char *pidfile_path;
usr.sbin/rpcbind/rpcbind.c
176
if (pidfile_path != NULL) {
usr.sbin/rpcbind/rpcbind.c
177
pidfh = pidfile_open(pidfile_path, 0600, NULL);
usr.sbin/rpcbind/rpcbind.c
900
pidfile_path = strdup(optarg);
usr.sbin/rpcbind/rpcbind.c
92
char *pidfile_path = DEFAULT_PIDFILE;