Searched refs:hash_insert (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/usr.sbin/mtree/
H A Donly.c89 hash_insert(char *str, uint32_t h) function
116 hash_insert(str, h);
136 hash_insert(line, h);
/netbsd-current/external/gpl2/lvm2/dist/libdm/datastruct/
H A Dhash.h31 int hash_insert(struct hash_table *t, const char *key, void *data);
/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c75 hash_insert (ht, items);
128 hash_insert (struct hash_table *ht, const void *item) function
H A Dhash.h66 void *hash_insert __P((struct hash_table *ht, const void *item));
H A Ddir.c887 hash_insert (&dir->contents->dirfiles, new);
H A Dfunction.c998 struct a_word *owp = hash_insert (&a_word_table, wp);
/netbsd-current/external/bsd/iscsi/dist/include/
H A Discsiutil.h238 int hash_insert(hash_t * , struct initiator_cmd_t * , uint32_t );
/netbsd-current/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_linux.c110 hash_insert(int fd, am_node *mp) function
204 hash_insert(fh->fd, mp);
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dinitiator.c1795 if (hash_insert(&g_tag_hash, cmd, text_cmd->tag) != 0) {
1796 iscsi_err(__FILE__, __LINE__, "hash_insert() failed\n");
1833 if (hash_insert(&g_tag_hash, cmd, login_cmd->tag) != 0) {
1834 iscsi_err(__FILE__, __LINE__, "hash_insert() failed\n");
2385 if (hash_insert(&g_tag_hash, cmd, logout_cmd->tag) != 0) {
2386 iscsi_err(__FILE__, __LINE__, "hash_insert() failed\n");
2495 if (hash_insert(&g_tag_hash, cmd, nop_out->tag) != 0) {
2496 iscsi_err(__FILE__, __LINE__, "hash_insert() failed\n");
2592 if (hash_insert(&g_tag_hash, cmd, scsi_cmd->tag) != 0) {
2593 iscsi_err(__FILE__, __LINE__, "hash_insert() faile
[all...]
H A Dutil.c359 hash_insert(hash_t * h, initiator_cmd_t * cmd, unsigned key) function

Completed in 211 milliseconds