Lines Matching defs:pstr
237 prop_string_t pstr;
257 while ((pstr = prop_object_iterator_next(iter)) != NULL) {
258 if (prop_string_equals_string(pstr, cf->cf_name)) {
275 prop_string_t pstr;
288 pstr = prop_dictionary_get(device_properties(sc->sc_dev),
290 if (pstr == NULL) {
292 } else if (prop_string_equals_string(pstr,
295 } else if (prop_string_equals_string(pstr,
298 } else if (prop_string_equals_string(pstr,
304 prop_string_value(pstr),