Lines Matching defs:node

186 	extern int	get_portid(pnode_t node, pnode_t *cmpp);
294 * Check to see if this is a cpci node
350 sbdp_get_mem_dip(pnode_t node, void *arg, uint_t flags)
357 if (node == OBP_NONODE || node == OBP_BADNODE)
364 (void) sbdp_is_mem(node, &mem);
371 smdp->dip = e_ddi_nodeid_to_dip(node);
404 apktp->node = bdp->wnode;
522 * Wnode got DRed out. Clean up all the node stuff including the boards
641 * Insert this brand new node into our master list. It leaves it all
669 * This node is gone. Remove it from the list and also clean up
699 * Entry point from sbd. This is called when a new node is added. We
728 * This node has not been instanstiated
738 * Entry point from sbd. This is called when a node has been removed (or is
764 * Find this node and then remove it
871 * if the node has the correct starting address
874 sbdp_is_node_bad(pnode_t node)
880 return ((node == OBP_NONODE) || (node == OBP_BADNODE) ||
881 ((node & 0x80000000u) != 0x80000000u));
920 * If the status is ok the node won't have any status property. It
935 SBDP_DBG_STATE("node is not ok\n");
963 sbdp_cpu_in_reset(int node, int bd, int unit, int reset)
971 if ((unit < -1) || (bd < 0) || (node < 0)) {
975 cur = sbdp_get_wnodep(node);
999 sbdp_set_cpu_present(int node, int bd, int unit)
1007 if ((unit < 0) || (bd < 0) || (node < 0)) {
1011 cur = sbdp_get_wnodep(node);
1024 sbdp_is_cpu_present(int node, int bd, int unit)
1032 if ((unit < 0) || (bd < 0) || (node < 0)) {
1036 cur = sbdp_get_wnodep(node);
1047 sbdp_is_cpu_in_reset(int node, int bd, int unit)
1055 if ((unit < 0) || (bd < 0) || (node < 0)) {
1059 cur = sbdp_get_wnodep(node);