HomeSort by: relevance | last modified time | path
    Searched defs:mtget (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/rmt/
rmt.c 180 struct mtget mtget; local in function:main
182 if (ioctl(tape, MTIOCGET, (char *)&mtget) < 0)
184 rval = sizeof (mtget);
185 /* limit size to 'original' mtget size */
190 (void)write(STDOUT_FILENO, (char *)&mtget, rval);
  /src/sys/dev/qbus/
ts.c 945 struct mtget *mtget; /* mag tape struct to get info in */ local in function:tsioctl
1022 mtget = (struct mtget *)data;
1023 mtget->mt_type = MT_ISTS;
1024 mtget->mt_dsreg = TS_RCSR(TSSR);
1025 mtget->mt_erreg = sc->sc_vts->status.xst0;
1026 mtget->mt_resid = 0; /* ??? */
1027 mtget->mt_density = 0; /* ??? */
  /src/sys/sys/
mtio.h 71 struct mtget { struct
138 #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */

Completed in 13 milliseconds