Home
last modified time | relevance | path

Searched defs:dt (Results 1 – 25 of 102) sorted by relevance

12345

/titanic_51/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtopen.c31 static int _dttype2005(Dt_t* dt, int type) in _dttype2005() argument
48 Dt_t *dt, pdt; local
122 _dtmake(Dt_t * dt,Void_t * obj,int type) _dtmake() argument
146 _dtfree(Dt_t * dt,Dtlink_t * l,int type) _dtfree() argument
157 dtuserlock(Dt_t * dt,unsigned int key,int type) dtuserlock() argument
166 dtuserdata(Dt_t * dt,Void_t * data,unsigned int key) dtuserdata() argument
[all...]
H A Ddtlist.c36 int dtlistprint(Dt_t* dt, Dtlink_t* here, char* (*objprintf)(Void_t*) ) in dtlistprint() argument
62 Void_t* lfirstlast(Dt_t* dt, int type) in lfirstlast() argument
84 Void_t* lclear(Dt_t* dt) in lclear() argument
110 llist(Dt_t * dt,Dtlink_t * lnk,int type) llist() argument
145 liststat(Dt_t * dt,Dtstat_t * st) liststat() argument
163 dtlist(Dt_t * dt,Void_t * obj,int type) dtlist() argument
338 listevent(Dt_t * dt,int event,Void_t * arg) listevent() argument
[all...]
H A Ddthash.c45 static int htable(Dt_t* dt) in htable() argument
95 static Void_t* hclear(Dt_t* dt) in hclear() argument
114 hfirst(Dt_t * dt) hfirst() argument
129 hnext(Dt_t * dt,Dtlink_t * l) hnext() argument
151 hflatten(Dt_t * dt,int type) hflatten() argument
200 hlist(Dt_t * dt,Dtlink_t * list,int type) hlist() argument
222 hstat(Dt_t * dt,Dtstat_t * st) hstat() argument
250 dthashchain(Dt_t * dt,Void_t * obj,int type) dthashchain() argument
386 hashevent(Dt_t * dt,int event,Void_t * arg) hashevent() argument
[all...]
H A Ddttree.c38 int dttreeprint(Dt_t* dt, Dtlink_t* here, int lev, char* (*objprintf)(Void_t*) ) in dttreeprint() argument
87 Void_t* tfirstlast(Dt_t* dt, int type) in tfirstlast() argument
116 tclear(Dt_t * dt) tclear() argument
143 tlist(Dt_t * dt,Dtlink_t * list,int type) tlist() argument
226 tstat(Dt_t * dt,Dtstat_t * st) tstat() argument
272 toptimize(Dt_t * dt) toptimize() argument
285 troot(Dt_t * dt,Dtlink_t * list,Dtlink_t * link,Void_t * obj,int type) troot() argument
394 dttree(Dt_t * dt,Void_t * obj,int type) dttree() argument
639 treeevent(Dt_t * dt,int event,Void_t * arg) treeevent() argument
672 dtfinger(Dt_t * dt) dtfinger() argument
[all...]
H A Ddtnew.c38 eventf(Dt_t* dt, int op, void* data, Dtdisc_t* disc) in eventf() argument
49 memoryf(Dt_t* dt, void* addr, size_t size, Dtdisc_t* disc) in memoryf() argument
61 Dt_t* dt; in _dtnew() local
H A Ddtdisc.c32 static Void_t* dtmemory(Dt_t* dt, Void_t* addr, size_t size, Dtdisc_t* disc) in dtmemory() argument
52 Dtdisc_t* dtdisc(Dt_t* dt, Dtdisc_t* disc, int type) in dtdisc() argument
[all...]
H A Ddtmethod.c30 Dtmethod_t* dtmethod(Dt_t* dt, Dtmethod_t* meth) in dtmethod() argument
82 dtcustomize(Dt_t * dt,int type,int action) dtcustomize() argument
[all...]
H A Ddtview.c35 static Void_t* dtvsearch(Dt_t* dt, reg Void_t* obj, reg int type) in dtvsearch() argument
124 dtview(reg Dt_t * dt,reg Dt_t * view) dtview() argument
[all...]
H A Dcdtlib.h126 #define DTSETLOCK(dt) (((dt)->data->type&DT_SHARE) ? asolock(&(dt)->data->lock,1,ASO_SPINLOCK) : 0 ) argument
127 #define DTCLRLOCK(dt) (((dt)->data->type&DT_SHARE) ? asolock(&(dt)->data->lock,1,ASO_UNLOCK) : 0 ) argument
129 #define DTERROR(dt, mesg) (!((dt)->disc && (dt)->disc->eventf) ? 0 : \ argument
133 DTANNOUNCE(dt,ob,ty) global() argument
138 DTTYPE(dt,ty) global() argument
[all...]
H A Ddtclose.c29 int dtclose(Dt_t* dt) in dtclose() argument
[all...]
/titanic_51/usr/src/lib/libast/common/cdt/
H A Ddtnew.c38 eventf(Dt_t* dt, int op, void* data, Dtdisc_t* disc) in eventf()
49 memoryf(Dt_t* dt, void* addr, size_t size, Dtdisc_t* disc) in memoryf()
61 Dt_t* dt; in dtnew() local
H A Ddtdisc.c32 static Void_t* dtmemory(Dt_t* dt,Void_t* addr,size_t size,Dtdisc_t* disc) in dtmemory()
52 Dtdisc_t* dtdisc(Dt_t* dt, Dtdisc_t* disc, int type) in dtdisc()
H A Ddtview.c31 static Void_t* dtvsearch(Dt_t* dt, reg Void_t* obj, reg int type) in dtvsearch()
118 Dt_t* dtview(reg Dt_t* dt, reg Dt_t* view) in dtview()
H A Ddthash.c34 static void dthtab(Dt_t* dt) in dthtab()
100 static Void_t* dthash(Dt_t* dt, reg Void_t* obj, int type) in dthash()
H A Ddtclose.c29 int dtclose(reg Dt_t* dt) in dtclose()
H A Ddtextract.c30 Dtlink_t* dtextract(reg Dt_t* dt) in dtextract()
H A Ddtsize.c39 int dtsize(Dt_t* dt) in dtsize()
H A Ddtopen.c38 Dt_t* dt = (Dt_t*)Version; /* shut-up unuse warning */ local
H A Ddtflatten.c31 Dtlink_t* dtflatten(Dt_t* dt) in dtflatten()
H A Ddtrenew.c31 Void_t* dtrenew(Dt_t* dt, reg Void_t* obj) in dtrenew()
H A Ddtrestore.c32 int dtrestore(reg Dt_t* dt, reg Dtlink_t* list) in dtrestore()
H A Ddtwalk.c31 int dtwalk(reg Dt_t* dt, int (*userf)(Dt_t*, Void_t*, Void_t*), Void_t* data) in dtwalk()
/titanic_51/usr/src/lib/libast/common/comp/
H A Dtsearch.c75 static int treecompare(Dt_t* dt, char* one, char* two, Dtdisc_t* disc) in treecompare()
110 reg Dt_t* dt; local
146 reg Dt_t* dt; local
172 reg Dt_t* dt; local
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dtsearch.c77 static int treecompare(Dt_t* dt, char* one, char* two, Dtdisc_t* disc) in treecompare() argument
112 reg Dt_t* dt; local
148 reg Dt_t* dt; global() local
174 reg Dt_t* dt; global() local
[all...]
/titanic_51/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_smhba.c32 pmcs_smhba_add_hba_prop(pmcs_hw_t *pwp, data_type_t dt, in pmcs_smhba_add_hba_prop() argument
64 pmcs_smhba_add_iport_prop(pmcs_iport_t *iport, data_type_t dt, in pmcs_smhba_add_iport_prop() argument
96 pmcs_smhba_add_tgt_prop(pmcs_xscsi_t *tgt, data_type_t dt, in pmcs_smhba_add_tgt_prop() argument

12345