Lines Matching defs:pstr
454 prop_string_t pstr;
474 while ((pstr = prop_object_iterator_next(iter)) != NULL) {
475 if (prop_string_equals_string(pstr, cf->cf_name)) {
491 prop_string_t pstr;
504 pstr = prop_dictionary_get(device_properties(sc->sc_dev),
506 if (pstr == NULL) {
508 } else if (prop_string_equals_string(pstr,
511 } else if (prop_string_equals_string(pstr,
514 } else if (prop_string_equals_string(pstr,
520 prop_string_value(pstr),