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

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h166 #define DT_ATTACH 0004000 /* attach an object to the dictionary */ macro
303 #define dtattach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATTACH)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dcdt.h166 #define DT_ATTACH 0004000 /* attach an object to the dictionary */ macro
303 #define dtattach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATTACH)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h166 #define DT_ATTACH 0004000 /* attach an object to the dictionary */ macro
303 #define dtattach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATTACH)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h166 #define DT_ATTACH 0004000 /* attach an object to the dictionary */ macro
303 #define dtattach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATTACH)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h166 #define DT_ATTACH 0004000 /* attach an object to the dictionary */ macro
303 #define dtattach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATTACH)

Completed in 53 milliseconds