Searched refs:_DT (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | cdt.h | 243 #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(d)->searchf))((d),(Void_t*)(0),DT_FIRST) 294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) [all …]
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | cdt.h | 243 #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(d)->searchf))((d),(Void_t*)(0),DT_FIRST) 294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) [all …]
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | cdt.h | 243 #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(d)->searchf))((d),(Void_t*)(0),DT_FIRST) 294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) [all …]
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | cdt.h | 243 #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(d)->searchf))((d),(Void_t*)(0),DT_FIRST) 294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) [all …]
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | cdt.h | 243 #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(d)->searchf))((d),(Void_t*)(0),DT_FIRST) 294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) [all …]
|