Searched refs:svc_get_state (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | svc.c | 697 svc_get_state(topo_mod_t *mod, nvlist_t *fmri, boolean_t presence_only, in svc_get_state() function 820 if (svc_get_state(mod, in, B_TRUE, &state) != 0) in svc_fmri_present() 844 if (svc_get_state(mod, in, B_TRUE, &state) != 0) in svc_fmri_replaced() 869 if (svc_get_state(mod, in, B_FALSE, &state) != 0) in svc_fmri_service_state() 893 if (svc_get_state(mod, in, B_FALSE, &state) != 0) in svc_fmri_unusable()
|