Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Dctld.c123 assert(conf->conf_pidfh == NULL); in conf_delete()
1929 if (oldconf->conf_pidfh != NULL) { in conf_apply()
1934 newconf->conf_pidfh = oldconf->conf_pidfh; in conf_apply()
1935 oldconf->conf_pidfh = NULL; in conf_apply()
1939 pidfile_remove(oldconf->conf_pidfh); in conf_apply()
1940 oldconf->conf_pidfh = NULL; in conf_apply()
1946 newconf->conf_pidfh = in conf_apply()
1948 if (newconf->conf_pidfh == NULL) { in conf_apply()
2477 pidfile_close(conf->conf_pidfh); in handle_connection()
2534 pidfile_write(conf->conf_pidfh); in main_loop()
[all …]
H A Dctld.h220 struct pidfh *conf_pidfh; member