Searched refs:getproplen (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/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) function 224 return (getproplen(pnp, name)); 250 len = getproplen(pnp, name);
|
/illumos-gate/usr/src/lib/efcode/fcdriver/ |
H A D | property.c | 43 getproplen(common_data_t *cdp, fc_phandle_t node, char *propname, int inherit) function 84 i = getproplen(cdp, node, name, inherit); 92 " getproplen(%s) returned %d\n", name, i); 100 * It's an error if getproplen succeeded but getprop didn't 104 " return %d, getproplen returned %d\n", name, j, i);
|
/illumos-gate/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)); 165 len = getproplen(pnp, name); 170 prom_printf("find_node: getproplen: %d\n", len); 229 getproplen(prom_node_t *pnp, char *name) function
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/ |
H A D | drmach_acpi.h | 102 int (*getproplen)(struct drmach_node *node, char *name, member in struct:drmach_node
|
H A D | drmach_acpi.c | 338 np->getproplen = drmach_node_acpi_get_proplen; 354 dup->getproplen = np->getproplen;
|
Completed in 107 milliseconds