Searched defs:Dnode (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Ddecl.h46 typedef struct Dnode Dnode; typedef in typeref:struct:Dnode
91 * db_data must be first in the Dnode structure, because
92 * &db_data must == &Dnode.
106 struct Dnode struct
110 Dnode *db_next;
111 Dnode *db_raw; /* raw data */
122 #define DBF_ALLOC 0x1 /* applies to Dnode itself */
139 Dnode *s_hdnode; /* head Dnode */
[all...]

Completed in 58 milliseconds