Searched defs:htab (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddthdr.h44 #define htab hh._htab macro
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c394 files_hashent_t *hp, *htab; 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;
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_htab.h60 typedef struct htab { struct
H A Dadmintf.c1836 htab_t *htab = cache_get_htab(OBJ_ISCSI); local
1846 FOR_EACH_ITEM(htab, uid, {
1875 htab_t *htab = cache_get_htab(OBJ_DD); local
1885 FOR_EACH_ITEM(htab, uid, {
1913 htab_t *htab = cache_get_htab(OBJ_DDS); local
1923 FOR_EACH_ITEM(htab, uid, {
H A Dqry.c345 htab_t *htab = cache_get_htab(OBJ_PG); local
353 FOR_EACH_ITEM(htab, uid, {
916 htab_t *htab; local
949 htab = cache_get_htab(OBJ_ISCSI);
950 FOR_EACH_ITEM(htab, node_uid, {
998 htab_t *htab; local
1013 htab = cache_get_htab(OBJ_ISCSI);
1014 FOR_EACH_ITEM(htab, node_uid, {
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h137 DB_HASHTAB *htab; /* Hash table of bucket headers. */ member in struct:__db_mpool
222 size_t htab; /* Hash table offset. */ member in struct:__mpool
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c85 struct htab struct
90 } *htab; variable in typeref:struct:htab
91 unsigned htab_size; /* how much malloc'd for htab */
128 struct htab *lookup(ino_t i, int ef);
307 htab = (struct htab *)extend_tbl((uchar_t *)htab, &htab_size,
308 (unsigned)(hsize * sizeof (struct htab)));
309 if (htab == 0) {
311 "ncheck: not enough memory for htab tabl
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c81 struct htab struct
86 } *htab; variable in typeref:struct:htab
140 struct htab *lookup(ino_t i, int ef);
362 htab = (struct htab *)calloc(hsize, sizeof (struct htab));
371 if ((itab == NULL) || (htab == NULL)) {
422 free(htab);
458 struct htab *hp;
598 struct htab *h
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h100 typedef struct htab { /* Memory resident data structure */ struct
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c140 static count_int htab [OUTSTACKSIZE]; variable
143 #define htabof(i) htab[i]
152 * get this from the beginning of htab. The output stack uses the rest
153 * of htab, and contains characters. There is plenty of room for any
158 #define tab_suffixof(i) ((char_type *)(htab))[i]
276 code_int sorttab[1<<BITS]; /* sorted pointers into htab */
1782 count_int *htab_p = htab+hsize;

Completed in 80 milliseconds