Searched refs:conf_pidfh (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/ctld/
H A Dctld.c123 assert(conf->conf_pidfh == NULL);
1929 if (oldconf->conf_pidfh != NULL) {
1934 newconf->conf_pidfh = oldconf->conf_pidfh;
1935 oldconf->conf_pidfh = NULL;
1939 pidfile_remove(oldconf->conf_pidfh);
1940 oldconf->conf_pidfh = NULL;
1944 if (newconf->conf_pidfh == NULL && newconf->conf_pidfile_path != NULL) {
1946 newconf->conf_pidfh =
1948 if (newconf->conf_pidfh
[all...]
H A Dctld.h220 struct pidfh *conf_pidfh; member in struct:conf

Completed in 144 milliseconds