Home
last modified time | relevance | path

Searched refs:MTIOCTOP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmtio.h129 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */ macro
/openbmc/linux/drivers/s390/char/
H A Dtape_char.c348 if (no == MTIOCTOP) { in __tapechar_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h635 IOCTL(MTIOCTOP, IOC_W, MK_PTR(MK_STRUCT(STRUCT_mtop)))
/openbmc/linux/drivers/scsi/
H A Dst.c3540 if (cmd_type == _IOC_TYPE(MTIOCTOP) && cmd_nr == _IOC_NR(MTIOCTOP)) { in st_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1092 +pub const MTIOCTOP: u32 = 1074294017;