Lines Matching defs:node
120 pnode_t node;
180 node = prom_optionsnode();
181 if ((node == OBP_NONODE) || (node == OBP_BADNODE) ||
182 prom_setprop(node, "reboot-command", cmd_buf, len) == -1)
706 getintprop(pnode_t node, char *name, int deflt)
710 switch (prom_getproplen(node, name)) {
716 (void) prom_getprop(node, name, (caddr_t)&value);
1353 * on the value of the 'inter-cpu-latency' property of the platform node.
1401 * platform node of the MD. The units are nanoseconds.
1414 cmn_err(CE_WARN, "recalc_xc_timeouts: platform node missing");