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

/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h243 #define _DT(dt) ((Dt_t*)(dt)) macro
282 #define DTTREEMATCH(dt,key,action) _DTMTCH(_DT(dt),(Void_t*)(key),action)
283 #define DTTREESEARCH(dt,obj,action) _DTSRCH(_DT(dt),(Void_t*)(obj),action)
285 #define dtvnext(d) (_DT(d)->view)
286 #define dtvcount(d) (_DT(d)->nview)
287 #define dtvhere(d) (_DT(d)->walk)
290 #define dtobj(d,e) _DTOBJ((e), _DT(d)->disc->link)
291 #define dtfinger(d) (_DT(d)->data->here ? dtobj((d),_DT(d)->data->here):(Void_t*)(0))
293 #define dtfirst(d) (*(_DT(
[all...]
/illumos-gate/usr/src/lib/libast/common/include/
H A Dcdt.h243 #define _DT(dt) ((Dt_t*)(dt)) macro
282 #define DTTREEMATCH(dt,key,action) _DTMTCH(_DT(dt),(Void_t*)(key),action)
283 #define DTTREESEARCH(dt,obj,action) _DTSRCH(_DT(dt),(Void_t*)(obj),action)
285 #define dtvnext(d) (_DT(d)->view)
286 #define dtvcount(d) (_DT(d)->nview)
287 #define dtvhere(d) (_DT(d)->walk)
290 #define dtobj(d,e) _DTOBJ((e), _DT(d)->disc->link)
291 #define dtfinger(d) (_DT(d)->data->here ? dtobj((d),_DT(d)->data->here):(Void_t*)(0))
293 #define dtfirst(d) (*(_DT(
[all...]
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h243 #define _DT(dt) ((Dt_t*)(dt)) macro
282 #define DTTREEMATCH(dt,key,action) _DTMTCH(_DT(dt),(Void_t*)(key),action)
283 #define DTTREESEARCH(dt,obj,action) _DTSRCH(_DT(dt),(Void_t*)(obj),action)
285 #define dtvnext(d) (_DT(d)->view)
286 #define dtvcount(d) (_DT(d)->nview)
287 #define dtvhere(d) (_DT(d)->walk)
290 #define dtobj(d,e) _DTOBJ((e), _DT(d)->disc->link)
291 #define dtfinger(d) (_DT(d)->data->here ? dtobj((d),_DT(d)->data->here):(Void_t*)(0))
293 #define dtfirst(d) (*(_DT(
[all...]
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h243 #define _DT(dt) ((Dt_t*)(dt)) macro
282 #define DTTREEMATCH(dt,key,action) _DTMTCH(_DT(dt),(Void_t*)(key),action)
283 #define DTTREESEARCH(dt,obj,action) _DTSRCH(_DT(dt),(Void_t*)(obj),action)
285 #define dtvnext(d) (_DT(d)->view)
286 #define dtvcount(d) (_DT(d)->nview)
287 #define dtvhere(d) (_DT(d)->walk)
290 #define dtobj(d,e) _DTOBJ((e), _DT(d)->disc->link)
291 #define dtfinger(d) (_DT(d)->data->here ? dtobj((d),_DT(d)->data->here):(Void_t*)(0))
293 #define dtfirst(d) (*(_DT(
[all...]
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h243 #define _DT(dt) ((Dt_t*)(dt)) macro
282 #define DTTREEMATCH(dt,key,action) _DTMTCH(_DT(dt),(Void_t*)(key),action)
283 #define DTTREESEARCH(dt,obj,action) _DTSRCH(_DT(dt),(Void_t*)(obj),action)
285 #define dtvnext(d) (_DT(d)->view)
286 #define dtvcount(d) (_DT(d)->nview)
287 #define dtvhere(d) (_DT(d)->walk)
290 #define dtobj(d,e) _DTOBJ((e), _DT(d)->disc->link)
291 #define dtfinger(d) (_DT(d)->data->here ? dtobj((d),_DT(d)->data->here):(Void_t*)(0))
293 #define dtfirst(d) (*(_DT(
[all...]

Completed in 61 milliseconds