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

  /src/sys/dev/acpi/
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
acpi_srat.c 106 mem_get(acpisrat_nodeid_t nodeid)
111 if (tmp->mem.nodeid == nodeid)
153 acpisrat_nodeid_t nodeid; local
176 nodeid = (srat_cpu->ProximityDomainHi[2] << 24) |
186 cpuentry->cpu.nodeid = nodeid;
195 nodeid = srat_mem->ProximityDomain;
204 mementry->mem.nodeid = nodeid;
    [all...]
  /src/sys/dev/ieee1394/
if_fwip.c 538 uint16_t nodeid; local
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
  /src/usr.sbin/perfused/
msg.c 172 uint64_t nodeid; local
181 nodeid = perfuse_get_nodeid(pu, opc);
183 nodeid = PERFUSE_UNKNOWN_NODEID;
198 fih->nodeid = nodeid;
287 uint64_t nodeid; local
294 nodeid = fih->nodeid;
298 DPRINTF("> unique = %"PRId64", nodeid = %"PRId64", "
300 unique_in, nodeid, perfuse_opname(opcode), opcode)
    [all...]
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd-cman.c 73 static int name_from_nodeid(int nodeid, char *name);
76 char *buf, int len, uint8_t port, int nodeid);
155 int nodeid = 0; local
158 memcpy(&nodeid, csid, CMAN_MAX_CSID_LEN);
160 if (cman_send_data(c_handle, buf, msglen, 0, CLUSTER_PORT_CLVMD, nodeid) <= 0)
249 char *buf, int len, uint8_t port, int nodeid)
252 if (nodeid == this_node.cn_nodeid)
254 process_message(cman_client, buf, len, (char *)&nodeid);
260 int nodeid = nodeid_from_csid(csid); local
262 dm_hash_insert_binary(node_updown_hash, (char *)&nodeid, sizeof(int), (void *)1)
296 int nodeid = nodes[i].cn_nodeid; local
397 int nodeid; local
    [all...]
clvmd-corosync.c 68 uint32_t nodeid,
110 int nodeid; member in struct:node_info
218 uint32_t nodeid,
227 DEBUGLOG("%u got message from nodeid %d for %d. len %zd\n",
228 our_nodeid, nodeid, target_nodeid, msg_len-4);
230 if (nodeid != our_nodeid)
233 msg_len-COROSYNC_CSID_LEN, (char*)&nodeid);
250 (char *)&joined_list[i].nodeid,
258 ninfo->nodeid = joined_list[i].nodeid;
386 int nodeid; local
    [all...]
clvmd-openais.c 68 uint32_t nodeid,
107 int nodeid; member in struct:node_info
246 uint32_t nodeid,
255 DEBUGLOG("%u got message from nodeid %d for %d. len %d\n",
256 our_nodeid, nodeid, target_nodeid, msg_len-4);
258 if (nodeid != our_nodeid)
261 msg_len-OPENAIS_CSID_LEN, (char*)&nodeid);
278 (char *)&joined_list[i].nodeid,
286 ninfo->nodeid = joined_list[i].nodeid;
411 int nodeid; local
    [all...]
  /src/lib/libperfuse/
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;
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
functions.c 108 uint32_t nodeid; member in struct:mark_entry
1039 if (m->nodeid == who)
1057 m->nodeid = who;
1109 if (m->nodeid == who) {
1189 LOG_SPRINT(lc, "GET - SEQ#=%u, UUID=%s, nodeid = %u:: "
1197 LOG_SPRINT(lc, "GET - SEQ#=%u, UUID=%s, nodeid = %u:: "
1205 LOG_SPRINT(lc, "GET - SEQ#=%u, UUID=%s, nodeid = %u:: "
1224 LOG_SPRINT(lc, "GET - SEQ#=%u, UUID=%s, nodeid = %u:: "
1239 LOG_SPRINT(lc, "GET - SEQ#=%u, UUID=%s, nodeid = %u:: "
1247 LOG_SPRINT(lc, "GET - SEQ#=%u, UUID=%s, nodeid = %u::
    [all...]

Completed in 19 milliseconds