Searched refs:MTSETDRVBUFFER (Results 1 – 5 of 5) sorted by relevance
54 #define MTSETDRVBUFFER 24 /* set the drive buffering according to SCSI-2 */ macro
911 if (st_int_ioctl(STp, MTSETDRVBUFFER, STp->default_drvbuffer)) in check_tape()2090 st_int_ioctl(STp, MTSETDRVBUFFER, STp->default_drvbuffer); in st_set_options()2563 case MTSETDRVBUFFER: /* Set drive buffering */ in st_int_ioctl()2583 if (cmd_in == MTSETDRVBUFFER) in st_int_ioctl()2617 if (cmd_in == MTSETDRVBUFFER) in st_int_ioctl()2659 } else if (cmd_in == MTSETDRVBUFFER) in st_int_ioctl()2739 cmd_in == MTSETDRVBUFFER || in st_int_ioctl()3134 if (mtc.mt_op == MTSETDRVBUFFER && !capable(CAP_SYS_ADMIN)) { in st_ioctl()3141 (mtc.mt_op != MTSETDRVBUFFER && in st_ioctl()3209 mtc.mt_op != MTSETDRVBUFFER && mtc.mt_op != MTSETPART) in st_ioctl()[all …]
21 parameters, like block size and density using the MTSETDRVBUFFER ioctl.80 with the ioctl MTSETDRVBUFFER.278 MTSETDRVBUFFER
4126 case MTSETDRVBUFFER: /* Set drive buffering */ in osst_int_ioctl()4837 if (mtc.mt_op == MTSETDRVBUFFER && !capable(CAP_SYS_ADMIN)) { in osst_ioctl()4843 if (!STm->defined && (mtc.mt_op != MTSETDRVBUFFER && (mtc.mt_count & MT_ST_OPTIONS) == 0)) { in osst_ioctl()4907 mtc.mt_op != MTSETDENSITY && mtc.mt_op != MTSETDRVBUFFER && in osst_ioctl()4944 if (mtc.mt_op == MTSETDRVBUFFER && in osst_ioctl()
416 case MTSETDRVBUFFER: in tape_mtioctop()