Lines Matching refs:propIter
1387 scf_iter_t *propIter = NULL;
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;
1713 ((propIter = scf_iter_create(handle)) == NULL) ||
1735 * propIter is the iterator handle
1737 if (scf_iter_pg_properties(propIter, pg) == -1) {
1744 while (scf_iter_next_property(propIter, prop) == 1) {
1761 * propIter is the iterator handle
1763 if (scf_iter_pg_properties(propIter, pg) == -1) {
1786 while ((scf_iter_next_property(propIter, prop) == 1) &&
1834 if (propIter != NULL) {
1835 scf_iter_destroy(propIter);
2844 scf_iter_t *propIter = NULL;
2859 ((propIter = scf_iter_create(handle)) == NULL) ||
2882 * propIter is the iterator handle
2884 if (scf_iter_pg_properties(propIter, pg) == -1) {
2899 while (scf_iter_next_property(propIter, prop) == 1) {
2952 if (propIter != NULL) {
2953 scf_iter_destroy(propIter);
3498 scf_iter_t *propIter = NULL;
3517 ((propIter = scf_iter_create(handle)) == NULL) ||
3575 * propIter is the iterator handle
3577 if (scf_iter_pg_properties(propIter, pg) == -1) {
3599 while (scf_iter_next_property(propIter, prop) == 1) {
3666 if (propIter != NULL) {
3667 scf_iter_destroy(propIter);