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

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h164 #define DT_MATCH 0001000 /* find object matching key */ macro
300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dcdt.h164 #define DT_MATCH 0001000 /* find object matching key */ macro
300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h164 #define DT_MATCH 0001000 /* find object matching key */ macro
300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h164 #define DT_MATCH 0001000 /* find object matching key */ macro
300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h164 #define DT_MATCH 0001000 /* find object matching key */ macro
300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH)

Completed in 50 milliseconds