Home
last modified time | relevance | path

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

/titanic_50/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
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h100 typedef struct htab { /* Memory resident data structure */ struct
102 HASHHDR hdr; /* Header */
104 int32_t flags; /* Flag values */
105 int32_t fp; /* File pointer */
106 const char *fname; /* File path */
107 u_int8_t *bigdata_buf; /* Temporary Buffer for BIG data */
108 u_int8_t *bigkey_buf; /* Temporary Buffer for BIG keys */
109 u_int16_t *split_buf; /* Temporary buffer for splits */
110 CURSOR *seq_cursor; /* Cursor used for hash_seq */
111 int32_t local_errno; /* Error Number -- for DBM compatability */
[all …]
/titanic_50/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c85 struct htab struct
90 } *htab; argument
/titanic_50/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c81 struct htab struct
86 } *htab; variable
/titanic_50/usr/src/cmd/mandoc/
H A Dchars.c52 struct ln **htab; member
71 struct ln **htab; in mchars_alloc() local
/titanic_50/usr/src/lib/libast/common/cdt/
H A Ddthdr.h44 #define htab hh._htab macro
/titanic_50/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_50/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c394 files_hashent_t *hp, *htab; in _nss_files_XY_hash() local
/titanic_50/usr/src/cmd/compress/
H A Dcompress.c140 static count_int htab [OUTSTACKSIZE]; variable