Home | Sort by: relevance | last modified time | path |
/src/sys/kern/ | |
kern_fileassoc.c | 299 struct fileassoc_hash_entry *hash_entry; local in function:fileassoc_file_lookup 319 hash_entry = &(tbl->tbl_hash[indx]); 321 LIST_FOREACH(faf, hash_entry, faf_list) { 376 struct fileassoc_hash_entry *hash_entry; local in function:fileassoc_table_resize 382 hash_entry = &(newtbl->tbl_hash[indx]); 384 LIST_INSERT_HEAD(hash_entry, faf, faf_list); 509 struct fileassoc_hash_entry *hash_entry; local in function:fileassoc_file_add 536 hash_entry = &(tbl->tbl_hash[indx]); 541 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 in typeref:typename:void |