Home
last modified time | relevance | path

Searched refs:MTMKPART (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmtio.h66 #define MTMKPART 34 /* Format the tape with one or two partitions */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmtio.h66 #define MTMKPART 34 /* Format the tape with one or two partitions */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmtio.h66 #define MTMKPART 34 /* Format the tape with one or two partitions */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dmtio.h77 #define MTMKPART 34 /* Format the tape with one or two partitions. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dmtio.h77 #define MTMKPART 34 /* Format the tape with one or two partitions. */ macro
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dtape.h146 #define TAPE_NR_MTOPS (MTMKPART+1)
H A Dtape_34xx.c1151 [MTMKPART] = NULL
H A Dtape_3590.c1613 [MTMKPART] = NULL
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dst.rst467 MTMKPART
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dst.c3667 if (mtc.mt_op == MTMKPART) { in st_ioctl_common()