Searched refs:scf_iter_service_pgs (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | mapfile-vers | 156 scf_iter_service_pgs;
|
H A D | lowlevel.c | 2568 scf_iter_service_pgs(scf_iter_t *iter, const scf_service_t *svc) in scf_iter_service_pgs() function
|
/illumos-gate/usr/src/man/man3scf/ |
H A D | Makefile | 89 scf_iter_service_pgs.3scf \ 300 scf_iter_service_pgs.3scf := LINKSRC = scf_iter_create.3scf
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 545 int scf_iter_service_pgs(scf_iter_t *, const scf_service_t *);
|
/illumos-gate/usr/src/cmd/svc/svcprop/ |
H A D | svcprop.c | 363 ret = scf_iter_service_pgs(iter, ent.u.svc); in scf_iter_entity_pgs()
|
/illumos-gate/usr/src/lib/libstmf/common/ |
H A D | store.c | 3277 if (scf_iter_service_pgs(pgIter, svc) == -1) { in psGetLogicalUnitList() 3302 if (scf_iter_service_pgs(pgIter, svc) == -1) { in psGetLogicalUnitList() 4271 if (scf_iter_service_pgs(pgIter, svc) == -1) { in psGetProviderDataList() 4297 if (scf_iter_service_pgs(pgIter, svc) == -1) { in psGetProviderDataList()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3scf.inc | 106 link path=usr/share/man/man3scf/scf_iter_service_pgs.3scf \
|
/illumos-gate/usr/src/lib/libshare/smb/ |
H A D | libshare_smb.c | 1397 if (scf_iter_service_pgs(iter, service) != 0) in smb_enable_dependencies()
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 10750 if (scf_iter_service_pgs(exp_pg_iter, svc) != SCF_SUCCESS) in export_service() 11957 if (scf_iter_service_pgs(iter, (scf_service_t *)ent) < 0) in entity_has_no_pgs() 12579 if (scf_iter_service_pgs(iter, svc) < 0) in lscf_service_delete() 13486 ret = scf_iter_service_pgs(iter, cur_svc); in listprop() 14241 ret = scf_iter_service_pgs(iter, cur_svc); in write_edit_script() 15450 r = scf_iter_service_pgs(iter, cur_svc); in lscf_revert() 17439 if (scf_iter_service_pgs(iter, svc) != SCF_SUCCESS) { in lscf_hash_cleanup()
|