Searched refs:scf_iter_scope_services (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/man/man3scf/ |
H A D | Makefile | 86 scf_iter_scope_services.3scf \ 296 scf_iter_scope_services.3scf := LINKSRC = scf_iter_create.3scf
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 520 int scf_iter_scope_services(scf_iter_t *, const scf_scope_t *);
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | svc.c | 267 if (scf_iter_scope_services(svc_iter, sc) != 0)
|
/illumos-gate/usr/src/cmd/halt/ |
H A D | halt.c | 315 if (scf_iter_scope_services(siter, sc) != 0)
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 553 if (scf_iter_scope_services(siter, g_local_scope) != 0)
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | midlevel.c | 1593 (scf_iter_scope_services(svc_iter, scope) != SCF_SUCCESS))
|
H A D | lowlevel.c | 2482 scf_iter_scope_services(scf_iter_t *iter, const scf_scope_t *s) function 6558 if (scf_iter_scope_services(sciter, scope) != 0) {
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 2817 if (scf_iter_scope_services(svc_iter, scope) == -1)
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 10990 if (scf_iter_scope_services(iter, scope) != 0) 11136 if (scf_iter_scope_services(siter, scope) != SCF_SUCCESS) 11828 if (scf_iter_scope_services(iter, cur_scope) != SCF_SUCCESS) 17583 if (scf_iter_scope_services(iter, cur_scope) != 0)
|
Completed in 164 milliseconds