OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dm_hash_lookup_binary
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd-corosync.c
249
ninfo =
dm_hash_lookup_binary
(node_hash,
268
ninfo =
dm_hash_lookup_binary
(node_hash,
277
ninfo =
dm_hash_lookup_binary
(node_hash,
390
ninfo =
dm_hash_lookup_binary
(node_hash, csid, COROSYNC_CSID_LEN);
401
ninfo =
dm_hash_lookup_binary
(node_hash, csid, COROSYNC_CSID_LEN);
423
ninfo =
dm_hash_lookup_binary
(node_hash, csid, COROSYNC_CSID_LEN);
clvmd-gulm.c
364
ninfo =
dm_hash_lookup_binary
(node_hash, (char *)ip, GULM_MAX_CSID_LEN);
373
ninfo =
dm_hash_lookup_binary
(node_hash, (char *)ip, GULM_MAX_CSID_LEN);
596
ninfo =
dm_hash_lookup_binary
(node_hash, csid, GULM_MAX_CSID_LEN);
636
ninfo =
dm_hash_lookup_binary
(node_hash, csid, GULM_MAX_CSID_LEN);
656
ninfo =
dm_hash_lookup_binary
(node_hash, csid, GULM_MAX_CSID_LEN);
687
client =
dm_hash_lookup_binary
(sock_hash, csid, GULM_MAX_CSID_LEN);
694
client =
dm_hash_lookup_binary
(sock_hash, csid, GULM_MAX_CSID_LEN);
938
ninfo =
dm_hash_lookup_binary
(node_hash, nodeip, GULM_MAX_CSID_LEN);
tcp-comms.c
121
client =
dm_hash_lookup_binary
(sock_hash, csid, GULM_MAX_CSID_LEN);
157
if (
dm_hash_lookup_binary
(sock_hash, csid, GULM_MAX_CSID_LEN))
170
if (
dm_hash_lookup_binary
(sock_hash, csid, GULM_MAX_CSID_LEN))
392
client =
dm_hash_lookup_binary
(sock_hash, csid, GULM_MAX_CSID_LEN);
clvmd-openais.c
277
ninfo =
dm_hash_lookup_binary
(node_hash,
296
ninfo =
dm_hash_lookup_binary
(node_hash,
305
ninfo =
dm_hash_lookup_binary
(node_hash,
415
ninfo =
dm_hash_lookup_binary
(node_hash, csid, OPENAIS_CSID_LEN);
426
ninfo =
dm_hash_lookup_binary
(node_hash, csid, OPENAIS_CSID_LEN);
448
ninfo =
dm_hash_lookup_binary
(node_hash, csid, OPENAIS_CSID_LEN);
clvmd-cman.c
186
int up = (int)(long)
dm_hash_lookup_binary
(node_updown_hash, (char *)&nodes[i].cn_nodeid, sizeof(int));
/src/external/gpl2/lvm2/dist/libdm/datastruct/
hash.c
159
void *
dm_hash_lookup_binary
(struct dm_hash_table *t, const char *key,
function
204
return
dm_hash_lookup_binary
(t, key, strlen(key) + 1);
/src/external/gpl2/lvm2/dist/include/
libdevmapper.h
649
void *
dm_hash_lookup_binary
(struct dm_hash_table *t, const char *key, uint32_t len);
/src/external/gpl2/lvm2/dist/libdm/
libdevmapper.h
649
void *
dm_hash_lookup_binary
(struct dm_hash_table *t, const char *key, uint32_t len);
libdm-deptree.c
358
return
dm_hash_lookup_binary
(dtree->devs, (const char *) &dev,
Completed in 46 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026