Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h118 struct _dtdisc_s struct
119 { int key; /* where the key resides */
120 int size; /* key size and type */
121 int link; /* offset to Dtlink_t field */
122 Dtmake_f makef; /* object constructor */
123 Dtfree_f freef; /* object destructor */
124 Dtcompar_f comparf;/* to compare two objects */
125 Dthash_f hashf; /* to compute hash value */
126 Dtmemory_f memoryf;/* to allocate/free memory */
127 Dtevent_f eventf; /* to process events */