Home
last modified time | relevance | path

Searched refs:mtdrivetype (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmtio.h134 struct mtdrivetype { struct
192 struct mtdrivetype *mtdtp;
/illumos-gate/usr/src/cmd/mt/
H A Dmt.c265 struct mtdrivetype mdt; in print_config()
348 struct mtdrivetype mdt; in status()
356 mdt_req.size = sizeof (struct mtdrivetype); in status()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tape.c281 struct mtdrivetype dtp; in ndmpd_tape_get_state_v2()
300 dtpr.size = sizeof (struct mtdrivetype); in ndmpd_tape_get_state_v2()
611 struct mtdrivetype dtp; in ndmpd_tape_get_state_v3()
632 dtpr.size = sizeof (struct mtdrivetype); in ndmpd_tape_get_state_v3()
968 struct mtdrivetype dtp; in ndmpd_tape_get_state_v4()
993 dtpr.size = sizeof (struct mtdrivetype); in ndmpd_tape_get_state_v4()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c5160 struct mtdrivetype mtdrtyp; in st_ioctl()
5161 struct mtdrivetype *mtdt = &mtdrtyp; in st_ioctl()
5178 (struct mtdrivetype *)(uintptr_t)mtdtrq32.mtdtp; in st_ioctl()
5208 bzero(mtdt, sizeof (struct mtdrivetype)); in st_ioctl()
5246 tmp = sizeof (struct mtdrivetype); in st_ioctl()