/netbsd-src/sys/dev/acpi/ |
H A D | acpi_srat.c | 106 mem_get(acpisrat_nodeid_t nodeid) in mem_get() argument 111 if (tmp->mem.nodeid == nodeid) in mem_get() 153 acpisrat_nodeid_t nodeid; in acpisrat_parse() local 176 nodeid = (srat_cpu->ProximityDomainHi[2] << 24) | in acpisrat_parse() 186 cpuentry->cpu.nodeid = nodeid; in acpisrat_parse() 195 nodeid = srat_mem->ProximityDomain; in acpisrat_parse() 204 mementry->mem.nodeid = nodeid; in acpisrat_parse() 214 nodeid = srat_x2apic->ProximityDomain; in acpisrat_parse() 234 cpuentry->cpu.nodeid = nodeid; in acpisrat_parse() 244 nodeid = srat_gicc->ProximityDomain; in acpisrat_parse() [all …]
|
H A D | acpi_srat.h | 38 acpisrat_nodeid_t nodeid; member 52 acpisrat_nodeid_t nodeid; member 59 acpisrat_nodeid_t nodeid; /* Proximity domain */ member
|
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/ |
H A D | 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; in _cluster_send_message() local 158 memcpy(&nodeid, csid, CMAN_MAX_CSID_LEN); in _cluster_send_message() 160 if (cman_send_data(c_handle, buf, msglen, 0, CLUSTER_PORT_CLVMD, nodeid) <= 0) in _cluster_send_message() 249 char *buf, int len, uint8_t port, int nodeid) in data_callback() argument 252 if (nodeid == this_node.cn_nodeid) in data_callback() 254 process_message(cman_client, buf, len, (char *)&nodeid); in data_callback() 260 int nodeid = nodeid_from_csid(csid); in _add_up_node() local 262 dm_hash_insert_binary(node_updown_hash, (char *)&nodeid, sizeof(int), (void *)1); in _add_up_node() [all …]
|
H A D | clvmd-corosync.c | 68 uint32_t nodeid, 110 int nodeid; member 218 uint32_t nodeid, in corosync_cpg_deliver_callback() argument 228 our_nodeid, nodeid, target_nodeid, msg_len-4); in corosync_cpg_deliver_callback() 230 if (nodeid != our_nodeid) in corosync_cpg_deliver_callback() 233 msg_len-COROSYNC_CSID_LEN, (char*)&nodeid); in corosync_cpg_deliver_callback() 250 (char *)&joined_list[i].nodeid, in corosync_cpg_confchg_callback() 258 ninfo->nodeid = joined_list[i].nodeid; in corosync_cpg_confchg_callback() 260 (char *)&ninfo->nodeid, in corosync_cpg_confchg_callback() 269 (char *)&left_list[i].nodeid, in corosync_cpg_confchg_callback() [all …]
|
H A D | clvmd-openais.c | 68 uint32_t nodeid, 107 int nodeid; member 246 uint32_t nodeid, in openais_cpg_deliver_callback() argument 256 our_nodeid, nodeid, target_nodeid, msg_len-4); in openais_cpg_deliver_callback() 258 if (nodeid != our_nodeid) in openais_cpg_deliver_callback() 261 msg_len-OPENAIS_CSID_LEN, (char*)&nodeid); in openais_cpg_deliver_callback() 278 (char *)&joined_list[i].nodeid, in openais_cpg_confchg_callback() 286 ninfo->nodeid = joined_list[i].nodeid; in openais_cpg_confchg_callback() 288 (char *)&ninfo->nodeid, in openais_cpg_confchg_callback() 297 (char *)&left_list[i].nodeid, in openais_cpg_confchg_callback() [all …]
|
/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/ |
H A D | cluster.c | 939 uint32_t nodeid, uint32_t pid, in cpg_message_callback() argument 956 if ((nodeid == my_cluster_id) && in cpg_message_callback() 984 if (nodeid == my_cluster_id) { in cpg_message_callback() 988 if (nodeid < my_cluster_id) { in cpg_message_callback() 989 if (nodeid == match->lowest_id) { in cpg_message_callback() 992 SHORT_UUID(rq->u_rq.uuid), nodeid, in cpg_message_callback() 1005 SHORT_UUID(rq->u_rq.uuid), nodeid, match->delay); in cpg_message_callback() 1007 rq->originator = nodeid; /* don't really need this, but nice for debug */ in cpg_message_callback() 1026 SHORT_UUID(rq->u_rq.uuid), nodeid); in cpg_message_callback() 1030 SHORT_UUID(rq->u_rq.uuid), nodeid); in cpg_message_callback() [all …]
|
H A D | functions.c | 108 uint32_t nodeid; member 1039 if (m->nodeid == who) in mark_region() 1057 m->nodeid = who; in mark_region() 1109 if (m->nodeid == who) { in clear_region()
|
/netbsd-src/usr.sbin/ofctl/ |
H A D | ofctl.c | 203 of_proplib_mkprop(int fd, int nodeid, char *name) in of_proplib_mkprop() argument 208 ofio.of_nodeid = nodeid; in of_proplib_mkprop() 235 of_proplib_tree_fill(int fd, int nodeid) in of_proplib_tree_fill() argument 237 int childid = nodeid; in of_proplib_tree_fill() 245 ofio.of_nodeid = nodeid; in of_proplib_tree_fill() 254 prop_number_create_unsigned(nodeid)); in of_proplib_tree_fill() 272 obj = of_proplib_mkprop(fd, nodeid, namebuf); in of_proplib_tree_fill() 416 of_tree_getprop(int nodeid, const char *name) in of_tree_getprop() argument 421 if (nodeid == 0) in of_tree_getprop() 424 node = of_tree_walk(&of_root, of_match_by_nodeid, &nodeid); in of_tree_getprop() [all …]
|
/netbsd-src/usr.sbin/perfused/ |
H A D | msg.c | 172 uint64_t nodeid; in perfused_new_pb() local 181 nodeid = perfuse_get_nodeid(pu, opc); in perfused_new_pb() 183 nodeid = PERFUSE_UNKNOWN_NODEID; in perfused_new_pb() 198 fih->nodeid = nodeid; in perfused_new_pb() 287 uint64_t nodeid; in perfused_xchg_pb() local 294 nodeid = fih->nodeid; in perfused_xchg_pb() 298 DPRINTF("> unique = %"PRId64", nodeid = %"PRId64", " in perfused_xchg_pb() 300 unique_in, nodeid, perfuse_opnam in perfused_xchg_pb() [all...] |
/netbsd-src/lib/libperfuse/ |
H A D | subr.c | 279 perfuse_nidhash(struct perfuse_state *ps, uint64_t nodeid) in perfuse_nidhash() argument 283 hash = hash32_buf(&nodeid, sizeof(nodeid), HASH32_BUF_INIT); in perfuse_nidhash() 289 perfuse_node_bynodeid(struct perfuse_state *ps, uint64_t nodeid) in perfuse_node_bynodeid() argument 294 plist = perfuse_nidhash(ps, nodeid); in perfuse_node_bynodeid() 297 if (pnd->pnd_nodeid == nodeid) in perfuse_node_bynodeid()
|
H A D | fuse.h | 192 uint64_t nodeid; member 461 uint64_t nodeid;
|
H A D | perfuse_if.h | 194 uint64_t nodeid; member
|
H A D | ops.c | 454 if (((oldpnd = perfuse_node_bynodeid(ps, feo->nodeid)) != NULL) && in node_lookup_common() 466 PERFUSE_NODE_DATA(pn)->pnd_nodeid = feo->nodeid; in node_lookup_common() 493 (void *)opc, pn, feo->nodeid, path); in node_lookup_common() 535 if (feo->nodeid == PERFUSE_UNKNOWN_NODEID) in node_mk_common() 539 PERFUSE_NODE_DATA(pn)->pnd_nodeid = feo->nodeid; in node_mk_common() 559 PERFUSE_NODE_DATA(pn)->pnd_flags, feo->nodeid); in node_mk_common() 1246 if (feo->nodeid == PERFUSE_UNKNOWN_NODEID) in perfuse_node_create() 1255 PERFUSE_NODE_DATA(pn)->pnd_nodeid = feo->nodeid; in perfuse_node_create() 1274 PERFUSE_NODE_DATA(pn)->pnd_flags, feo->nodeid, in perfuse_node_create()
|
/netbsd-src/sys/dev/ieee1394/ |
H A D | firewire.c | 964 fc->max_node = fc->nodeid & 0x3f; in fw_sidrcv() 965 CSRARC(fc, NODE_IDS) = ((uint32_t)fc->nodeid) << 16; in fw_sidrcv() 1036 (fc->irm == fc->nodeid) ? " (me)" : ""); in fw_sidrcv() 1039 if (fc->irm == fc->nodeid) { in fw_sidrcv() 1795 fwdev->speed = fc->speed_map->speed[fc->nodeid][node]; in fw_explore_node() 1900 if (node == fc->nodeid) { in fw_explore() 1904 node, fc->nodeid, fc->max_node); in fw_explore() 2239 bmr = fc->nodeid; in fw_try_bmr_callback() 2280 xfer->send.payload[1] = htonl(fc->nodeid); in fw_try_bmr() 2315 cmstr = fc->nodeid; in fw_bmr() [all …]
|
H A D | if_fwip.c | 538 uint16_t nodeid; in fwip_async_output() local 587 nodeid = FWLOCALBUS | fc->nodeid; in fwip_async_output() 604 p[0] = htonl(nodeid << 16); in fwip_async_output() 639 sc->sc_last_hdr.mode.wreqb.src = nodeid; in fwip_async_output()
|
H A D | firewirereg.h | 109 nodeid:6; member
|
H A D | sbp.c | 1326 htonl(((sc->sc_fd.fc->nodeid | FWLOCALBUS) << 16)); in sbp_orb_pointer() 1456 nid = target->sbp->sc_fd.fc->nodeid | FWLOCALBUS; in sbp_mgm_orb() 2283 ocb->orb[2] = htonl(((sc->sc_fd.fc->nodeid | FWLOCALBUS) << 16)); in sbp_action1()
|
H A D | fwdev.c | 626 devinfo->dst = fc->nodeid; in fw_ioctl()
|
H A D | fwohci.c | 2035 fc->nodeid = node_id & 0x3f;
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | cpu_topology.c | 68 return c.nodeid; in x86_cpu_get_numa_node()
|
/netbsd-src/sys/arch/arm/acpi/ |
H A D | cpu_acpi.c | 151 ci->ci_numa_id = node->nodeid; in cpu_acpi_attach()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zfs_replay.c | 57 uint64_t uid, uint64_t gid, uint64_t rdev, uint64_t nodeid) in zfs_init_vattr() argument 70 vap->va_nodeid = nodeid; in zfs_init_vattr()
|
/netbsd-src/external/gpl2/lvm2/dist/ |
H A D | WHATS_NEW | 799 clvmd-openais now uses cpg_local_get() to get nodeid, rather than Clm.
|
/netbsd-src/etc/ |
H A D | services | 19045 … Defined TXT keys: txtvers, user, system, nodeid, desc
|