Home
last modified time | relevance | path

Searched refs:htab (Results 1 – 25 of 26) sorted by relevance

12

/titanic_41/usr/src/cmd/mandoc/
H A Dchars.c51 struct ln **htab; member
61 free(arg->htab); in mchars_free()
69 struct ln **htab; in mchars_alloc() local
80 htab = mandoc_calloc(PRINT_HI - PRINT_LO + 1, sizeof(struct ln *)); in mchars_alloc()
85 if (NULL == (pp = htab[hash])) { in mchars_alloc()
86 htab[hash] = &lines[i]; in mchars_alloc()
95 tab->htab = htab; in mchars_alloc()
161 for (pp = tab->htab[hash]; pp; pp = pp->next) in find()
/titanic_41/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c85 struct htab struct
90 } *htab; argument
128 struct htab *lookup(ino_t i, int ef);
307 htab = (struct htab *)extend_tbl((uchar_t *)htab, &htab_size, in check()
308 (unsigned)(hsize * sizeof (struct htab))); in check()
309 if (htab == 0) { in check()
415 struct htab *hp; in pass2()
539 struct htab *hp; in pname()
557 struct htab *
560 struct htab *hp; in lookup()
[all …]
/titanic_41/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c81 struct htab struct
86 } *htab; argument
140 struct htab *lookup(ino_t i, int ef);
362 htab = (struct htab *)calloc(hsize, sizeof (struct htab)); in check()
371 if ((itab == NULL) || (htab == NULL)) { in check()
422 free(htab); in check()
458 struct htab *hp; in pass2()
598 struct htab *hp; in pname()
619 struct htab *
622 struct htab *hp; in lookup()
[all …]
/titanic_41/usr/src/cmd/sendmail/db/mp/
H A Dmp_region.c303 0, &dbmp->htab)) != 0)
305 __db_hashinit(dbmp->htab, mp->htab_buckets);
306 mp->htab = R_OFFSET(dbmp, dbmp->htab);
318 dbmp->htab = R_ADDR(dbmp, dbmp->mp->htab);
H A Dmp_pr.c238 for (htabp = dbmp->htab,
240 if (SH_TAILQ_FIRST(&dbmp->htab[bucket], __bh) != NULL)
242 for (bhp = SH_TAILQ_FIRST(&dbmp->htab[bucket], __bh);
H A Dmp_fget.c166 for (bhp = SH_TAILQ_FIRST(&dbmp->htab[bucket], __bh);
267 SH_TAILQ_INSERT_HEAD(&dbmp->htab[bucket], bhp, hq, __bh);
H A Dmp_bh.c529 SH_TAILQ_REMOVE(&dbmp->htab[off], bhp, hq, __bh);
/titanic_41/usr/src/lib/libast/common/cdt/
H A Ddthash.c74 olds = dt->data->ntab == 0 ? NIL(Dtlink_t**) : dt->data->htab;
78 dt->data->htab = s;
129 ends = (s = dt->data->htab) + dt->data->ntab;
170 s = dt->data->htab + HINDEX(dt->data->ntab,dt->data->here->hash);
199 s = dt->data->htab + HINDEX(dt->data->ntab,hsh);
207 *(s = dt->data->htab + HINDEX(dt->data->ntab,hsh));
269 s = dt->data->htab + HINDEX(dt->data->ntab,hsh);
283 { for(ends = dt->data->htab+dt->data->ntab, s += 1; s < ends; ++s)
297 for(s -= 1, ends = dt->data->htab; s >= ends; --s)
H A Ddtmethod.c57 (*dt->memoryf)(dt,(Void_t*)dt->data->htab,0,disc);
59 dt->data->htab = NIL(Dtlink_t**);
H A Ddtextract.c42 for(ends = (s = dt->data->htab) + dt->data->ntab; s < ends; ++s)
H A Ddtclose.c56 (*dt->memoryf)(dt,(Void_t*)dt->data->htab,0,disc);
H A Ddthdr.h44 #define htab hh._htab macro
H A Ddtflatten.c45 { for(ends = (s = dt->data->htab) + dt->data->ntab; s < ends; ++s)
H A Ddtrestore.c59 { for(ends = (s = dt->data->htab) + dt->data->ntab; s < ends; ++s)
H A Ddtrenew.c64 { s = dt->data->htab + HINDEX(dt->data->ntab,e->hash);
H A Ddtopen.c96 data->htab = NIL(Dtlink_t**);
H A Ddtdisc.c109 ends = (s = dt->data->htab) + dt->data->ntab;
H A Ddtstat.c63 for(t = data->htab[h]; t; t = t->right)
/titanic_41/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c394 files_hashent_t *hp, *htab; in _nss_files_XY_hash() local
428 htab = &fhp->fh_table[hashop * fhp->fh_size];
430 for (hp = htab[hash % fhp->fh_size].h_first; hp != NULL;
434 line = hp - htab;
584 htab = &fhp->fh_table[ht * fhp->fh_size];
585 for (hp = &htab[line - 1]; hp >= htab; hp--) {
587 hp->h_next = htab[bucket].h_first;
588 htab[bucket].h_first = hp;
/titanic_41/usr/src/cmd/sendmail/db/include/
H A Dmp.h137 DB_HASHTAB *htab; /* Hash table of bucket headers. */ member
222 size_t htab; /* Hash table offset. */ member
/titanic_41/usr/src/cmd/isns/isnsd/
H A Dqry.c345 htab_t *htab = cache_get_htab(OBJ_PG); in qry_e2g() local
353 FOR_EACH_ITEM(htab, uid, { in qry_e2g()
916 htab_t *htab; in get_qry_keys() local
949 htab = cache_get_htab(OBJ_ISCSI); in get_qry_keys()
950 FOR_EACH_ITEM(htab, node_uid, { in get_qry_keys()
998 htab_t *htab; in get_qry_ops2() local
1013 htab = cache_get_htab(OBJ_ISCSI); in get_qry_ops2()
1014 FOR_EACH_ITEM(htab, node_uid, { in get_qry_ops2()
H A Disns_htab.h60 typedef struct htab { struct
H A Dadmintf.c1836 htab_t *htab = cache_get_htab(OBJ_ISCSI); in enumerate_node_op() local
1846 FOR_EACH_ITEM(htab, uid, { in enumerate_node_op()
1875 htab_t *htab = cache_get_htab(OBJ_DD); in enumerate_dd_op() local
1885 FOR_EACH_ITEM(htab, uid, { in enumerate_dd_op()
1913 htab_t *htab = cache_get_htab(OBJ_DDS); in enumerate_ddset_op() local
1923 FOR_EACH_ITEM(htab, uid, { in enumerate_ddset_op()
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h100 typedef struct htab { /* Memory resident data structure */ struct
/titanic_41/usr/src/cmd/compress/
H A Dcompress.c140 static count_int htab [OUTSTACKSIZE]; variable
143 #define htabof(i) htab[i]
158 #define tab_suffixof(i) ((char_type *)(htab))[i]
1782 count_int *htab_p = htab+hsize; in cl_hash()

12