Searched refs:getproplen (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/intel/promif/ |
H A D | prom_emul.c | 38 static int getproplen(prom_node_t *pnp, char *name); 204 getproplen(prom_node_t *pnp, char *name) in getproplen() function 224 return (getproplen(pnp, name)); in promif_getproplen() 250 len = getproplen(pnp, name); in promif_getprop()
|
/titanic_44/usr/src/uts/sun4v/promif/ |
H A D | promif_stree.c | 60 static int getproplen(prom_node_t *pnp, char *name); 149 return (getproplen(pnp, name)); in promif_stree_getproplen() 165 len = getproplen(pnp, name); in promif_stree_getprop() 229 getproplen(prom_node_t *pnp, char *name) in getproplen() function
|
/titanic_44/usr/src/lib/efcode/fcdriver/ |
H A D | property.c | 43 getproplen(common_data_t *cdp, fc_phandle_t node, char *propname, int inherit) in getproplen() function 84 i = getproplen(cdp, node, name, inherit); in os_get_prop_common()
|
/titanic_44/usr/src/uts/i86pc/io/acpi/drmach_acpi/ |
H A D | drmach_acpi.h | 102 int (*getproplen)(struct drmach_node *node, char *name, member
|
H A D | drmach_acpi.c | 338 np->getproplen = drmach_node_acpi_get_proplen; in drmach_node_new() 354 dup->getproplen = np->getproplen; in drmach_node_dup()
|