HomeSort by relevance Sort by last modified time
    Searched defs:nodeid (Results 1 - 25 of 50) sorted by null

1 2

  /netvirt/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);
  /netvirt/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) {
  /netvirt/usr/src/uts/common/os/
autoconf.c 354 pnode_t nodeid; local
358 nodeid = prom_nextnode(0);
360 nodeid = DEVI_SID_NODEID;
363 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 982 * to locate a given nodeid in the device tree.
985 pnode_t nodeid; member in struct:i_path_findnode
995 if (ddi_get_nodeid(dev) == (int)f->nodeid) {
1012 * Get the nodeid of the given pathname, if such a mapping exists.
1015 fn.nodeid = prom_finddevice(path);
1016 if (fn.nodeid != OBP_BADNODE) {
1018 * Find the nodeid in our copy of the device tree and return
  /netvirt/usr/src/uts/common/syscall/
systeminfo.c 279 * to locate a given nodeid in the device tree.
282 pnode_t nodeid; member in struct:i_path_findnode
292 if (ddi_get_nodeid(dev) == (int)f->nodeid) {
309 * Get the nodeid of the given pathname, if such a mapping exists.
312 fn.nodeid = prom_finddevice(path);
313 if (fn.nodeid != OBP_BADNODE) {
315 * Find the nodeid in our copy of the device tree and return
  /netvirt/usr/src/uts/sun4/os/
mp_startup.c 223 pnode_t nodeid = cpunodes[cpuid].nodeid; local
225 ASSERT(nodeid != (pnode_t)0);
226 (void) prom_startcpu(nodeid, (caddr_t)&cpu_startup, cpuid);
722 pnode_t nodeid = cpunodes[cpuid].nodeid; local
724 if (nodeid == (pnode_t)0)
  /netvirt/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...]
  /netvirt/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) {
  /netvirt/usr/src/cmd/lvm/rpc.mdcommd/
mdmn_subr.c 489 * nodeid * MAX_SUBMESSAGES * MD_MN_NCLASSES.
498 int nodeid = msg->msg_msgid.mid_nid; local
518 nodeid * MAX_SUBMESSAGES * MD_MN_NCLASSES;
  /netvirt/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;
  /netvirt/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
  /netvirt/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
  /netvirt/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 149 int nodeid; /* serengeti node #, NOT prom nodeid */ member in struct:ssm_node2inst
369 DDI_PROP_DONTPASS, "nodeid", -1)) == -1) {
371 instance, "nodeid");
428 ASSERT(sp->nodeid != softsp->ssm_nodeid);
441 sp->nodeid = softsp->ssm_nodeid;
518 sp->nodeid = -1;
591 * The name of the ssm node is ssm@nodeid,0.
921 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...]
  /netvirt/usr/src/lib/libprtdiag_psr/sparc/starcat/common/
starcat.c 522 int nodeid = -1; local
537 nodeid = PORTID_TO_EXPANDER(portid);
544 bnode->node_id = nodeid;
  /netvirt/usr/src/cmd/fs.d/autofs/
automount.h 184 ino_t nodeid; member in struct:dir_entry
  /netvirt/usr/src/lib/lvm/libmeta/common/
meta_mn_handlers.c 372 uint_t nodeid; local
424 nodeid = d->msg_chooseid_rcnt;
437 nodeid = nd->nd_nodeid;
442 chownermsg.msg_chowner_nodeid = nodeid;
    [all...]
  /netvirt/usr/src/uts/sun4u/sunfire/io/
sysctrl_dr.c 1804 pnode_t nodeid; local
    [all...]
  /netvirt/usr/src/uts/sun4u/sys/
machcpuvar.h 183 pnode_t nodeid; member in struct:cpu_node
  /netvirt/usr/src/cmd/auditreduce/
token.c 581 int32_t nodeid; local
588 adrm_int32(adr, &nodeid, 1);
629 int64_t nodeid; local
636 adrm_int64(adr, &nodeid, 1);
677 int64_t nodeid; local
684 adrm_int64(adr, &nodeid, 1);
    [all...]
  /netvirt/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
serengeti.c 149 static Board_node *serengeti_find_board(Sys_tree *root, int board, int nodeid);
770 int nodeid = -1; local
787 nodeid = SG_PORTID_TO_NODEID(portid);
791 if ((bnode = serengeti_find_board(root, board, nodeid)) == NULL) {
792 bnode = serengeti_insert_board(root, board, nodeid);
1583 int portid, nodeid, board; local
1807 int nodeid, board, mcid; local
1829 int nodeid, board, mcid; local
    [all...]

Completed in 780 milliseconds

1 2