Home
last modified time | relevance | path

Searched refs:scf_iter_next_property (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drc_scf.c176 while ((ret = scf_iter_next_property(propiter, prop)) == 1) { in rc_scf_get_sharectl()
/illumos-gate/usr/src/lib/libscf/common/
H A Dmapfile-vers146 scf_iter_next_property;
H A Dmidlevel.c369 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 Dnotify_params.c1426 while ((err = scf_iter_next_property(it, p)) == 1) { in _scf_notify_get_params()
H A Dscf_tmpl.c6266 while ((r = scf_iter_next_property(iter, prop)) == 1) { in _check_pg()
H A Dlowlevel.c2649 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 DMakefile79 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 Dscfutil.c288 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 Dstore.c1463 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 Dsvccfg_libscf.c3626 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()
10071 while ((ret = scf_iter_next_property(iter, exp_prop)) == 1) { in export_dependents()
12237 while ((r = scf_iter_next_property(iter, prop)) == 1) { in delete_dependents()
13579 while ((ret = scf_iter_next_property(piter, prop)) == 1) { in listprop()
14271 while ((ret2 = scf_iter_next_property(piter, prop)) == 1) { in write_edit_script()
15273 r = scf_iter_next_property(iter, prop); in pg_copy()
[all …]
H A Dsvccfg_internal.c1103 r = scf_iter_next_property(load_propiter, load_prop); in load_pg()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.c632 while ((scf_iter_next_property(iter, prop) == 1)) { in read_startd_config()
H A Dlibscf.c607 ret = scf_iter_next_property(iter, prop); in depgroup_empty()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h566 int scf_iter_next_property(scf_iter_t *, scf_property_t *);
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c322 while ((ret = scf_iter_next_property(iter, prop)) == 1) in display_pg()
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c204 while (scf_iter_next_property(handle_iter->prop, handle->prop) == 1) { in get_props_kva_all()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3scf.inc87 link path=usr/share/man/man3scf/scf_iter_next_property.3scf \
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c1319 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 Drouteadm.c1725 while ((propiterret = scf_iter_next_property(propiter, prop)) == 1) { in ra_list_props_cb()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2262 while ((j = scf_iter_next_property(prop_iter, prop)) == 1) { in print_application_properties()