Searched refs:special_svcs (Results 1 – 1 of 1) sorted by relevance
211 static service_hook_assn_t special_svcs[] = { variable232 for (i = 0; i < sizeof (special_svcs) / sizeof (service_hook_assn_t); in special_online_hooks_get()234 if (strcmp(fmri, special_svcs[i].sh_fmri) == 0) { in special_online_hooks_get()235 *pre_onp = special_svcs[i].sh_pre_online_hook; in special_online_hooks_get()236 *post_onp = special_svcs[i].sh_post_online_hook; in special_online_hooks_get()237 *post_offp = special_svcs[i].sh_post_offline_hook; in special_online_hooks_get()