Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dspecials.c228 instance_hook_t *post_onp, instance_hook_t *post_offp) in special_online_hooks_get() argument
237 *post_offp = special_svcs[i].sh_post_offline_hook; in special_online_hooks_get()
241 *pre_onp = *post_onp = *post_offp = special_null_transition; in special_online_hooks_get()