Searched refs:os_get_prop_common (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/efcode/fcdriver/ |
H A D | build_tree.c | 77 if (os_get_prop_common(cdp, pd->node, "name", in get_prom_nodeid() 91 if (os_get_prop_common(cdp, ppd->node, "name", in get_prom_nodeid() 103 status = os_get_prop_common(cdp, thisnode, "name", in get_prom_nodeid() 161 (void) os_get_prop_common(cdp, pd->node, "name", 0, &name, in build_nodes()
|
H A D | property.c | 78 os_get_prop_common(common_data_t *cdp, fc_phandle_t node, char *name, in os_get_prop_common() function 136 } else if (os_get_prop_common(pd->common, node, name, inherit, &prop, in os_get_prop()
|
/titanic_41/usr/src/lib/efcode/include/fcdriver/ |
H A D | proto.h | 51 int os_get_prop_common(common_data_t *, fc_phandle_t, char *, int, char **,
|