Searched refs:tape (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-tape.c2 * IDE ATAPI streaming tape driver.
15 * Documentation/ide/ChangeLog.ide-tape.1995-2002
18 #define DRV_NAME "ide-tape"
71 * The following parameter is used to select the point in the internal tape fifo
82 * function in ide-tape. There are two cases in which we poll for DSC:
85 * from/to the tape's data buffers, without causing an actual media access.
86 * In case the tape is not ready yet, we take out our request from the device
100 * timeout should be longer then the maximum execution time of a tape operation.
114 /* tape directions */
186 /* tape bloc
236 struct ide_tape_obj *tape = NULL; local
256 ide_tape_put(struct ide_tape_obj *tape) argument
272 idetape_tape_t *tape = drive->driver_data; local
330 idetape_tape_t *tape = drive->driver_data; local
382 idetape_tape_t *tape = drive->driver_data; local
394 idetape_tape_t *tape = drive->driver_data; local
445 idetape_tape_t *tape = drive->driver_data; local
520 idetape_tape_t *tape = drive->driver_data; local
545 ide_tape_create_rw_cmd(idetape_tape_t *tape, struct ide_atapi_pc *pc, struct request *rq, u8 opcode) argument
572 idetape_tape_t *tape = drive->driver_data; local
685 idetape_tape_t *tape = drive->driver_data; local
713 struct ide_tape_obj *tape = drive->driver_data; local
727 idetape_tape_t *tape = drive->driver_data; local
781 idetape_tape_t *tape = drive->driver_data; local
805 idetape_tape_t *tape = drive->driver_data; local
827 idetape_tape_t *tape = drive->driver_data; local
848 idetape_tape_t *tape = drive->driver_data; local
923 idetape_tape_t *tape = drive->driver_data; local
943 idetape_tape_t *tape = drive->driver_data; local
993 idetape_tape_t *tape = drive->driver_data; local
1011 struct ide_tape_obj *tape = drive->driver_data; local
1033 idetape_tape_t *tape = drive->driver_data; local
1066 idetape_tape_t *tape = drive->driver_data; local
1132 struct ide_tape_obj *tape = file->private_data; local
1187 struct ide_tape_obj *tape = file->private_data; local
1229 struct ide_tape_obj *tape = drive->driver_data; local
1256 idetape_tape_t *tape = drive->driver_data; local
1373 struct ide_tape_obj *tape = file->private_data; local
1441 idetape_tape_t *tape = drive->driver_data; local
1468 idetape_tape_t *tape; local
1551 idetape_tape_t *tape = drive->driver_data; local
1568 struct ide_tape_obj *tape = filp->private_data; local
1605 idetape_tape_t *tape = drive->driver_data; local
1634 idetape_tape_t *tape = drive->driver_data; local
1745 idetape_setup(ide_drive_t *drive, idetape_tape_t *tape, int minor) argument
1810 idetape_tape_t *tape = drive->driver_data; local
1823 struct ide_tape_obj *tape = to_ide_drv(dev, ide_tape_obj); local
1844 idetape_tape_t *tape = drive->driver_data; local
1910 struct ide_tape_obj *tape; local
1924 struct ide_tape_obj *tape = ide_drv_g(disk, ide_tape_obj); local
1936 struct ide_tape_obj *tape = ide_drv_g(bdev->bd_disk, ide_tape_obj); local
1958 idetape_tape_t *tape; local
[all...]
H A DMakefile105 obj-$(CONFIG_BLK_DEV_IDETAPE) += ide-tape.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dpt.c5 This is the high-level driver for parallel port ATAPI tape
13 writes are padded to full tape blocks, so reading back a file
17 port ATAPI tape drive, but if their individual parameters are
201 /* bits in tape->flags */
221 int capacity; /* Size of tape in KB */
227 static int pt_identify(struct pt_unit *tape);
262 static inline u8 DRIVE(struct pt_unit *tape) argument
264 return 0xa0+0x10*tape->drive;
267 static int pt_wait(struct pt_unit *tape, int go, int stop, char *fun, char *msg) argument
270 struct pi_adapter *pi = tape
292 pt_command(struct pt_unit *tape, char *cmd, int dlen, char *fun) argument
324 pt_completion(struct pt_unit *tape, char *buf, char *fun) argument
349 pt_req_sense(struct pt_unit *tape, int quiet) argument
370 pt_atapi(struct pt_unit *tape, char *cmd, int dlen, char *buf, char *fun) argument
389 pt_poll_dsc(struct pt_unit *tape, int pause, int tmo, char *msg) argument
420 pt_media_access_cmd(struct pt_unit *tape, int tmo, char *cmd, char *fun) argument
430 pt_rewind(struct pt_unit *tape) argument
437 pt_write_fm(struct pt_unit *tape) argument
446 pt_reset(struct pt_unit *tape) argument
479 pt_ready_wait(struct pt_unit *tape, int tmo) argument
523 pt_identify(struct pt_unit *tape) argument
583 pt_probe(struct pt_unit *tape) argument
598 struct pt_unit *tape; local
606 struct pt_unit *tape = &pt[unit]; local
650 struct pt_unit *tape = pt + unit; local
695 struct pt_unit *tape = file->private_data; local
732 struct pt_unit *tape = file->private_data; local
754 struct pt_unit *tape = filp->private_data; local
851 struct pt_unit *tape = filp->private_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/
H A Ddefpalo.conf5 # network or tape booting for example.
6 --init-tape=lifimage
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A DMakefile25 tape-$(CONFIG_S390_TAPE_BLOCK) += tape_block.o
26 tape-$(CONFIG_PROC_FS) += tape_proc.o
27 tape-objs := tape_core.o tape_std.o tape_char.o $(tape-y)
28 obj-$(CONFIG_S390_TAPE) += tape.o tape_class.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/iseries/
H A Dvio.h128 u16 tape; member in struct:viotapelpevent
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dhead.S13 * 3) generate the tape ipl header, store the generated image on a tape
15 * In case of SL tape you need to IPL 5 times to get past VOL1 etc
62 # subroutine for loading from tape
87 tm 8(%r5),0x01 # found a tape mark ?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dst.c6 Rewritten from Dwayne Forsyth's SCSI tape driver by Kai Makisara.
91 MODULE_DESCRIPTION("SCSI tape (st) driver");
105 MODULE_PARM_DESC(try_direct_io, "Try direct I/O between user buffer and tape drive (1)");
309 static inline char *tape_name(struct scsi_tape *tape)
311 return tape->disk->disk_name;
376 if (!debugging) { /* Abnormal conditions for tape */
757 /* Flush the tape buffer. The tape will be positioned correctly unless
972 /* See if the drive is ready and gather information about the tape. Return values:
975 1 drive not ready (possibly no tape)
307 tape_name(struct scsi_tape *tape) argument
[all...]
H A Dosst.c11 Rewritten from Dwayne Forsyth's SCSI tape driver by Kai Makisara.
194 static inline char *tape_name(struct osst_tape *tape) argument
196 return tape->drive->disk_name;
276 SRpnt->cmd[0] != TEST_UNIT_READY)) { /* Abnormal conditions for tape */
611 * Verify that we have the correct tape frame
812 * Wait for a tape to be inserted in the unit
1028 * Read the next OnStream tape frame at the current location
1051 printk(OSST_DEB_MSG "%s:D: Reading frame from OnStream tape\n", name);
1095 printk(OSST_DEB_MSG "%s:D: Exit read frame from OnStream tape with code %d\n", name, retval);
1127 printk(OSST_DEB_MSG "%s:D: Start Read Ahead on OnStream tape\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/wl/config/
H A Dwl.mk2067 # additional devices added post tape-out.

Completed in 86 milliseconds