Searched refs:dm_hash_insert_binary (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/ |
H A D | clvmd-cman.c | 207 dm_hash_insert_binary(node_updown_hash, (char *)&arg, sizeof(int), (void *)0); in event_callback() 262 dm_hash_insert_binary(node_updown_hash, (char *)&nodeid, sizeof(int), (void *)1); in _add_up_node() 299 dm_hash_insert_binary(node_updown_hash, (void *)&nodeid, sizeof(int), (void*)1); in count_clvmds_running() 301 dm_hash_insert_binary(node_updown_hash, (void *)&nodeid, sizeof(int), (void*)0); in count_clvmds_running()
|
H A D | clvmd-corosync.c | 259 dm_hash_insert_binary(node_hash, in corosync_cpg_confchg_callback() 287 dm_hash_insert_binary(node_hash, in corosync_cpg_confchg_callback()
|
H A D | clvmd-openais.c | 287 dm_hash_insert_binary(node_hash, in openais_cpg_confchg_callback() 315 dm_hash_insert_binary(node_hash, in openais_cpg_confchg_callback()
|
H A D | tcp-comms.c | 180 dm_hash_insert_binary(sock_hash, csid, GULM_MAX_CSID_LEN, client); in alloc_client()
|
H A D | clvmd-gulm.c | 951 dm_hash_insert_binary(node_hash, nodeip, GULM_MAX_CSID_LEN, ninfo); in get_all_cluster_nodes()
|
/netbsd-src/external/gpl2/lvm2/dist/libdm/datastruct/ |
H A D | hash.c | 167 int dm_hash_insert_binary(struct dm_hash_table *t, const char *key, in dm_hash_insert_binary() function 209 return dm_hash_insert_binary(t, key, strlen(key) + 1, data); in dm_hash_insert()
|
/netbsd-src/external/gpl2/lvm2/dist/libdm/ |
H A D | .exported_symbols | 120 dm_hash_insert_binary
|
H A D | libdevmapper.h | 650 int dm_hash_insert_binary(struct dm_hash_table *t, const char *key, uint32_t len,
|
H A D | libdm-deptree.c | 334 if (!dm_hash_insert_binary(dtree->devs, (const char *) &dev, in _create_dm_tree_node()
|
/netbsd-src/external/gpl2/lvm2/dist/include/ |
H A D | libdevmapper.h | 650 int dm_hash_insert_binary(struct dm_hash_table *t, const char *key, uint32_t len,
|