Searched refs:hash_remove (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | hash.h | 45 void hash_remove(hash_t *, void *);
|
H A D | hash.c | 140 hash_remove(hash_t *hash, void *key) in hash_remove() function
|
H A D | merge.c | 1025 hash_remove(mcd->md_tdtba, (void *)tdp); in add_tdtba_cb()
|
/netbsd-src/external/gpl2/lvm2/dist/libdm/datastruct/ |
H A D | hash.h | 32 void hash_remove(struct hash_table *t, const char *key);
|
/netbsd-src/external/bsd/iscsi/dist/include/ |
H A D | iscsiutil.h | 239 struct initiator_cmd_t *hash_remove(hash_t * , uint32_t );
|
/netbsd-src/external/bsd/iscsi/dist/src/lib/ |
H A D | util.c | 387 hash_remove(hash_t * h, unsigned key) in hash_remove() function
|
H A D | initiator.c | 1095 hash_remove(&g_tag_hash, cmd->key); in initiator_abort() 1668 if ((cmd = hash_remove(&g_tag_hash, tag)) == NULL) { in rx_worker_proc_i() 2833 if ((cmd = hash_remove(&g_tag_hash, tag)) == NULL) { in reject_i()
|
/netbsd-src/external/gpl3/gcc/dist/libobjc/ |
H A D | ChangeLog | 629 hash_next, hash_remove, hash_value_for_key, hash_is_key_in_hash, 2549 * objc/hash.h (hash_new, hash_delete, hash_add, hash_remove) 2555 * hash.c (hash_new, hash_delete, hash_add, hash_remove, hash_next)
|