/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | rc_scf.c | 176 while ((ret = scf_iter_next_property(propiter, prop)) == 1) { in rc_scf_get_sharectl()
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | mapfile-vers | 146 scf_iter_next_property;
|
H A D | midlevel.c | 369 while ((propiter_ret = scf_iter_next_property(propiter, prop)) == 1) { in insert_app_props() 1980 while ((propiter_ret = scf_iter_next_property(propiter, prop)) in scf_simple_app_props_get() 2112 scf_iter_next_property(propiter, prop)) == 1) { in scf_simple_app_props_get()
|
H A D | notify_params.c | 1426 while ((err = scf_iter_next_property(it, p)) == 1) { in _scf_notify_get_params()
|
H A D | scf_tmpl.c | 6266 while ((r = scf_iter_next_property(iter, prop)) == 1) { in _check_pg()
|
H A D | lowlevel.c | 2658 scf_iter_next_property(scf_iter_t *iter, scf_property_t *out) in scf_iter_next_property() function
|
/illumos-gate/usr/src/man/man3scf/ |
H A D | Makefile | 79 scf_iter_next_property.3scf \ 290 scf_iter_next_property.3scf := LINKSRC = scf_iter_create.3scf
|
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | scfutil.c | 288 while (scf_iter_next_property(iter, prop) > 0) { in sa_extract_pgroup() 531 while (scf_iter_next_property(iter, prop) > 0) { in sa_share_from_pgroup() 826 while (scf_iter_next_property(iter, prop) > 0) { in sa_share_props_from_pgroup()
|
/illumos-gate/usr/src/lib/libstmf/common/ |
H A D | store.c | 1463 while (scf_iter_next_property(propIter, prop) == 1) { in iPsCreateDeleteGroup() 1744 while (scf_iter_next_property(propIter, prop) == 1) { in iPsGetGroupList() 1786 while ((scf_iter_next_property(propIter, prop) == 1) && in iPsGetGroupList() 2899 while (scf_iter_next_property(propIter, prop) == 1) { in iPsGetActualGroupName() 3599 while (scf_iter_next_property(propIter, prop) == 1) { in psGetViewEntryList()
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 3626 r = scf_iter_next_property(ud_iter, ud_dpt_prop); in upgrade_dependents() 4001 while ((r = scf_iter_next_property(ud_prop_iter, ud_prop)) == 1) { in upgrade_manifestfiles() 9215 while ((ret = scf_iter_next_property(exp_prop_iter, exp_prop)) == 1) { in export_pg() 9361 while ((ret = scf_iter_next_property(exp_prop_iter, exp_prop)) == 1) { in export_dependency() 9655 while ((ret = scf_iter_next_property(exp_prop_iter, exp_prop)) == 1) { in export_method() 9757 while ((ret = scf_iter_next_property(exp_prop_iter, exp_prop)) == 1) { in export_svc_general() 9863 while ((ret = scf_iter_next_property(exp_prop_iter, exp_prop)) == 1) { in export_method_context() 9997 while ((ret = scf_iter_next_property(exp_prop_iter, exp_prop)) == 1) { in export_dependent() 10071 while ((ret = scf_iter_next_property(iter, exp_prop)) == 1) { in export_dependents() 10228 while ((ret = scf_iter_next_property(exp_prop_iter, exp_prop)) == 1) { in export_tm_loctext() [all …]
|
H A D | svccfg_internal.c | 1103 r = scf_iter_next_property(load_propiter, load_prop); in load_pg()
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | startd.c | 637 while ((scf_iter_next_property(iter, prop) == 1)) { in read_startd_config()
|
H A D | libscf.c | 607 ret = scf_iter_next_property(iter, prop); in depgroup_empty()
|
/illumos-gate/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 566 int scf_iter_next_property(scf_iter_t *, scf_property_t *);
|
/illumos-gate/usr/src/cmd/svc/svcprop/ |
H A D | svcprop.c | 322 while ((ret = scf_iter_next_property(iter, prop)) == 1) in display_pg()
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_scf.c | 204 while (scf_iter_next_property(handle_iter->prop, handle->prop) == 1) { in get_props_kva_all()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3scf.inc | 87 link path=usr/share/man/man3scf/scf_iter_next_property.3scf \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_scf.c | 1319 while ((scf_ret = scf_iter_next_property(propiter, prop)) == 1) { in ilbd_scf_pg_walk_props()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/ |
H A D | routeadm.c | 1725 while ((propiterret = scf_iter_next_property(propiter, prop)) == 1) { in ra_list_props_cb()
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 2262 while ((j = scf_iter_next_property(prop_iter, prop)) == 1) { in print_application_properties()
|