Home
last modified time | relevance | path

Searched refs:hash_insert (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/usr.sbin/mtree/
H A Donly.c89 hash_insert(char *str, uint32_t h) in hash_insert() function
116 hash_insert(str, h); in fill()
136 hash_insert(line, h); in load_only()
/netbsd-src/external/gpl2/gmake/dist/
H A Dhash.c75 hash_insert (ht, items); in hash_load()
128 hash_insert (struct hash_table *ht, const void *item) in hash_insert() function
H A Dhash.h66 void *hash_insert __P((struct hash_table *ht, const void *item));
H A Ddir.c881 hash_insert (&dir->contents->dirfiles, new); in file_impossible()
H A Dfunction.c991 struct a_word *owp = hash_insert (&a_word_table, wp); in func_filter_filterout()
/netbsd-src/external/gpl2/lvm2/dist/libdm/datastruct/
H A Dhash.h31 int hash_insert(struct hash_table *t, const char *key, void *data);
/netbsd-src/external/bsd/iscsi/dist/include/
H A Discsiutil.h238 int hash_insert(hash_t * , struct initiator_cmd_t * , uint32_t );
/netbsd-src/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_linux.c110 hash_insert(int fd, am_node *mp) in hash_insert() function
204 hash_insert(fh->fd, mp); in autofs_get_mp()
/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A Dinitiator.c1795 if (hash_insert(&g_tag_hash, cmd, text_cmd->tag) != 0) { in text_command_i()
1833 if (hash_insert(&g_tag_hash, cmd, login_cmd->tag) != 0) { in login_command_i()
2385 if (hash_insert(&g_tag_hash, cmd, logout_cmd->tag) != 0) { in logout_command_i()
2495 if (hash_insert(&g_tag_hash, cmd, nop_out->tag) != 0) { in nop_out_i()
2592 if (hash_insert(&g_tag_hash, cmd, scsi_cmd->tag) != 0) { in scsi_command_i()
3217 if (hash_insert(&g_tag_hash, cmd, scsi_cmd->tag) != 0) { in scsi_r2t_i()
3591 if (hash_insert(&g_tag_hash, cmd, scsi_cmd->tag) != 0) { in scsi_read_data_i()
H A Dutil.c359 hash_insert(hash_t * h, initiator_cmd_t * cmd, unsigned key) in hash_insert() function
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2008253 * hash.c (hash_insert, hash_jam): Likewise.
H A DChangeLog-92953704 601. Check that the error return from hash_insert is "exists".
5509 * config/tc-ns32k.c (md_begin): Return value from hash_insert
7364 (vip_begin): Returns pointer to const char. Cast hash_insert arg
7847 available. Also, check for null return from hash_insert, rather
9217 * hash.c (hash_insert, hash_jam, hash_grow): Return null pointer
H A DChangeLog-20202066 (hash_insert): Likewise.
2086 (hash_insert): Likewise.
H A DChangeLog-20053031 (md_begin): Document reason for cast of hash_insert argument.
H A DChangeLog-96971175 * config/tc-sparc.c (md_begin): Cast sparc_opcodes to PTR for hash_insert.
H A DChangeLog-00015669 * hash.c (hash_insert): Add cast to obstruct_alloc to fix
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2008253 * hash.c (hash_insert, hash_jam): Likewise.
H A DChangeLog-92953704 601. Check that the error return from hash_insert is "exists".
5509 * config/tc-ns32k.c (md_begin): Return value from hash_insert
7364 (vip_begin): Returns pointer to const char. Cast hash_insert arg
7847 available. Also, check for null return from hash_insert, rather
9217 * hash.c (hash_insert, hash_jam, hash_grow): Return null pointer
H A DChangeLog-20202066 (hash_insert): Likewise.
2086 (hash_insert): Likewise.
H A DChangeLog-20053031 (md_begin): Document reason for cast of hash_insert argument.
H A DChangeLog-96971175 * config/tc-sparc.c (md_begin): Cast sparc_opcodes to PTR for hash_insert.
H A DChangeLog-00015669 * hash.c (hash_insert): Add cast to obstruct_alloc to fix
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog11414 - need writelock to update data on hash_insert.