Home
last modified time | relevance | path

Searched refs:viter (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/svc/svcadm/
H A Dsynch.c454 scf_iter_t *iter, *viter = NULL; in has_potential() local
547 if ((viter = prop_walk_init(pg, SCF_PROPERTY_ENTITIES)) == NULL) in has_potential()
551 r = eval_require_all(viter, value, value_sz, isfile); in has_potential()
553 r = eval_require_any(viter, value, value_sz, isfile); in has_potential()
555 r = eval_exclude_all(viter, value, value_sz, isfile); in has_potential()
557 r = eval_optional_all(viter, value, value_sz, isfile); in has_potential()
559 scf_iter_destroy(viter); in has_potential()
565 scf_iter_destroy(viter); in has_potential()
/titanic_44/usr/src/lib/libshare/common/
H A Dscfutil.c571 scf_iter_t *viter; in sa_share_from_pgroup() local
572 viter = scf_iter_create(handle->handle); in sa_share_from_pgroup()
573 if (viter != NULL && in sa_share_from_pgroup()
574 scf_iter_property_values(viter, prop) == 0) { in sa_share_from_pgroup()
575 while (scf_iter_next_value(viter, value) > 0) { in sa_share_from_pgroup()
589 scf_iter_destroy(viter); in sa_share_from_pgroup()
/titanic_44/usr/src/cmd/svc/svcs/
H A Dsvcs.c3181 scf_iter_t *iter, *viter; in walk_dependencies() local
3188 (viter = scf_iter_create(h)) == NULL) in walk_dependencies()
3239 if (scf_iter_property_values(viter, g_prop) != SCF_SUCCESS) in walk_dependencies()
3242 while ((vret = scf_iter_next_value(viter, g_val)) == 1) { in walk_dependencies()
3258 scf_iter_destroy(viter); in walk_dependencies()
/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c14154 scf_iter_t *iter, *piter, *viter; in write_edit_script() local
14194 (viter = scf_iter_create(g_hndl)) == NULL) in write_edit_script()
14261 if (scf_iter_property_values(viter, prop) != in write_edit_script()
14265 while ((ret3 = scf_iter_next_value(viter, val)) == 1) { in write_edit_script()
14343 scf_iter_destroy(viter); in write_edit_script()
15203 scf_iter_t *iter, *viter; in pg_copy() local
15224 (viter = scf_iter_create(g_hndl)) == NULL) in pg_copy()
15268 if (scf_iter_property_values(viter, prop) != 0) in pg_copy()
15276 r = scf_iter_next_value(viter, v); in pg_copy()
15291 scf_iter_destroy(viter); in pg_copy()