Home
last modified time | relevance | path

Searched refs:nodeid (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/tests/cluster/tests/
H A D00-base.tcl17 set nodeid [dict get [get_myself $id] id]
18 assert {$nodeid ne {}}
19 lappend ids $nodeid
/f-stack/tools/compat/include/netgraph/
H A Dng_ksocket.h75 u_int32_t nodeid; /* node ID of connected ksocket */ member
/f-stack/freebsd/netgraph/
H A Dng_ksocket.h75 u_int32_t nodeid; /* node ID of connected ksocket */ member
H A Dng_ksocket.c1237 resp_data->nodeid = NG_NODE_ID(node); in ng_ksocket_accept()
/f-stack/app/redis-5.0.5/tests/support/
H A Dcluster.tcl100 lassign $args nodeid addr flags slaveof pingsent pongrecv configepoch linkstate
114 id $nodeid \
/f-stack/dpdk/doc/guides/howto/
H A Dlm_virtio_vhost_user.rst306 -numa node,memdev=mem,nodeid=0 \
382 -numa node,memdev=mem,nodeid=0 \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_replay.c69 uint64_t uid, uint64_t gid, uint64_t rdev, uint64_t nodeid) in zfs_init_vattr() argument
80 vap->va_nodeid = nodeid; in zfs_init_vattr()
/f-stack/app/redis-5.0.5/src/
H A Dcluster.c1158 int clusterBlacklistExists(char *nodeid) { in clusterBlacklistExists() argument
1159 sds id = sdsnewlen(nodeid,CLUSTER_NAMELEN); in clusterBlacklistExists()