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

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h167 #define DT_DETACH 0010000 /* detach an object from the dictionary */ macro
304 #define dtdetach(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DETACH)

Completed in 62 milliseconds