Home
last modified time | relevance | path

Searched refs:hash_FirstEntry (Results 1 – 4 of 4) sorted by relevance

/freebsd/libexec/bootpd/
H A Dhash.h143 extern hash_datum *hash_FirstEntry(hash_tbl *);
H A Dhash.c368 hash_FirstEntry(hash_tbl *hashtable) in hash_FirstEntry() function
H A Ddumptab.c103 for (hp = (struct host *) hash_FirstEntry(nmhashtable); hp != NULL; in dumptab()
/freebsd/libexec/bootpd/tools/bootpef/
H A Dbootpef.c245 hp = (struct host *) hash_FirstEntry(nmhashtable); in main()