Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libast/common/include/
H A Dcdt.h90 struct _dtdisc_s struct
91 { int key; /* where the key begins in an object */
92 int size; /* key size and type */
93 int link; /* offset to Dtlink_t field */
94 Dtmake_f makef; /* object constructor */
95 Dtfree_f freef; /* object destructor */
96 Dtcompar_f comparf;/* to compare two objects */
97 Dthash_f hashf; /* to compute hash value of an object */
98 Dtmemory_f memoryf;/* to allocate/free memory */
99 Dtevent_f eventf; /* to process events */
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h90 struct _dtdisc_s struct
91 { int key; /* where the key begins in an object */
92 int size; /* key size and type */
93 int link; /* offset to Dtlink_t field */
94 Dtmake_f makef; /* object constructor */
95 Dtfree_f freef; /* object destructor */
96 Dtcompar_f comparf;/* to compare two objects */
97 Dthash_f hashf; /* to compute hash value of an object */
98 Dtmemory_f memoryf;/* to allocate/free memory */
99 Dtevent_f eventf; /* to process events */
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h90 struct _dtdisc_s struct
91 { int key; /* where the key begins in an object */
92 int size; /* key size and type */
93 int link; /* offset to Dtlink_t field */
94 Dtmake_f makef; /* object constructor */
95 Dtfree_f freef; /* object destructor */
96 Dtcompar_f comparf;/* to compare two objects */
97 Dthash_f hashf; /* to compute hash value of an object */
98 Dtmemory_f memoryf;/* to allocate/free memory */
99 Dtevent_f eventf; /* to process events */
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h90 struct _dtdisc_s struct
91 { int key; /* where the key begins in an object */
92 int size; /* key size and type */
93 int link; /* offset to Dtlink_t field */
94 Dtmake_f makef; /* object constructor */
95 Dtfree_f freef; /* object destructor */
96 Dtcompar_f comparf;/* to compare two objects */
97 Dthash_f hashf; /* to compute hash value of an object */
98 Dtmemory_f memoryf;/* to allocate/free memory */
99 Dtevent_f eventf; /* to process events */
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h90 struct _dtdisc_s struct
91 { int key; /* where the key begins in an object */
92 int size; /* key size and type */
93 int link; /* offset to Dtlink_t field */
94 Dtmake_f makef; /* object constructor */
95 Dtfree_f freef; /* object destructor */
96 Dtcompar_f comparf;/* to compare two objects */
97 Dthash_f hashf; /* to compute hash value of an object */
98 Dtmemory_f memoryf;/* to allocate/free memory */
99 Dtevent_f eventf; /* to process events */
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h118 struct _dtdisc_s struct
119 key_dtdisc_s global() argument
120 size_dtdisc_s global() argument
121 link_dtdisc_s global() argument
122 makef_dtdisc_s global() argument
123 freef_dtdisc_s global() argument
124 comparf_dtdisc_s global() argument
125 hashf_dtdisc_s global() argument
126 memoryf_dtdisc_s global() argument
127 eventf_dtdisc_s global() argument