Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dsym.c42 struct hash_entry { struct
43 struct hash_entry *prev, *next; argument
49 typedef struct hash_entry **hash_table; argument
55 static struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE];
56 static struct hash_entry *sctbl[START_COND_HASH_SIZE];
57 static struct hash_entry *ccltab[CCL_HASH_SIZE];
63 static struct hash_entry *findsym (const char *sym, hash_table table,
76 struct hash_entry *sym_entry = table[hash_val]; in addsym()
77 struct hash_entry *new_entry; in addsym()
78 struct hash_entry *successor; in addsym()
[all …]
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_resource.c178 vmci_hashtable_init_entry(&resource->hash_entry, resource_handle); in vmci_resource_add()
185 &resource->hash_entry); in vmci_resource_add()
222 vmci_hashtable_remove_entry(resource_table, &resource->hash_entry); in vmci_resource_remove()
254 resource = RESOURCE_CONTAINER(entry, struct vmci_resource, hash_entry); in vmci_resource_get()
285 vmci_hashtable_hold_entry(resource_table, &resource->hash_entry); in vmci_resource_hold()
339 &resource->hash_entry); in vmci_resource_release()
371 return (resource->hash_entry.handle); in vmci_resource_handle()
H A Dvmci_resource.h30 struct vmci_hash_entry hash_entry; member
/freebsd/usr.bin/ctags/
H A DC.c41 static void hash_entry(void);
128 hash_entry(); in c_entries()
343 * hash_entry --
347 hash_entry(void) in hash_entry() function