Home
last modified time | relevance | path

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

/dflybsd-src/libexec/bootpd/
H A Dhash.h141 extern hash_datum *hash_FirstEntry(hash_tbl *);
H A Dhash.c373 hash_FirstEntry(hash_tbl *hashtable) in hash_FirstEntry() function
H A Ddumptab.c112 for (hp = (struct host *) hash_FirstEntry(nmhashtable); hp != NULL; in dumptab()
/dflybsd-src/libexec/bootpd/tools/bootpef/
H A Dbootpef.c256 hp = (struct host *) hash_FirstEntry(nmhashtable); in main()