/dflybsd-src/contrib/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 …]
|
/dflybsd-src/contrib/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 1033 if (m->nodeid == who) in mark_region() 1051 m->nodeid = who; in mark_region() 1103 if (m->nodeid == who) { in clear_region()
|
/dflybsd-src/sys/vfs/fuse/ |
H A D | fuse_abi.h | 423 uint64_t nodeid; /* Inode ID */ member 438 uint64_t nodeid; member 720 uint64_t nodeid; member 777 uint64_t nodeid; member 785 uint64_t nodeid; member
|
H A D | fuse_util.c | 48 uint32_t len, uint32_t opcode, uint64_t unique, uint64_t nodeid, in fuse_fill_in_header() argument 54 ihd->nodeid = nodeid; in fuse_fill_in_header()
|
H A D | fuse_debug.h | 48 fip, ihd->nodeid, fuse_get_ops(ihd->opcode), ihd->len, error, msg); \
|
H A D | fuse_vnops.c | 539 fuse_dbg("lookup \"%s\" ino=%ju/%ju\n", p, feo->nodeid, feo->attr.ino); in fuse_vop_nresolve() 544 if (feo->nodeid == 0) { in fuse_vop_nresolve() 549 if (feo->nodeid == 1) in fuse_vop_nresolve() 571 error = fuse_alloc_node(fmp, dfnp, feo->nodeid, vtyp, &vp); in fuse_vop_nresolve() 594 fuse_forget_node(fmp, feo->nodeid, 1, NULL); in fuse_vop_nresolve() 717 error = fuse_alloc_node(fmp, dfnp, feo->nodeid, VREG, &vp); in fuse_vop_ncreate() 791 error = fuse_alloc_node(fmp, dfnp, feo->nodeid, in fuse_vop_nmknod() 920 error = fuse_alloc_node(fmp, dfnp, feo->nodeid, VDIR, &vp); in fuse_vop_nmkdir() 1289 error = fuse_alloc_node(fmp, dfnp, feo->nodeid, VLNK, &vp); in fuse_vop_nsymlink()
|
/dflybsd-src/sys/netgraph/ksocket/ |
H A D | ng_ksocket.h | 74 u_int32_t nodeid; /* node ID of connected ksocket */ member
|
H A D | ng_ksocket.c | 1216 resp_data->nodeid = node2->ID; in ng_ksocket_finish_accept()
|
/dflybsd-src/sys/netgraph7/ksocket/ |
H A D | ng_ksocket.h | 76 u_int32_t nodeid; /* node ID of connected ksocket */ member
|
H A D | ng_ksocket.c | 1251 resp_data->nodeid = NG_NODE_ID(node); in ng_ksocket_finish_accept()
|
/dflybsd-src/sys/bus/firewire/ |
H A D | firewire.c | 1126 fc->max_node = fc->nodeid & 0x3f; in fw_sidrcv() 1127 CSRARC(fc, NODE_IDS) = ((u_int32_t)fc->nodeid) << 16; in fw_sidrcv() 1209 if (fc->irm == fc->nodeid) in fw_sidrcv() 1215 if (fc->irm == fc->nodeid) { in fw_sidrcv() 1274 if(fc->ongonode == fc->nodeid) fc->ongonode++; in fw_bus_explore() 1318 fwdev->speed = fc->speed_map->speed[fc->nodeid][fc->ongonode]; in fw_bus_explore() 1974 bmr = fc->nodeid; in fw_try_bmr_callback() 2016 xfer->send.payload[1] = htonl(fc->nodeid); in fw_try_bmr() 2140 cmstr = fc->nodeid; in fw_bmr() 2147 if(CSRARC(fc, BUS_MGR_ID) != fc->nodeid) { in fw_bmr() [all …]
|
H A D | firewirereg.h | 96 nodeid:6; member
|
H A D | fwdev.c | 639 devinfo->dst = sc->fc->nodeid; in fw_ioctl()
|
H A D | fwohci.c | 1892 fc->nodeid = node_id & 0x3f;
|
/dflybsd-src/sys/dev/disk/sbp/ |
H A D | sbp.c | 1172 htonl(((sdev->target->sbp->fd.fc->nodeid | FWLOCALBUS )<< 16)); in sbp_orb_pointer() 1289 nid = target->sbp->fd.fc->nodeid | FWLOCALBUS; in sbp_mgm_orb() 2319 ocb->orb[2] = htonl(((sbp->fd.fc->nodeid | FWLOCALBUS )<< 16) ); in sbp_action1()
|
/dflybsd-src/contrib/lvm2/dist/ |
H A D | WHATS_NEW | 799 clvmd-openais now uses cpg_local_get() to get nodeid, rather than Clm.
|