Searched refs:hashtab (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/spell/
H A Dhash.c52 static signed char hashtab[] = { variable
75 c = hashtab[c-' '];
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dlookup.c32 static struct syment *hashtab[HASHSIZE]; variable in typeref:struct:syment
120 for (s = hashtab[n]; s != NULL; s = s->s_next) {
143 s->s_next = hashtab[n];
144 hashtab[n] = s;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dlookup.c100 static struct keystruct *hashtab[HASHMOD]; /* pointer table */ variable in typeref:struct:keystruct
113 p->next = hashtab[j];
114 hashtab[j] = p;
127 for (p = hashtab[hash(ident) % HASHMOD]; p != NULL; p = p->next) {
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_utils.c50 static struct devhash *hashtab; variable in typeref:struct:devhash
171 (void) strcpy(hashtab->dev_name,
173 hashtab->dev_nxt = dev_chain;
174 dev_chain = hashtab;
175 hashtab++;
191 hashtab = malloc(NDEVS * sizeof (struct devhash));
192 if (hashtab == NULL) {
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dheap.c268 static unsigned char hashtab[SM_HEAP_TABLE_SIZE] = variable
315 h = hashtab[n & 0xFF];
316 h = hashtab[h ^ ((n >> 8) & 0xFF)];
317 h = hashtab[h ^ ((n >> 16) & 0xFF)];
318 h = hashtab[h ^ ((n >> 24) & 0xFF)];
325 h = hashtab[n & 0xFF];
326 h = hashtab[h ^ ((n >> 8) & 0xFF)];
327 h = hashtab[h ^ ((n >> 16) & 0xFF)];
328 h = hashtab[h ^ ((n >> 24) & 0xFF)];
329 h = hashtab[
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dmisc.cc291 * hashtab The make hash table for Name blocks
347 for (p = hashtab.begin(), e = hashtab.end(); p != e; p++) {
398 for (p = hashtab.begin(), e = hashtab.end(); p != e; p++) {
406 for (p = hashtab.begin(), e = hashtab.end(); p != e; p++) {
417 for (p = hashtab.begin(), e = hashtab.end(); p != e; p++) {
438 for (p = hashtab
[all...]
H A Dnse_printdep.cc289 for (np = hashtab.begin(), e = hashtab.end(); np != e; np++) {
H A Drep.cc333 for (np = hashtab.begin(), e = hashtab.end(); np != e; np++) {
H A Dstate.cc112 * hashtab The hashtable that contains all names
240 for (np = hashtab.begin(), e = hashtab.end(); np != e; np++) {
H A Dread2.cc1464 * hashtab The central hashtable for Names.
1482 for (Name_set::iterator np = hashtab.begin(), e = hashtab.end(); np != e; np++) {
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dglobals.cc93 Name_set hashtab; variable
H A Dmisc.cc156 * hashtab The hashtable used for the nametable
187 np = hashtab.lookup(mbs_name);
201 np = hashtab.insert(mbs_name, found);
238 hashtab.insert(name);
/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c510 find_mbind(char *name, struct bind **hashtab, int deleted) argument
514 for (mb = hashtab[nm_hash(name)]; mb; mb = mb->b_next) {
537 make_mbind(char *name, int num, char *bind_name, struct bind **hashtab) argument
542 ASSERT(hashtab != NULL);
546 if (find_mbind(name, hashtab, 0) != NULL)
557 pmb = &hashtab[nm_hash(name)];
569 delete_mbind(char *name, struct bind **hashtab) argument
573 for (mb = hashtab[nm_hash(name)]; mb; mb = mb->b_next) {
592 purge_mbind(int num, struct bind **hashtab) argument
599 for (mb = hashtab[
[all...]
H A Dmodsysfile.c2258 * a pre-allocated hashtable in "struct bind **hashtab".
2261 read_binding_file(char *bindfile, struct bind **hashtab, argument
2279 if (hashtab != NULL) {
2280 clear_binding_hash(hashtab);
2355 hashtab) == 0)
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock.c182 HASHLOOKUP(lt->hashtab, __db_lockobj, links,
409 HASHREMOVE_EL(lt->hashtab, __db_lockobj,
683 HASHLOOKUP(lt->hashtab, __db_lockobj, links,
802 HASHLOOKUP(lt->hashtab, __db_lockobj, links, dbt, sh_obj,
806 HASHLOOKUP(lt->hashtab, __db_lockobj, links, locker,
859 HASHINSERT(lt->hashtab,
915 HASHREMOVE_EL(lt->hashtab,
H A Dlock_deadlock.c269 for (op = SH_TAILQ_FIRST(&lt->hashtab[i], __db_lockobj);
279 for (op = SH_TAILQ_FIRST(&lt->hashtab[i], __db_lockobj);
441 HASHREMOVE_EL(lt->hashtab, __db_lockobj,
H A Dlock_region.c135 lt->hashtab =
468 lt->hashtab =
624 for (op = SH_TAILQ_FIRST(&lt->hashtab[i], __db_lockobj);
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlock.h114 DB_HASHTAB *hashtab; /* Beginning of hash table. */ member in struct:__db_locktab
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac.h244 uint16_t hashtab[MAC_MAX_HASH_ENTRY]; member in struct:_nxge_mac
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dload_elf.c57 Elf_Hashelt *hashtab; member in struct:elf_file
673 ef->hashtab = (Elf_Hashelt*)(uintptr_t)(dp[i].d_un.d_ptr + off);
700 if (ef->hashtab == NULL || ef->symtab == NULL ||
703 COPYOUT(ef->hashtab, &ef->nbuckets, sizeof(ef->nbuckets));
704 COPYOUT(ef->hashtab + 1, &ef->nchains, sizeof(ef->nchains));
705 ef->buckets = ef->hashtab + 2;
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h201 struct ps_lwphandle **hashtab; /* hash table for LWPs (Lgrab()) */ member in struct:ps_prochandle
H A DPcontrol.c1192 if (P->hashtab != NULL) {
1195 while ((L = P->hashtab[i]) != NULL)
1198 free(P->hashtab);
3146 for (Lp = &P->hashtab[lwpid % (HASHSIZE - 1)];
3172 else if (P->hashtab == NULL &&
3173 (P->hashtab = calloc(HASHSIZE, sizeof (struct ps_lwphandle *)))
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h870 extern Name_set hashtab;
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c982 find_mbind(const char *name, uintptr_t *hashtab) argument
990 mb = hashtab[hashndx];
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c215 Word *hashtab; /* hash table pointer */ local
280 hashtab = (Word *)(ofl->ofl_oshash->os_outdata->d_buf);
281 hashbkt = &hashtab[2];
282 hashchain = &hashtab[2 + ofl->ofl_hashbkts];
283 hashtab[0] = ofl->ofl_hashbkts;
284 hashtab[1] = DYNSYM_ALL_CNT(ofl);

Completed in 205 milliseconds