Searched defs:Dssdisc (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/kshlib/dss/ |
H A D | dss.c | 44 static Dssdisc_t Dssdisc; variable 890 if((*tp->type->internalf)(tp->cx, tp->type, NiL, NiL, &cop, val, size, Vmregion, &Dssdisc) <0) 956 n = (*tp->type->externalf)(tp->cx, tp->type, format, NiL, &cval, buf, buflen, &Dssdisc); 1157 Dssdisc.errorf = (Error_f)errorf; 1176 if(meth = dssmeth(name,&Dssdisc)) 1178 if(!(dss = dssopen(0, 0,&Dssdisc,meth))) 1185 Dssstate_t *state = dssstate(&Dssdisc); 1189 cx = cxopen(0,0,&Dssdisc); 1239 dp->disc = &Dssdisc; 1480 (*mp->freef)(tp->cx, comp, &Dssdisc); local 1539 (*mp->freef)(tp->cx, comp, &Dssdisc); local [all...] |
Completed in 16 milliseconds