Searched refs:propIter (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c1387 scf_iter_t *propIter = NULL; local
1415 ((propIter = scf_iter_create(handle)) == NULL) ||
1450 * propIter is the iterator handle
1452 if (scf_iter_pg_properties(propIter, pg) == -1) {
1463 while (scf_iter_next_property(propIter, prop) == 1) {
1666 if (propIter != NULL) {
1667 scf_iter_destroy(propIter);
1694 scf_iter_t *propIter = NULL; local
1713 ((propIter = scf_iter_create(handle)) == NULL) ||
1735 * propIter i
2844 scf_iter_t *propIter = NULL; local
3498 scf_iter_t *propIter = NULL; local
[all...]

Completed in 60 milliseconds