Lines Matching defs:valueIter
297 scf_iter_t *valueIter = NULL;
325 ((valueIter = scf_iter_create(handle)) == NULL)) {
399 * valueIter is the iterator handle, create the resource
401 if (scf_iter_property_values(valueIter, prop) == -1) {
427 while (scf_iter_next_value(valueIter, valueLookup) == 1) {
594 if (valueIter != NULL) {
595 scf_iter_destroy(valueIter);
1868 scf_iter_t *valueIter = NULL;
1890 ((valueIter = scf_iter_create(handle)) == NULL) ||
1924 * valueIter is the iterator handle
1926 if (scf_iter_property_values(valueIter, prop) == -1) {
1933 while (scf_iter_next_value(valueIter, valueLookup) == 1) {
1944 * valueIter is the iterator handle
1946 if (scf_iter_property_values(valueIter, prop) == -1) {
1963 while ((scf_iter_next_value(valueIter, valueLookup) == 1) &&
2007 if (valueIter != NULL) {
2008 scf_iter_destroy(valueIter);