Searched refs:dm_hash_insert_binary (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd-cman.c207 dm_hash_insert_binary(node_updown_hash, (char *)&arg, sizeof(int), (void *)0);
262 dm_hash_insert_binary(node_updown_hash, (char *)&nodeid, sizeof(int), (void *)1);
299 dm_hash_insert_binary(node_updown_hash, (void *)&nodeid, sizeof(int), (void*)1);
301 dm_hash_insert_binary(node_updown_hash, (void *)&nodeid, sizeof(int), (void*)0);
H A Dclvmd-corosync.c259 dm_hash_insert_binary(node_hash,
287 dm_hash_insert_binary(node_hash,
H A Dclvmd-openais.c287 dm_hash_insert_binary(node_hash,
315 dm_hash_insert_binary(node_hash,
H A Dtcp-comms.c180 dm_hash_insert_binary(sock_hash, csid, GULM_MAX_CSID_LEN, client);
H A Dclvmd-gulm.c951 dm_hash_insert_binary(node_hash, nodeip, GULM_MAX_CSID_LEN, ninfo);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/datastruct/
H A Dhash.c167 int dm_hash_insert_binary(struct dm_hash_table *t, const char *key, function
209 return dm_hash_insert_binary(t, key, strlen(key) + 1, data);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Dlibdevmapper.h650 int dm_hash_insert_binary(struct dm_hash_table *t, const char *key, uint32_t len,
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/
H A Dlibdevmapper.h650 int dm_hash_insert_binary(struct dm_hash_table *t, const char *key, uint32_t len,
H A Dlibdm-deptree.c334 if (!dm_hash_insert_binary(dtree->devs, (const char *) &dev,

Completed in 122 milliseconds