Searched refs:scf_iter_service_pgs (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/man/man3scf/ |
H A D | Makefile | 88 scf_iter_service_pgs.3scf \ 298 scf_iter_service_pgs.3scf := LINKSRC = scf_iter_create.3scf
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 522 int scf_iter_service_pgs(scf_iter_t *, const scf_service_t *);
|
/illumos-gate/usr/src/lib/libstmf/common/ |
H A D | store.c | 3277 if (scf_iter_service_pgs(pgIter, svc) == -1) { 3302 if (scf_iter_service_pgs(pgIter, svc) == -1) { 4271 if (scf_iter_service_pgs(pgIter, svc) == -1) { 4297 if (scf_iter_service_pgs(pgIter, svc) == -1) {
|
/illumos-gate/usr/src/cmd/svc/svcprop/ |
H A D | svcprop.c | 363 ret = scf_iter_service_pgs(iter, ent.u.svc);
|
/illumos-gate/usr/src/lib/libshare/smb/ |
H A D | libshare_smb.c | 1389 if (scf_iter_service_pgs(iter, service) != 0)
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 10726 if (scf_iter_service_pgs(exp_pg_iter, svc) != SCF_SUCCESS) 11933 if (scf_iter_service_pgs(iter, (scf_service_t *)ent) < 0) 12555 if (scf_iter_service_pgs(iter, svc) < 0) 13462 ret = scf_iter_service_pgs(iter, cur_svc); 14217 ret = scf_iter_service_pgs(iter, cur_svc); 15426 r = scf_iter_service_pgs(iter, cur_svc); 17415 if (scf_iter_service_pgs(iter, svc) != SCF_SUCCESS) {
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 2508 scf_iter_service_pgs(scf_iter_t *iter, const scf_service_t *svc) function
|
Completed in 618 milliseconds