| /src/usr.bin/config/ |
| defs.h | 442 struct hashtab; 467 extern struct hashtab *devbasetab; /* devbase lookup */ 468 extern struct hashtab *devroottab; /* attach at root lookup */ 469 extern struct hashtab *devatab; /* devbase attachment lookup */ 470 extern struct hashtab *devitab; /* device instance lookup */ 471 extern struct hashtab *deaddevitab; /* removed instances lookup */ 472 extern struct hashtab *selecttab; /* selects things that are "optional foo" */ 473 extern struct hashtab *needcnttab; /* retains names marked "needs-count" */ 474 extern struct hashtab *opttab; /* table of configured options */ 475 extern struct hashtab *fsopttab; /* table of configured file systems * [all...] |
| hash.c | 71 struct hashtab { struct 79 static struct hashtab strings; 88 static void ht_expand(struct hashtab *); 89 static void ht_init(struct hashtab *, size_t); 98 ht_init(struct hashtab *ht, size_t sz) 115 ht_expand(struct hashtab *ht) 209 struct hashtab *ht; 230 struct hashtab * 233 struct hashtab *ht; 241 ht_free(struct hashtab *ht [all...] |
| mkdevsw.c | 93 dentry(FILE *fp, struct hashtab *t, devmajor_t i, char p) 107 pentry(FILE *fp, struct hashtab *t, devmajor_t i, char p)
|
| main.c | 124 struct hashtab *devbasetab; /* devbase lookup */ 125 struct hashtab *devroottab; /* attach at root lookup */ 126 struct hashtab *devatab; /* devbase attachment lookup */ 127 struct hashtab *deaddevitab; /* removed instances lookup */ 128 struct hashtab *selecttab; /* selects things that are "optional foo" */ 129 struct hashtab *needcnttab; /* retains names marked "needs-count" */ 130 struct hashtab *opttab; /* table of configured options */ 131 struct hashtab *fsopttab; /* table of configured file systems */ 138 struct hashtab *attrtab; /* attributes (locators, etc.) */ 139 struct hashtab *attrdeptab; /* attribute dependencies * [all...] |
| lint.c | 61 struct hashtab **ot_ht;
|
| files.c | 71 static struct hashtab *basetab; /* file base names */ 72 static struct hashtab *pathtab; /* full path names */ 404 struct hashtab *fixdevmtab;
|
| mkmakefile.c | 471 extern struct hashtab *attrtab;
|
| sem.c | 69 static struct hashtab *cfhashtab; /* for config lookup */ 70 struct hashtab *devitab; /* etc */
|
| /src/usr.bin/rdist/ |
| lookup.c | 54 static struct syment *hashtab[HASHSIZE]; variable in typeref:struct:syment 140 for (s = hashtab[n]; s != NULL; s = s->s_next) { 162 s->s_next = hashtab[n]; 163 hashtab[n] = s;
|
| /src/usr.sbin/lpr/pac/ |
| pac.c | 91 static struct hent *hashtab[HSHSIZE]; /* Hash table proper */ variable in typeref:struct:hent 256 hp = hashtab[0]; 263 hp = hashtab[hno++]; 306 hp = hashtab[i]; 351 hp->h_link = hashtab[h]; 352 hashtab[h] = hp; 368 for (hp = hashtab[h]; hp != NULL; hp = hp->h_link)
|
| /src/games/battlestar/ |
| parse.c | 51 static struct wlist *hashtab[HASHSIZE]; variable in typeref:struct:wlist 80 for (wp = hashtab[hash(s)]; wp != NULL; wp = wp->next) 93 wp->next = hashtab[hashval]; 94 hashtab[hashval] = wp;
|
| /src/libexec/ld.elf_so/ |
| headers.c | 183 const Elf_Symindx *hashtab = (const Elf_Symindx *) local 186 if (hashtab[0] > UINT32_MAX) 189 nbuckets = hashtab[0]; 191 obj->nchains = (nchains = hashtab[1]); 192 obj->buckets = hashtab + 2; 218 const Elf_Symindx *hashtab = (const Elf_Symindx *) local 221 if (hashtab[0] > UINT32_MAX) 224 nbuckets = hashtab[0]; 227 nmaskwords = hashtab[2]; 230 obj->buckets_gnu = (const uint32_t *)(hashtab + 4 + bloom_size32) [all...] |
| /src/games/adventure/ |
| vocab.c | 138 struct hashtab *h; 198 struct hashtab *h;
|
| hdr.h | 79 extern struct hashtab { /* hash table for vocabulary */ struct
|
| init.c | 73 struct hashtab voc[HTSIZE];
|
| /src/usr.bin/m4/ |
| extern.h | 155 extern ndptr hashtab[]; /* hash table for macros etc. */
|
| main.c | 64 ndptr hashtab[HASHSIZE]; /* hash table for macros etc. */ variable
|
| /src/lib/librumpuser/ |
| rumpuser_dl.c | 205 Elf_Symindx *hashtab; local 222 hashtab = (Elf_Symindx *)adjptr(map, edptr); 223 cursymcount = hashtab[1];
|