Searched defs:svc_get_state (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c649 * svc_get_state succeeds
660 * svc_get_state returns FMD_SERVICE_STATE_OK.
662 * The "present" method maps a svc_get_state return of UNKNOWN to
663 * "not present" and a svc_get_state return of OK to "present".
668 * For the "service state" and "unusable" methods svc_get_state goes on
672 * svc_get_state succeeds Service
697 svc_get_state(topo_mod_t *mod, nvlist_t *fmri, boolean_t presence_only, function
820 if (svc_get_state(mod, in, B_TRUE, &state) != 0)
844 if (svc_get_state(mod, in, B_TRUE, &state) != 0)
869 if (svc_get_state(mo
[all...]

Completed in 412 milliseconds