di_prom_prop_lookup_strings
rv = di_prom_prop_lookup_strings(ph, node, prop_name,
rv = di_prom_prop_lookup_strings(ph, node, prop_name,
if (di_prom_prop_lookup_strings (phdl, node,
len = di_prom_prop_lookup_strings(ph, di, "device_type", &type);
count = di_prom_prop_lookup_strings(ph, di, alt_name, &pp_data);
count = di_prom_prop_lookup_strings(ph, di, name, &pp_data);
dret = di_prom_prop_lookup_strings(ph, dn, OBP_DEVICETYPE,
dret = di_prom_prop_lookup_strings(ph, dn, OBP_COMPATIBLE,
extern int di_prom_prop_lookup_strings(di_prom_handle_t prom,
if (di_prom_prop_lookup_strings(ph, node, prop_name, &str) == 1) {