Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c390 if (pool->p_shutdown != NULL) in svc_pool_cleanup()
391 (pool->p_shutdown)(); in svc_pool_cleanup()
719 pool->p_shutdown = *((void (*)())arg); in svc_pool_control()
H A Dsvc.h368 void (*p_shutdown)(); /* callout for shutdown */ member