Searched defs:Disc (Results 1 - 25 of 30) sorted by relevance

12

/ast/src/cmd/tests/cdt/
H A Dtlist.c22 Dtdisc_t Disc = variable
33 if(!(dt = dtopen(&Disc,Dtlist)) )
H A Dtqueue.c22 Dtdisc_t Disc = variable
33 if(!(dt = dtopen(&Disc,Dtqueue)) )
H A Dtstack.c22 Dtdisc_t Disc = variable
33 if(!(dt = dtopen(&Disc,Dtstack)) )
H A Dtdeque.c22 Dtdisc_t Disc = variable
34 if(!(dt = dtopen(&Disc,Dtdeque)) )
H A Dtobag.c22 Dtdisc_t Disc = variable
41 dt = dtopen(&Disc,Dtobag);
H A Dtsearch.c22 Dtdisc_t Disc = variable
41 dt = dtopen(&Disc,Dtoset);
127 dtdisc(dt,&Disc,0);
H A Dtevent.c67 Dtdisc_t Disc = variable
78 if(!(dt = dtopen(&Disc,Dtset)) )
95 dtdisc(dt,&Disc,0);
H A Dtview.c22 Dtdisc_t Disc = variable
49 if(!(dt1 = dtopen(&Disc,Dtoset)) )
51 if(!(dt2 = dtopen(&Disc,Dtoset)) )
53 if(!(dt3 = dtopen(&Disc,Dtoset)) )
H A Dtshare.c78 Dtdisc_t Disc = variable
89 if(!(dt1 = dtopen(&Disc,Dtoset)) )
98 if(!(dt2 = dtopen(&Disc,Dtoset)) )
129 if(!(dt1 = dtopen(&Disc, Dtrhset)) )
131 if((dt2 = dtopen(&Disc, Dtset)) )
H A Dtrhbags.c41 Dtdisc_t Disc = { 0, 0, 0, 0, 0, objcmp, objhash, 0, 0 }; variable
62 { if(!(dt = dtopen(&Disc, k == 0 ? Dtrhbag : Dtobag)) )
/ast/src/cmd/tests/sfio/
H A Dtrcrv.c35 Sfdisc_t Disc = {myread, NIL(Sfwrite_f), NIL(Sfseek_f), NIL(Sfexcept_f)}; variable
47 sfdisc(sfstdin,&Disc);
H A Dtalarm.c71 Sfdisc_t Disc = {NIL(Sfread_f), NIL(Sfwrite_f), NIL(Sfseek_f), exceptf}; variable
83 sfdisc(sfstdin,&Disc);
H A Dtalign.c40 Sfdisc_t Disc = {readf, (Sfwrite_f)0, (Sfseek_f)0, (Sfexcept_f)0, (Sfdisc_t*)0}; variable
64 sfdisc(f,&Disc);
H A Dtputgetr.c38 Sfdisc_t Disc = { 0, writef, 0, 0, 0 }; variable
82 sfdisc(fp, &Disc);
H A Dtsetbuf.c25 Sfdisc_t Disc; variable
38 sfdisc(sfstdout,&Disc);
H A Dttmp.c23 static Sfdisc_t Disc; variable
124 sfdisc(f,&Disc);
H A Dtwhole.c41 Sfdisc_t Disc = {(Sfread_f)0, writef, (Sfseek_f)0, (Sfexcept_f)0, (Sfdisc_t*)0}; variable
57 sfdisc(f,&Disc);
73 sfdisc(f,&Disc);
H A Dtexcept.c94 static Sfdisc_t Disc, Disc2; variable
108 Disc.exceptf = except;
109 if(!sfdisc(f,&Disc) )
112 sfdisc(f,&Disc);
119 sfdisc(f2,&Disc);
168 Disc.exceptf = except2;
169 sfdisc(f,&Disc);
H A Dtseek.c38 Sfdisc_t Disc = {readbuf, (Sfwrite_f)0, (Sfseek_f)0, (Sfexcept_f)0, (Sfdisc_t*)0}; variable
141 sfdisc(f,&Disc);
H A Dtmprocess.c67 static Sfdisc_t Disc[N_PROC]; variable
119 Disc[i].writef = inspect;
120 sfdisc(fa[i], &Disc[i]);
H A Dtstack.c78 Sfdisc_t Disc = { readf, writef, NIL(Sfseek_f), exceptf, 0 }; variable
92 sfdisc(f1,&Disc);
93 sfdisc(f2,&Disc);
114 sfdisc(sfstdin,&Disc);
H A Dtsync.c38 Sfdisc_t Disc = { NIL(Sfread_f), NIL(Sfwrite_f), NIL(Sfseek_f), except }; variable
133 sfdisc(f1,&Disc);
/ast/src/cmd/tests/vmalloc/
H A Dtalign.c38 static Vmdisc_t Disc = { alignmem, NIL(Vmexcept_f), 10*1024}; variable
46 if(!(vm = vmopen(&Disc,Vmbest,0)) )
54 if(!(vm = vmopen(&Disc,Vmlast,0)) )
H A Dtcompact.c47 Vmdisc_t Disc = {memory, NIL(Vmexcept_f), 64}; variable
55 if(!(vm = vmopen(&Disc,Vmbest,0)) )
H A Dtpool.c46 Vmdisc_t Disc = {memory, NIL(Vmexcept_f), 64}; variable
54 if(!(vm = vmopen(&Disc,Vmpool,0)) )

Completed in 5766 milliseconds

12