Home
last modified time | relevance | path

Searched refs:p_shutdown (Results 1 – 16 of 16) sorted by relevance

/openbsd/usr.sbin/vmd/
H A Dproc.h132 void (*p_shutdown)(void); member
H A Dproc.c469 if (p->p_shutdown != NULL) in proc_shutdown()
470 (*p->p_shutdown)(); in proc_shutdown()
/openbsd/usr.sbin/httpd/
H A Dlogger.c78 p->p_shutdown = logger_shutdown; in logger_init()
H A Dproc.c477 if (p->p_shutdown != NULL) in proc_shutdown()
478 (*p->p_shutdown)(); in proc_shutdown()
H A Dhttpd.h271 void (*p_shutdown)(void); member
H A Dserver.c392 p->p_shutdown = server_shutdown; in server_init()
/openbsd/usr.sbin/snmpd/
H A Dproc.c470 if (p->p_shutdown != NULL) in proc_shutdown()
471 (*p->p_shutdown)(); in proc_shutdown()
H A Dsnmpd.h156 void (*p_shutdown)(void); member
/openbsd/sbin/iked/
H A Dproc.c498 if (p->p_shutdown != NULL) in proc_shutdown()
499 (*p->p_shutdown)(); in proc_shutdown()
H A Diked.h833 void (*p_shutdown)(void); member
H A Dca.c125 p->p_shutdown = ca_shutdown; in ca_run()
H A Dikev2.c219 p->p_shutdown = ikev2_shutdown; in ikev2_run()
/openbsd/usr.sbin/relayd/
H A Dproc.c478 if (p->p_shutdown != NULL) in proc_shutdown()
479 (*p->p_shutdown)(); in proc_shutdown()
H A Dpfe.c90 p->p_shutdown = pfe_shutdown; in pfe_init()
H A Drelayd.h1065 void (*p_shutdown)(void); member
H A Drelay.c344 p->p_shutdown = relay_shutdown; in relay_init()