Searched defs:n_getprop (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c106 int (*n_getprop)(struct drmach_node *node, char *name, member in struct:drmach_node
752 np->n_getprop = drmach_node_ddi_get_prop;
826 dup->n_getprop = np->n_getprop;
988 rv = node->n_getprop(node, "name", name, OBP_MAXDRVNAME);
1512 if (np->n_getprop(np, "portid", &portid, sizeof (portid)) == 0)
1519 if (np->n_getprop(np, "device_type", &type, sizeof (type)) != 0)
1526 if (np->n_getprop(np, "cpuid", &portid, sizeof (portid)) == 0)
1603 rv = node->n_getprop(node, "name", name, OBP_MAXDRVNAME);
1608 rv = node->n_getprop(nod
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c204 int (*n_getprop)(struct drmach_node *node, char *name, member in struct:drmach_node
758 np->n_getprop = drmach_node_ddi_get_prop;
765 np->n_getprop = drmach_node_obp_get_prop;
925 dup->n_getprop = np->n_getprop;
1130 rv = node->n_getprop(node, "name", name, OBP_MAXDRVNAME);
3801 rv = node->n_getprop(node, "reg", (void *)regs, sizeof (regs));
4644 if (np->n_getprop(np, "portid", &portid, sizeof (portid)) == 0)
4651 if (np->n_getprop(np, "device_type", &type, sizeof (type)) != 0)
4663 if (pp.n_getprop(
[all...]

Completed in 121 milliseconds