Searched refs:dm_hash_lookup_binary (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| H A D | clvmd-gulm.c | 364 ninfo = dm_hash_lookup_binary(node_hash, (char *)ip, GULM_MAX_CSID_LEN); in add_or_set_node() 373 ninfo = dm_hash_lookup_binary(node_hash, (char *)ip, GULM_MAX_CSID_LEN); in add_or_set_node() 596 ninfo = dm_hash_lookup_binary(node_hash, csid, GULM_MAX_CSID_LEN); in gulm_name_from_csid() 636 ninfo = dm_hash_lookup_binary(node_hash, csid, GULM_MAX_CSID_LEN); in gulm_add_up_node() 656 ninfo = dm_hash_lookup_binary(node_hash, csid, GULM_MAX_CSID_LEN); in add_down_node() 687 client = dm_hash_lookup_binary(sock_hash, csid, GULM_MAX_CSID_LEN); in _cluster_do_node_callback() 694 client = dm_hash_lookup_binary(sock_hash, csid, GULM_MAX_CSID_LEN); in _cluster_do_node_callback() 938 ninfo = dm_hash_lookup_binary(node_hash, nodeip, GULM_MAX_CSID_LEN); in get_all_cluster_nodes()
|
| H A D | clvmd-corosync.c | 249 ninfo = dm_hash_lookup_binary(node_hash, in corosync_cpg_confchg_callback() 268 ninfo = dm_hash_lookup_binary(node_hash, in corosync_cpg_confchg_callback() 277 ninfo = dm_hash_lookup_binary(node_hash, in corosync_cpg_confchg_callback() 390 ninfo = dm_hash_lookup_binary(node_hash, csid, COROSYNC_CSID_LEN); in _csid_from_name() 401 ninfo = dm_hash_lookup_binary(node_hash, csid, COROSYNC_CSID_LEN); in _name_from_csid() 423 ninfo = dm_hash_lookup_binary(node_hash, csid, COROSYNC_CSID_LEN); in _add_up_node()
|
| H A D | clvmd-openais.c | 277 ninfo = dm_hash_lookup_binary(node_hash, in openais_cpg_confchg_callback() 296 ninfo = dm_hash_lookup_binary(node_hash, in openais_cpg_confchg_callback() 305 ninfo = dm_hash_lookup_binary(node_hash, in openais_cpg_confchg_callback() 415 ninfo = dm_hash_lookup_binary(node_hash, csid, OPENAIS_CSID_LEN); in _csid_from_name() 426 ninfo = dm_hash_lookup_binary(node_hash, csid, OPENAIS_CSID_LEN); in _name_from_csid() 448 ninfo = dm_hash_lookup_binary(node_hash, csid, OPENAIS_CSID_LEN); in _add_up_node()
|
| H A D | tcp-comms.c | 121 client = dm_hash_lookup_binary(sock_hash, csid, GULM_MAX_CSID_LEN); in tcp_remove_client() 157 if (dm_hash_lookup_binary(sock_hash, csid, GULM_MAX_CSID_LEN)) in alloc_client() 170 if (dm_hash_lookup_binary(sock_hash, csid, GULM_MAX_CSID_LEN)) in alloc_client() 392 client = dm_hash_lookup_binary(sock_hash, csid, GULM_MAX_CSID_LEN); in tcp_send_message()
|
| H A D | clvmd-cman.c | 186 …int up = (int)(long)dm_hash_lookup_binary(node_updown_hash, (char *)&nodes[i].cn_nodeid, sizeof(in… in _cluster_do_node_callback()
|
| /netbsd-src/external/gpl2/lvm2/dist/libdm/datastruct/ |
| H A D | hash.c | 159 void *dm_hash_lookup_binary(struct dm_hash_table *t, const char *key, in dm_hash_lookup_binary() function 204 return dm_hash_lookup_binary(t, key, strlen(key) + 1); in dm_hash_lookup()
|
| /netbsd-src/external/gpl2/lvm2/dist/libdm/ |
| H A D | .exported_symbols | 119 dm_hash_lookup_binary
|
| H A D | libdevmapper.h | 649 void *dm_hash_lookup_binary(struct dm_hash_table *t, const char *key, uint32_t len);
|
| H A D | libdm-deptree.c | 358 return dm_hash_lookup_binary(dtree->devs, (const char *) &dev, in _find_dm_tree_node()
|
| /netbsd-src/external/gpl2/lvm2/dist/include/ |
| H A D | libdevmapper.h | 649 void *dm_hash_lookup_binary(struct dm_hash_table *t, const char *key, uint32_t len);
|