Searched refs:mt_count (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtapechar.c334 tape_mtioctop (struct file *filp, short mt_op, int mt_count) argument
345 debug_int_event (tape_debug_area,6,mt_count);
355 cqr = ti->discipline->mtrew (ti, mt_count);
359 cqr = ti->discipline->mtoffl (ti, mt_count);
363 cqr = ti->discipline->mtunload (ti, mt_count);
367 cqr = ti->discipline->mtweof (ti, mt_count);
371 cqr = ti->discipline->mtfsf (ti, mt_count);
375 cqr = ti->discipline->mtbsf (ti, mt_count);
379 cqr = ti->discipline->mtfsfm (ti, mt_count);
383 cqr = ti->discipline->mtbsfm (ti, mt_count);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmt.c87 op.mt_count = atoi(argv[2]);
89 op.mt_count = 1; /* One, not zero, right? */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-tape.c3980 static int idetape_onstream_space_over_filemarks_backward (ide_drive_t *drive,short mt_op,int mt_count) argument
3991 while (cnt != mt_count) {
4024 static int idetape_onstream_space_over_filemarks_forward_slow (ide_drive_t *drive,short mt_op,int mt_count) argument
4048 if (cnt == mt_count)
4067 static int idetape_onstream_space_over_filemarks_forward_fast (ide_drive_t *drive,short mt_op,int mt_count) argument
4094 return idetape_onstream_space_over_filemarks_forward_slow(drive, mt_op, mt_count);
4108 mt_count++;
4112 while (cnt != mt_count) {
4116 return idetape_onstream_space_over_filemarks_forward_slow(drive, mt_op, mt_count - cnt);
4151 static int idetape_space_over_filemarks (ide_drive_t *drive,short mt_op,int mt_count) argument
4757 idetape_mtioctop(ide_drive_t *drive,short mt_op,int mt_count) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dtpqic02.c2523 /* ---note: mt_count is signed, negative seeks must be
2533 operation.mt_count);
2536 if (operation.mt_count < 0) {
2538 "Warning: negative mt_count ignored");
2541 ioctl_status.mt_resid = operation.mt_count;
2548 (operation.mt_count >> 16) & 0xff;
2550 (operation.mt_count >> 8) & 0xff;
2551 seek_addr_buf[2] = (operation.mt_count) & 0xff;
2552 if (operation.mt_count >> 24) {
2561 while (operation.mt_count >
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dosst.c1622 int mt_op, int mt_count)
1629 printk(OSST_DEB_MSG "osst%d:D: Reached space_over_filemarks_backwards %d %d\n", dev, mt_op, mt_count);
1644 (cnt - mt_count) >= 0 &&
1645 (cnt - mt_count) < OS_FM_TAB_MAX &&
1646 (cnt - mt_count) < STp->filemark_cnt &&
1649 last_mark_ppos = ntohl(STp->header_cache->dat_fm_tab.fm_tab_ent[cnt - mt_count]);
1651 if (STp->header_cache == NULL || (cnt - mt_count) < 0 || (cnt - mt_count) >= OS_FM_TAB_MAX)
1660 mt_count, last_mark_ppos);
1688 while (cnt != mt_count) {
1619 osst_space_over_filemarks_backward(OS_Scsi_Tape * STp, Scsi_Request ** aSRpnt, int mt_op, int mt_count) argument
1720 osst_space_over_filemarks_forward_slow(OS_Scsi_Tape * STp, Scsi_Request ** aSRpnt, int mt_op, int mt_count) argument
1772 osst_space_over_filemarks_forward_fast(OS_Scsi_Tape * STp, Scsi_Request ** aSRpnt, int mt_op, int mt_count) argument
[all...]
H A Dst.c3141 (mtc.mt_count & MT_ST_OPTIONS) == 0)) {
3151 mtc.mt_count -= 1;
3155 mtc.mt_count += 1;
3215 (mtc.mt_count & MT_ST_OPTIONS) != 0) {
3216 retval = st_set_options(STp, mtc.mt_count);
3222 mtc.mt_count < 0 || mtc.mt_count >= ST_NBR_PARTITIONS) {
3226 if (mtc.mt_count >= STp->nbr_partitions &&
3231 if (mtc.mt_count >= STp->nbr_partitions) {
3235 STp->new_partition = mtc.mt_count;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmtio.h22 int mt_count; /* how many of them */ member in struct:mtop
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmtio.h22 int mt_count; /* how many of them */ member in struct:mtop
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/zftape/
H A Dzftape-ctl.c868 zft_resid = mtop->mt_count;
889 result = (mt_fun_entry->function)(&mtop->mt_count);

Completed in 174 milliseconds