HomeSort by: relevance | last modified time | path
    Searched refs:hash_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_fileassoc.c 302 struct fileassoc_hash_entry *hash_entry; local
322 hash_entry = &(tbl->tbl_hash[indx]);
324 LIST_FOREACH(faf, hash_entry, faf_list) {
379 struct fileassoc_hash_entry *hash_entry; local
385 hash_entry = &(newtbl->tbl_hash[indx]);
387 LIST_INSERT_HEAD(hash_entry, faf, faf_list);
512 struct fileassoc_hash_entry *hash_entry; local
539 hash_entry = &(tbl->tbl_hash[indx]);
544 LIST_INSERT_HEAD(hash_entry, faf, faf_list);
  /src/usr.bin/ctags/
C.c 53 static void hash_entry(void);
143 hash_entry();
357 * hash_entry --
361 hash_entry(void) function

Completed in 16 milliseconds