Home | History | Annotate | Download | only in src

Lines Matching refs:iops

264 	struct ioword *iop, **iops;
270 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
278 afree(iops, ATEMP);
299 iops[iopn++] = iop;
492 iops[iopn++] = iop;
496 afree(iops, ATEMP);
499 iops[iopn++] = NULL;
500 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
501 t->ioact = iops;