Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/startd/
H A Dspecials.c213 static service_hook_assn_t special_svcs[] = { variable
234 for (i = 0; i < sizeof (special_svcs) / sizeof (service_hook_assn_t); in special_online_hooks_get()
236 if (strcmp(fmri, special_svcs[i].sh_fmri) == 0) { in special_online_hooks_get()
237 *pre_onp = special_svcs[i].sh_pre_online_hook; in special_online_hooks_get()
238 *post_onp = special_svcs[i].sh_post_online_hook; in special_online_hooks_get()
239 *post_offp = special_svcs[i].sh_post_offline_hook; in special_online_hooks_get()