HomeSort by: relevance | last modified time | path
    Searched refs:nodeid (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/dev/acpi/
acpi_srat.c 106 mem_get(acpisrat_nodeid_t nodeid)
111 if (tmp->mem.nodeid == nodeid)
153 acpisrat_nodeid_t nodeid; local in function:acpisrat_parse
176 nodeid = (srat_cpu->ProximityDomainHi[2] << 24) |
186 cpuentry->cpu.nodeid = nodeid;
195 nodeid = srat_mem->ProximityDomain;
204 mementry->mem.nodeid = nodeid;
    [all...]
acpi_srat.h 38 acpisrat_nodeid_t nodeid; member in struct:acpisrat_cpu
52 acpisrat_nodeid_t nodeid; member in struct:acpisrat_mem
59 acpisrat_nodeid_t nodeid; /* Proximity domain */ member in struct:acpisrat_node
  /src/lib/libperfuse/
subr.c 279 perfuse_nidhash(struct perfuse_state *ps, uint64_t nodeid)
283 hash = hash32_buf(&nodeid, sizeof(nodeid), HASH32_BUF_INIT);
289 perfuse_node_bynodeid(struct perfuse_state *ps, uint64_t nodeid)
294 plist = perfuse_nidhash(ps, nodeid);
297 if (pnd->pnd_nodeid == nodeid)
perfuse_if.h 194 uint64_t nodeid; member in struct:fuse_in_header
fuse.h 192 uint64_t nodeid; member in struct:fuse_entry_out
461 uint64_t nodeid;
ops.c 123 printf("%s: \"%s\", opc = %p, nodeid = 0x%"PRIx64" ino = %"PRIu64"\n",
183 DPRINTF("%s: opc = %p, nodeid = 0x%"PRIx64", fh = 0x%"PRIx64"\n",
454 if (((oldpnd = perfuse_node_bynodeid(ps, feo->nodeid)) != NULL) &&
466 PERFUSE_NODE_DATA(pn)->pnd_nodeid = feo->nodeid;
492 "nodeid = 0x%"PRIx64" file = \"%s\"\n", __func__,
493 (void *)opc, pn, feo->nodeid, path);
535 if (feo->nodeid == PERFUSE_UNKNOWN_NODEID)
536 DERRX(EX_SOFTWARE, "%s: no nodeid", __func__);
539 PERFUSE_NODE_DATA(pn)->pnd_nodeid = feo->nodeid;
557 "nodeid = 0x%"PRIx64"\n"
    [all...]
  /src/usr.sbin/ofctl/
ofctl.c 203 of_proplib_mkprop(int fd, int nodeid, char *name)
208 ofio.of_nodeid = nodeid;
235 of_proplib_tree_fill(int fd, int nodeid)
237 int childid = nodeid;
245 ofio.of_nodeid = nodeid;
254 prop_number_create_unsigned(nodeid));
272 obj = of_proplib_mkprop(fd, nodeid, namebuf);
416 of_tree_getprop(int nodeid, const char *name)
421 if (nodeid == 0)
424 node = of_tree_walk(&of_root, of_match_by_nodeid, &nodeid);
    [all...]
  /src/usr.sbin/perfused/
msg.c 172 uint64_t nodeid; local in function:perfused_new_pb
181 nodeid = perfuse_get_nodeid(pu, opc);
183 nodeid = PERFUSE_UNKNOWN_NODEID;
198 fih->nodeid = nodeid;
287 uint64_t nodeid; local in function:perfused_xchg_pb
294 nodeid = fih->nodeid;
298 DPRINTF("> unique = %"PRId64", nodeid = %"PRId64", "
300 unique_in, nodeid, perfuse_opname(opcode), opcode)
    [all...]
  /src/sys/arch/x86/x86/
cpu_topology.c 68 return c.nodeid;
178 * 0xf: { CoreId, NodeId[2:0] }
179 * 0x10: { CoreId[1:0], 000b, NodeId[2:0] }
  /src/sys/dev/ieee1394/
firewire.c 964 fc->max_node = fc->nodeid & 0x3f;
965 CSRARC(fc, NODE_IDS) = ((uint32_t)fc->nodeid) << 16;
1036 (fc->irm == fc->nodeid) ? " (me)" : "");
1039 if (fc->irm == fc->nodeid) {
1795 fwdev->speed = fc->speed_map->speed[fc->nodeid][node];
1900 if (node == fc->nodeid) {
1902 printf("found myself node(%d) fc->nodeid(%d)"
1904 node, fc->nodeid, fc->max_node);
2239 bmr = fc->nodeid;
2280 xfer->send.payload[1] = htonl(fc->nodeid);
    [all...]
if_fwip.c 538 uint16_t nodeid; local in function:fwip_async_output
587 nodeid = FWLOCALBUS | fc->nodeid;
604 p[0] = htonl(nodeid << 16);
639 sc->sc_last_hdr.mode.wreqb.src = nodeid;
889 * ifp->if_input so that we can pass the source nodeid as an
firewirereg.h 109 nodeid:6; member in struct:firewire_comm
sbp.c 1326 htonl(((sc->sc_fd.fc->nodeid | FWLOCALBUS) << 16));
1456 nid = target->sbp->sc_fd.fc->nodeid | FWLOCALBUS;
2283 ocb->orb[2] = htonl(((sc->sc_fd.fc->nodeid | FWLOCALBUS) << 16));
fwdev.c 626 devinfo->dst = fc->nodeid;
fwohci.c 2035 fc->nodeid = node_id & 0x3f;
  /src/sys/arch/arm/acpi/
cpu_acpi.c 151 ci->ci_numa_id = node->nodeid;

Completed in 24 milliseconds