Home
last modified time | relevance | path

Searched refs:rewind (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v4.19/Documentation/ide/
Dide-tape.txt15 ht0 major 37, minor 0 first IDE tape, rewind on close.
16 ht1 major 37, minor 1 second IDE tape, rewind on close.
18 nht0 major 37, minor 128 first IDE tape, no rewind on close.
19 nht1 major 37, minor 129 second IDE tape, no rewind on close.
DChangeLog.ide-tape.1995-200231 * as a rewind) before we can access the other device
199 * 3) Either solve or document the fact that `mt rewind' is
/Linux-v4.19/Documentation/admin-guide/
Ddevices.txt224 128 = /dev/nst0 First SCSI tape, mode 0, no rewind
225 129 = /dev/nst1 Second SCSI tape, mode 0, no rewind
227 160 = /dev/nst0l First SCSI tape, mode 1, no rewind
228 161 = /dev/nst1l Second SCSI tape, mode 1, no rewind
230 192 = /dev/nst0m First SCSI tape, mode 2, no rewind
231 193 = /dev/nst1m Second SCSI tape, mode 2, no rewind
233 224 = /dev/nst0a First SCSI tape, mode 3, no rewind
234 225 = /dev/nst1a Second SCSI tape, mode 3, no rewind
237 "No rewind" refers to the omission of the default
238 automatic rewind on device close. The MTREW or MTOFFL
[all …]
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/falcon/
Dmsgqueue.c156 u32 size, bool *rewind) in cmd_queue_has_room() argument
171 *rewind = true; in cmd_queue_has_room()
219 bool rewind = false; in cmd_queue_open() local
223 if (!cmd_queue_has_room(priv, queue, size, &rewind)) { in cmd_queue_open()
231 if (rewind) in cmd_queue_open()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_uc.c358 goto rewind; in qib_uc_rcv()
361 goto rewind; in qib_uc_rcv()
381 goto rewind; in qib_uc_rcv()
386 goto rewind; in qib_uc_rcv()
510 rewind: in qib_uc_rcv()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Duc.c425 goto rewind; in hfi1_uc_rcv()
428 goto rewind; in hfi1_uc_rcv()
445 goto rewind; in hfi1_uc_rcv()
450 goto rewind; in hfi1_uc_rcv()
579 rewind: in hfi1_uc_rcv()
/Linux-v4.19/tools/testing/selftests/mqueue/
Dmq_open_tests.c73 rewind(stream); in __set()
121 rewind(stream); in get()
131 rewind(stream); in set()
Dmq_perf_tests.c167 rewind(stream); in __set()
238 rewind(stream); in get()
248 rewind(stream); in set()
261 rewind(stream); in try_set()
/Linux-v4.19/arch/mips/boot/tools/
Drelocs_main.c78 rewind(fp); in main()
/Linux-v4.19/arch/x86/tools/
Drelocs_common.c74 rewind(fp); in main()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-scsi_tape20 movement such as a rewind when a rewind tape device is
/Linux-v4.19/Documentation/scsi/
Dst.txt65 limits). Both the auto-rewind (minor equals device number) and
66 non-rewind devices (minor is 128 + device number) are implemented.
99 If rewind, offline, bsf, or seek is done and previous tape operation was
122 The non-rewind bit is always bit 7 (the uppermost bit in the lowermost
123 byte). The bits defining the mode are below the non-rewind bit. The
133 and non-rewind entries for each mode. The names are stxy and nstxy, where x
151 directory corresponding to the mode 0 auto-rewind device (e.g., st0).
178 movement such as when rewind on close tape devices are used.
376 MTOFFL Set device off line (often rewind plus eject).
454 the command to finish) for some commands (e.g., rewind)
Dosst.txt103 the tape from needing to stop and rewind. The OnStream does have an internal
/Linux-v4.19/drivers/acpi/apei/
Dapei-base.c172 rewind: in __apei_exec_run()
195 goto rewind; in __apei_exec_run()
/Linux-v4.19/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S206 moveq r10, #0 @ yes - rewind to buffer start
/Linux-v4.19/arch/sh/kernel/cpu/sh2a/
Dentry.S71 add #(3+2)*4,r0 ! rewind r0 - r3 + exception frame
/Linux-v4.19/arch/sh/kernel/cpu/sh2/
Dentry.S90 add #(4+2)*4,r3 ! rewind r0 - r3 + exception frame
/Linux-v4.19/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c472 goto rewind; in gelic_card_fill_rx_chain()
478 rewind: in gelic_card_fill_rx_chain()
/Linux-v4.19/Documentation/sound/designs/
Dtimestamping.rst182 measurement can help define rewind safeguards). Compensating for the
/Linux-v4.19/net/9p/
Dclient.c463 int rewind) in p9_parse_header() argument
496 if (rewind) in p9_parse_header()
/Linux-v4.19/arch/arm64/crypto/
Dsha256-core.S_shipped1017 sub x30,x30,#260 // rewind
1200 sub x3,x3,#64*4-16 // rewind
1709 sub x16,x16,#256 // rewind x16
Dsha512-core.S_shipped1003 sub x30,x30,#648 // rewind
/Linux-v4.19/arch/arm/crypto/
Dsha256-core.S_shipped1862 sub r14,r14,#256 @ rewind Ktbl
2327 sub r14,r14,#256 @ rewind r14
2791 sub r3,r3,#256-16 @ rewind
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c2720 rewind(fp); in snapshot_proc_interrupts()
2807 rewind(fp); in snapshot_gfx_mhz()
/Linux-v4.19/arch/s390/kernel/
Dentry.S274 # will rewind the PSW by the ILC, which is often 4 bytes in case of SIE. There

12