Home
last modified time | relevance | path

Searched refs:getproplen (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/intel/promif/
H A Dprom_emul.c38 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 Dpromif_stree.c60 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 Dproperty.c43 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 Ddrmach_acpi.h102 int (*getproplen)(struct drmach_node *node, char *name, member
H A Ddrmach_acpi.c338 np->getproplen = drmach_node_acpi_get_proplen; in drmach_node_new()
354 dup->getproplen = np->getproplen; in drmach_node_dup()