Home
last modified time | relevance | path

Searched defs:htab (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_htab.h60 typedef struct htab { struct
63 htab_item_t **items; argument
69 htab_itemx_t *avlt; argument
73 htab_itemx_t *list; argument
74 htab_itemx_t *tail; argument
H A Dqry.c345 htab_t *htab = cache_get_htab(OBJ_PG); in qry_e2g() local
916 htab_t *htab; in get_qry_keys() local
998 htab_t *htab; in get_qry_ops2() local
H A Dadmintf.c1836 htab_t *htab = cache_get_htab(OBJ_ISCSI); in enumerate_node_op() local
1875 htab_t *htab = cache_get_htab(OBJ_DD); in enumerate_dd_op() local
1913 htab_t *htab = cache_get_htab(OBJ_DDS); in enumerate_ddset_op() local
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h98 typedef struct htab { /* Memory resident data structure */ struct
100 HASHHDR hdr; /* Header */
102 int32_t flags; /* Flag values */
103 int32_t fp; /* File pointer */
104 const char *fname; /* File path */
106 u_int8_t *bigkey_buf; /* Temporary Buffer for BIG keys */
107 u_int16_t *split_buf; /* Temporary buffer for splits */
108 CURSOR *seq_cursor; /* Cursor used for hash_seq */
113 u_int32_t *mapp[NCACHED];/* Pointers to page maps */
114 int32_t nmaps; /* Initial number of bitmaps */
[all …]
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c83 struct htab struct
88 } *htab; argument
/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.c94 struct ohash *htab; in mansearch() local
237 manmerge(struct expr *e, struct ohash *htab) in manmerge()
252 manmerge_term(struct expr *e, struct ohash *htab) in manmerge_term()
311 manmerge_or(struct expr *e, struct ohash *htab) in manmerge_or()
321 manmerge_and(struct expr *e, struct ohash *htab) in manmerge_and()
H A Droff.c640 struct ohash *htab; in roffhash_alloc() local
663 roffhash_free(struct ohash *htab) in roffhash_free()
678 roffhash_find(struct ohash *htab, const char *name, size_t sz) in roffhash_find()
H A Dmandocdb.c1854 struct ohash *htab; in putkeys() local
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c79 struct htab struct
84 } *htab; argument
/illumos-gate/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
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz.c204 const unsigned char **htab = g_htab; in FASTLZ_COMPRESSOR() local
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c395 files_hashent_t *hp, *htab; in _nss_files_XY_hash() local
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c142 static count_int htab [OUTSTACKSIZE]; variable