| /onnv/onnv-gate/usr/src/psm/promif/ieee1275/sun4/ |
| prom_vername.c | 48 pnode_t nodeid; local 61 nodeid = prom_finddevice("/openprom"); 62 if (nodeid == (pnode_t)-1) 65 proplen = prom_bounded_getprop(nodeid, "version", buf, buflen - 1);
|
| /onnv/onnv-gate/usr/src/uts/sun4v/ontario/os/ |
| ontario.c | 75 pnode_t nodeid; local 85 nodeid = prom_finddevice(ONTARIO_IDE_PATHNAME); 86 if (nodeid == OBP_BADNODE) {
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| autoconf.c | 366 pnode_t nodeid; local 370 nodeid = prom_nextnode(0); 372 nodeid = DEVI_SID_NODEID; 375 nodeid, -1, NULL, KM_SLEEP);
|
| ddi_nodeid.c | 30 * DDI nodeid management ... 45 * Allocating a nodeid won't cause memory allocation. 46 * Freeing a nodeid does cause memory allocation. 50 uint32_t nodeid; member in struct:available 161 if ((np->nodeid + np->count) == xp->nodeid) { 185 impl_ddi_alloc_nodeid(int *nodeid) 195 *nodeid = 0; 200 x = (int)((unsigned int)np->nodeid); 201 ++np->nodeid; 223 uint32_t nodeid = (uint32_t)n; local 298 uint32_t nodeid = (uint32_t)n; local [all...] |
| swapgeneric.c | 1096 * to locate a given nodeid in the device tree. 1099 pnode_t nodeid; member in struct:i_path_findnode 1109 if (ddi_get_nodeid(dev) == (int)f->nodeid) { 1126 * Get the nodeid of the given pathname, if such a mapping exists. 1129 fn.nodeid = prom_finddevice(path); 1130 if (fn.nodeid != OBP_BADNODE) { 1132 * Find the nodeid in our copy of the device tree and return
|
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| systeminfo.c | 280 * to locate a given nodeid in the device tree. 283 pnode_t nodeid; member in struct:i_path_findnode 293 if (ddi_get_nodeid(dev) == (int)f->nodeid) { 310 * Get the nodeid of the given pathname, if such a mapping exists. 313 fn.nodeid = prom_finddevice(path); 314 if (fn.nodeid != OBP_BADNODE) { 316 * Find the nodeid in our copy of the device tree and return
|
| /onnv/onnv-gate/usr/src/uts/sun4u/io/ |
| mach_rootnex.c | 241 int nodeid; local 266 nodeid = ddi_prop_get_int(DDI_DEV_T_ANY, dev, 267 DDI_PROP_DONTPASS, "nodeid", -1); 268 if (portid == -1 && nodeid == -1) 270 "or nodeid property in %s\n", 279 if (nodeid != -1) 280 (void) sprintf(p, "SSM Node %d", nodeid); 298 int portid, nodeid; local 369 nodeid = ddi_prop_get_int(DDI_DEV_T_ANY, child, 370 DDI_PROP_DONTPASS, "nodeid", -1) [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/os/ |
| mach_ddi_impl.c | 138 * determine the board number associated with this nodeid 387 pnode_t nodeid; local 390 nodeid = (pnode_t)ddi_get_nodeid(dip); 392 if (cpunodes[i].nodeid == nodeid) {
|
| /onnv/onnv-gate/usr/src/uts/sun4/os/ |
| mp_startup.c | 221 pnode_t nodeid = cpunodes[cpuid].nodeid; local 223 ASSERT(nodeid != (pnode_t)0); 224 (void) prom_startcpu(nodeid, (caddr_t)&cpu_startup, cpuid); 722 pnode_t nodeid = cpunodes[cpuid].nodeid; local 724 if (nodeid == (pnode_t)0)
|
| /onnv/onnv-gate/usr/src/uts/common/avs/ncall/ |
| ncall.c | 449 ncall_nodename(int nodeid) 452 return ((*ncall_modules->module->ncall_nodename)(nodeid)); 459 ncall_mirror(int nodeid) 462 return ((*ncall_modules->module->ncall_mirror)(nodeid)); 710 int nodeid; local 735 while ((nodeid = ncall_nextnode(&sequence)) > 0) { 736 nodename = ncall_nodename(nodeid); 739 * return a valid nodeid, and it being disabled 741 * Discard the nodeid if this happens. 753 nodelist[slot].nc_nodeid = nodeid; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/cachefs/ |
| cachefs_fscache.c | 1074 ino64_t nodeid; local 1108 nodeid = 0; 1111 nodeid <<= 4; 1119 nodeid += c; 1121 *fsidp = nodeid;
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| openpromio.h | 113 * With return codes 1 and 2, also returns nodeid, a nodeid 119 int nodeid; /* Valid with positive return codes */ member in struct:openprom_opr64
|
| /onnv/onnv-gate/usr/src/uts/sun4/io/efcode/ |
| fc_ops.c | 431 return (fc_priv_error(cp, "Can't allocate a nodeid")); 434 * Log the nodeid resource so we can release it later if we need to. 569 int nodeid; local 571 * Make sure 'ch' is a nodeid we gave the interpreter. 589 * Free the nodeid we just allocated here, and use 593 nodeid = ddi_get_nodeid(cdev); 595 impl_ddi_free_nodeid(nodeid); 598 * Remove nodeid 'ch' from our resource list, now that it
|
| /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/io/ |
| sgsbbc.c | 642 int nodeid, len; local 662 if (prom_getprop(dnode, IOSRAM_CHOSEN_PROP, (caddr_t)&nodeid) <= 0) { 681 if (prom_phandle_to_path((phandle_t)nodeid, master_sbbc, 685 nodeid);
|
| sgsbbc_iosram.c | 95 int nodeid; local 102 nodeid = chosen_nodeid; 103 (void) prom_getprop(nodeid, "iosram", (caddr_t)&tunnel); 115 softsp->sbbc_instance, nodeid, chosen_iosram);
|
| sbdp_cpu.c | 106 pnode_t nodeid; local 117 nodeid = ddi_get_nodeid(dip); 121 * The check for determining if nodeid is valid is done inside 125 sbdp_get_bd_and_wnode_num(nodeid, &bd, &wnode) != 0) { 150 if (SBDP_INJECT_ERROR(f, 1) || prom_serengeti_cpu_off(nodeid) != 0) { 187 pnode_t nodeid; local 198 nodeid = ddi_get_nodeid(dip); 201 * The check for determining if nodeid is valid is done inside 205 sbdp_get_bd_and_wnode_num(nodeid, &bd, &wnode) != 0) { 248 prom_serengeti_wakeupcpu(nodeid) != 0) 290 pnode_t nodeid; local 366 pnode_t nodeid; local 489 pnode_t nodeid; local 531 pnode_t nodeid; local [all...] |
| ssm.c | 146 int nodeid; /* serengeti node #, NOT prom nodeid */ member in struct:ssm_node2inst 366 DDI_PROP_DONTPASS, "nodeid", -1)) == -1) { 368 instance, "nodeid"); 424 ASSERT(sp->nodeid != softsp->ssm_nodeid); 437 sp->nodeid = softsp->ssm_nodeid; 514 sp->nodeid = -1; 587 * The name of the ssm node is ssm@nodeid,0. 914 if (sp->nodeid == node)
|
| sbdp.c | 184 sbdp_get_bd_and_wnode_num(pnode_t nodeid, int *bd, int *wnode) 192 if (sbdp_is_node_bad(nodeid)) 195 if ((portid = get_portid(nodeid, NULL)) == -1) 212 pnode_t nodeid; 221 nodeid = ddi_get_nodeid(dip); 224 * Portid has encoded the nodeid and the agent id. The top 230 if (sbdp_get_bd_and_wnode_num(nodeid, &bd, &wnode) < 0) 258 pnode_t nodeid; local 266 nodeid = ddi_get_nodeid(dip); 268 if (sbdp_is_node_bad(nodeid)) [all...] |
| /onnv/onnv-gate/usr/src/uts/sparc/os/ |
| iscsi_boot.c | 280 pnode_t nodeid; local 338 nodeid = prom_finddevice((char *)iscsi_network_path); 339 proplen = prom_getproplen(nodeid, BP_LOCAL_MAC_ADDRESS); 341 if (prom_getprop(nodeid, BP_LOCAL_MAC_ADDRESS,
|
| /onnv/onnv-gate/usr/src/cmd/lvm/rpc.mdcommd/ |
| mdmn_subr.c | 488 * nodeid * MAX_SUBMESSAGES * MD_MN_NCLASSES. 497 int nodeid = msg->msg_msgid.mid_nid; local 516 nodeid * MAX_SUBMESSAGES * MD_MN_NCLASSES;
|
| /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/starcat/common/ |
| starcat.c | 521 int nodeid = -1; local 536 nodeid = PORTID_TO_EXPANDER(portid); 543 bnode->node_id = nodeid;
|
| /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/ses/ |
| ses_facility.c | 454 const char *type, uint64_t nodeid) 499 nodeid, &err) != 0) { 516 ses_add_indicator(topo_mod_t *mod, tnode_t *pnode, uint64_t nodeid, 525 TOPO_FAC_TYPE_INDICATOR, nodeid)) == NULL) 579 ses_add_sensor_common(topo_mod_t *mod, tnode_t *pnode, uint64_t nodeid, 587 TOPO_FAC_TYPE_SENSOR, nodeid)) == NULL) 618 ses_add_sensor(topo_mod_t *mod, tnode_t *pnode, uint64_t nodeid, 625 if ((tn = ses_add_sensor_common(mod, pnode, nodeid, name, 687 ses_add_discrete(topo_mod_t *mod, tnode_t *pnode, uint64_t nodeid, 694 if ((tn = ses_add_sensor_common(mod, pnode, nodeid, name 764 uint64_t type, nodeid; local 865 uint64_t index, nodeid; local 950 uint64_t type, nodeid; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/ |
| automount.h | 184 ino_t nodeid; member in struct:dir_entry
|
| /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/io/ |
| sysctrl_dr.c | 1804 pnode_t nodeid; local [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/sys/ |
| machcpuvar.h | 183 pnode_t nodeid; member in struct:cpu_node
|