Home | History | Annotate | Download | only in src

Lines Matching refs:iops

273 	struct ioword *iop, **iops;
278 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
286 afree(iops, ATEMP);
316 iops[iopn++] = iop;
515 iops[iopn++] = iop;
519 afree(iops, ATEMP);
522 iops[iopn++] = NULL;
523 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
524 t->ioact = iops;