Searched defs:htab (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/cdt/ |
H A D | dthdr.h | 44 #define htab hh._htab macro
|
/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | files_common.c | 394 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 D | isns_htab.h | 60 typedef struct htab { struct
|
H A D | admintf.c | 1836 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 D | qry.c | 345 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 D | mp.h | 137 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 D | ncheck.c | 85 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 D | ff.c | 81 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 D | hash.h | 100 typedef struct htab { /* Memory resident data structure */ struct
|
/illumos-gate/usr/src/cmd/compress/ |
H A D | compress.c | 140 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 135 milliseconds