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.c464 if (p->p_shutdown != NULL) in proc_shutdown()
465 (*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.c472 if (p->p_shutdown != NULL) in proc_shutdown()
473 (*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.c465 if (p->p_shutdown != NULL) in proc_shutdown()
466 (*p->p_shutdown)(); in proc_shutdown()
H A Dsnmpd.h156 void (*p_shutdown)(void); member
/openbsd/usr.sbin/relayd/
H A Dproc.c473 if (p->p_shutdown != NULL) in proc_shutdown()
474 (*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()
/openbsd/sbin/iked/
H A Dproc.c493 if (p->p_shutdown != NULL) in proc_shutdown()
494 (*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()