Home
last modified time | relevance | path

Searched refs:hash_Insert (Results 1 – 3 of 3) sorted by relevance

/freebsd/libexec/bootpd/
H A Dhash.h132 extern int hash_Insert(hash_tbl *, u_int code,
H A Dhash.c204 hash_Insert(hash_tbl *hashtable, unsigned hashcode, hash_cmpfp compare, in hash_Insert() function
H A Dreadfile.c424 if (hash_Insert(hwhashtable, hashcode, hwinscmp, hp, hp) < 0) { in readtab()
435 if (hash_Insert(iphashtable, hashcode, nullcmp, hp, hp) < 0) { in readtab()
446 if (hash_Insert(nmhashtable, hashcode, nullcmp, in readtab()