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

/illumos-gate/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);
236 if (strcmp(fmri, special_svcs[i].sh_fmri) == 0) {
237 *pre_onp = special_svcs[i].sh_pre_online_hook;
238 *post_onp = special_svcs[i].sh_post_online_hook;
239 *post_offp = special_svcs[i].sh_post_offline_hook;

Completed in 56 milliseconds