Searched refs:drive (Results 126 - 150 of 259) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A Dcmd64x.c54 static void cmd64x_program_timings(ide_drive_t *drive, u8 mode) argument
56 ide_hwif_t *hwif = drive->hwif;
57 struct pci_dev *dev = to_pci_dev(drive->hwif->dev);
68 ide_timing_compute(drive, mode, &t, T, 0);
88 pci_write_config_byte(dev, drwtim_regs[drive->dn],
93 * for each drive and the hardware selects the slowest timing itself.
98 ide_drive_t *pair = ide_get_pair_dev(drive);
120 (void) pci_read_config_byte (dev, arttim_regs[drive->dn], &arttim);
125 (void) pci_write_config_byte(dev, arttim_regs[drive->dn], arttim);
129 * Attempts to set drive'
133 cmd64x_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
147 cmd64x_set_dma_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
186 cmd648_clear_irq(ide_drive_t *drive) argument
200 cmd64x_clear_irq(ide_drive_t *drive) argument
249 cmd646_1_dma_end(ide_drive_t *drive) argument
[all...]
H A Dhpt366.c415 static int check_in_drive_list(ide_drive_t *drive, const char **list) argument
417 char *m = (char *)&drive->id[ATA_ID_PROD];
438 static u8 hpt3xx_udma_filter(ide_drive_t *drive) argument
440 ide_hwif_t *hwif = drive->hwif;
447 check_in_drive_list(drive, bad_ata66_4))
451 check_in_drive_list(drive, bad_ata66_3))
456 check_in_drive_list(drive, bad_ata100_5))
461 check_in_drive_list(drive, bad_ata100_5))
467 if (ata_id_is_sata(drive->id))
474 return check_in_drive_list(drive, bad_ata3
477 hpt3xx_mdma_filter(ide_drive_t *drive) argument
512 hpt3xx_set_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
536 hpt3xx_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
542 hpt3xx_maskproc(ide_drive_t *drive, int mask) argument
572 hpt366_dma_lost_irq(ide_drive_t *drive) argument
587 hpt370_clear_engine(ide_drive_t *drive) argument
596 hpt370_irq_timeout(ide_drive_t *drive) argument
613 hpt370_dma_start(ide_drive_t *drive) argument
621 hpt370_dma_end(ide_drive_t *drive) argument
637 hpt374_dma_test_irq(ide_drive_t *drive) argument
658 hpt374_dma_end(ide_drive_t *drive) argument
720 hpt3xxn_rw_disk(ide_drive_t *drive, struct request *rq) argument
[all...]
H A Dcmd640.c58 * Version 0.07 Changed to more conservative drive tuning policy.
161 * Registers and masks for easy access by drive index:
172 * Current cmd640 timing values for each drive.
336 * Returns 1 if an IDE interface/drive exists at 0x170,
378 static void __set_prefetch_mode(ide_drive_t *drive, int mode) argument
382 drive->dev_flags |= IDE_DFLAG_NO_UNMASK;
383 drive->dev_flags &= ~IDE_DFLAG_UNMASK;
385 drive->dev_flags &= ~IDE_DFLAG_NO_IO_32BIT;
387 drive->dev_flags &= ~IDE_DFLAG_NO_UNMASK;
388 drive
398 check_prefetch(ide_drive_t *drive, unsigned int index) argument
409 set_prefetch_mode(ide_drive_t *drive, unsigned int index, int mode) argument
457 program_drive_counts(ide_drive_t *drive, unsigned int index) argument
513 cmd640_set_mode(ide_drive_t *drive, unsigned int index, u8 pio_mode, unsigned int cycle_time) argument
575 cmd640_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
609 cmd640_init_dev(ide_drive_t *drive) argument
[all...]
H A Dcy82c693.c56 static void cy82c693_set_dma_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
58 const u8 mode = drive->dma_mode;
83 static void cy82c693_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
93 if (hwif->index > 0) { /* drive is on the secondary channel */
98 drive->name);
103 ide_timing_compute(drive, drive->pio_mode, &t, T, 1);
111 if ((drive->dn & 1) == 0) {
113 * set master drive
129 * set slave drive
[all...]
H A Dpmac.c408 ((void __iomem *)((drive)->hwif->io_ports.data_addr + (x)))
415 static void pmac_ide_apply_timings(ide_drive_t *drive) argument
417 ide_hwif_t *hwif = drive->hwif;
421 if (drive->dn & 1)
433 static void pmac_ide_kauai_apply_timings(ide_drive_t *drive) argument
435 ide_hwif_t *hwif = drive->hwif;
439 if (drive->dn & 1) {
450 * Force an update of controller timing values for a given drive
453 pmac_ide_do_update_timings(ide_drive_t *drive) argument
455 ide_hwif_t *hwif = drive
467 pmac_dev_select(ide_drive_t *drive) argument
475 pmac_kauai_dev_select(ide_drive_t *drive) argument
500 pmac_ide_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
648 set_timings_mdma(ide_drive_t *drive, int intf_type, u32 *timings, u32 *timings2, u8 speed) argument
781 pmac_ide_set_dma_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
950 pmac_ide_init_dev(ide_drive_t *drive) argument
1463 pmac_ide_build_dmatable(ide_drive_t *drive, struct ide_cmd *cmd) argument
1541 pmac_ide_dma_setup(ide_drive_t *drive, struct ide_cmd *cmd) argument
1567 pmac_ide_dma_start(ide_drive_t *drive) argument
1585 pmac_ide_dma_end(ide_drive_t *drive) argument
1610 pmac_ide_dma_test_irq(ide_drive_t *drive) argument
1660 pmac_ide_dma_host_set(ide_drive_t *drive, int on) argument
1665 pmac_ide_dma_lost_irq(ide_drive_t *drive) argument
[all...]
H A Dscc_pata.c203 * @drive: drive
209 static void scc_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
218 const u8 pio = drive->pio_mode - XFER_PIO_0;
235 * @drive: drive
241 static void scc_set_dma_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
252 int is_slave = drive->dn & 1;
256 const u8 speed = drive->dma_mode;
282 static void scc_dma_host_set(ide_drive_t *drive, in argument
308 scc_dma_setup(ide_drive_t *drive, struct ide_cmd *cmd) argument
333 scc_dma_start(ide_drive_t *drive) argument
342 __scc_dma_end(ide_drive_t *drive) argument
367 scc_dma_end(ide_drive_t *drive) argument
387 ide_drive_t *drive; local
476 scc_dma_test_irq(ide_drive_t *drive) argument
492 scc_udma_filter(ide_drive_t *drive) argument
643 scc_tf_load(ide_drive_t *drive, struct ide_taskfile *tf, u8 valid) argument
661 scc_tf_read(ide_drive_t *drive, struct ide_taskfile *tf, u8 valid) argument
679 scc_input_data(ide_drive_t *drive, struct ide_cmd *cmd, void *buf, unsigned int len) argument
695 scc_output_data(ide_drive_t *drive, struct ide_cmd *cmd, void *buf, unsigned int len) argument
[all...]
H A Dpiix.c33 * drive hotswap [NOT YET SUPPORTED]
63 * @drive: drive
68 static void piix_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
71 int is_slave = drive->dn & 1;
79 const u8 pio = drive->pio_mode - XFER_PIO_0;
99 if (drive->media == ide_disk)
101 if (ide_pio_need_iordy(drive, pio))
131 * @drive: drive
137 piix_set_dma_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
225 ich_clear_irq(ide_drive_t *drive) argument
[all...]
H A Dfalconide.c66 static void falconide_input_data(ide_drive_t *drive, struct ide_cmd *cmd, argument
69 unsigned long data_addr = drive->hwif->io_ports.data_addr;
71 if (drive->media == ide_disk && cmd && (cmd->tf_flags & IDE_TFLAG_FS)) {
79 static void falconide_output_data(ide_drive_t *drive, struct ide_cmd *cmd, argument
82 unsigned long data_addr = drive->hwif->io_ports.data_addr;
84 if (drive->media == ide_disk && cmd && (cmd->tf_flags & IDE_TFLAG_FS)) {
H A Dq40ide.c72 static void q40ide_input_data(ide_drive_t *drive, struct ide_cmd *cmd, argument
75 unsigned long data_addr = drive->hwif->io_ports.data_addr;
77 if (drive->media == ide_disk && cmd && (cmd->tf_flags & IDE_TFLAG_FS)) {
85 static void q40ide_output_data(ide_drive_t *drive, struct ide_cmd *cmd, argument
88 unsigned long data_addr = drive->hwif->io_ports.data_addr;
90 if (drive->media == ide_disk && cmd && (cmd->tf_flags & IDE_TFLAG_FS)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A Dhpt366.c415 static int check_in_drive_list(ide_drive_t *drive, const char **list) argument
417 char *m = (char *)&drive->id[ATA_ID_PROD];
438 static u8 hpt3xx_udma_filter(ide_drive_t *drive) argument
440 ide_hwif_t *hwif = drive->hwif;
447 check_in_drive_list(drive, bad_ata66_4))
451 check_in_drive_list(drive, bad_ata66_3))
456 check_in_drive_list(drive, bad_ata100_5))
461 check_in_drive_list(drive, bad_ata100_5))
467 if (ata_id_is_sata(drive->id))
474 return check_in_drive_list(drive, bad_ata3
477 hpt3xx_mdma_filter(ide_drive_t *drive) argument
512 hpt3xx_set_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
536 hpt3xx_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
542 hpt3xx_maskproc(ide_drive_t *drive, int mask) argument
572 hpt366_dma_lost_irq(ide_drive_t *drive) argument
587 hpt370_clear_engine(ide_drive_t *drive) argument
596 hpt370_irq_timeout(ide_drive_t *drive) argument
613 hpt370_dma_start(ide_drive_t *drive) argument
621 hpt370_dma_end(ide_drive_t *drive) argument
637 hpt374_dma_test_irq(ide_drive_t *drive) argument
658 hpt374_dma_end(ide_drive_t *drive) argument
720 hpt3xxn_rw_disk(ide_drive_t *drive, struct request *rq) argument
[all...]
H A Dcmd640.c58 * Version 0.07 Changed to more conservative drive tuning policy.
161 * Registers and masks for easy access by drive index:
172 * Current cmd640 timing values for each drive.
336 * Returns 1 if an IDE interface/drive exists at 0x170,
378 static void __set_prefetch_mode(ide_drive_t *drive, int mode) argument
382 drive->dev_flags |= IDE_DFLAG_NO_UNMASK;
383 drive->dev_flags &= ~IDE_DFLAG_UNMASK;
385 drive->dev_flags &= ~IDE_DFLAG_NO_IO_32BIT;
387 drive->dev_flags &= ~IDE_DFLAG_NO_UNMASK;
388 drive
398 check_prefetch(ide_drive_t *drive, unsigned int index) argument
409 set_prefetch_mode(ide_drive_t *drive, unsigned int index, int mode) argument
457 program_drive_counts(ide_drive_t *drive, unsigned int index) argument
513 cmd640_set_mode(ide_drive_t *drive, unsigned int index, u8 pio_mode, unsigned int cycle_time) argument
575 cmd640_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
609 cmd640_init_dev(ide_drive_t *drive) argument
[all...]
H A Dcy82c693.c56 static void cy82c693_set_dma_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
58 const u8 mode = drive->dma_mode;
83 static void cy82c693_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
93 if (hwif->index > 0) { /* drive is on the secondary channel */
98 drive->name);
103 ide_timing_compute(drive, drive->pio_mode, &t, T, 1);
111 if ((drive->dn & 1) == 0) {
113 * set master drive
129 * set slave drive
[all...]
H A Dpmac.c408 ((void __iomem *)((drive)->hwif->io_ports.data_addr + (x)))
415 static void pmac_ide_apply_timings(ide_drive_t *drive) argument
417 ide_hwif_t *hwif = drive->hwif;
421 if (drive->dn & 1)
433 static void pmac_ide_kauai_apply_timings(ide_drive_t *drive) argument
435 ide_hwif_t *hwif = drive->hwif;
439 if (drive->dn & 1) {
450 * Force an update of controller timing values for a given drive
453 pmac_ide_do_update_timings(ide_drive_t *drive) argument
455 ide_hwif_t *hwif = drive
467 pmac_dev_select(ide_drive_t *drive) argument
475 pmac_kauai_dev_select(ide_drive_t *drive) argument
500 pmac_ide_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
648 set_timings_mdma(ide_drive_t *drive, int intf_type, u32 *timings, u32 *timings2, u8 speed) argument
781 pmac_ide_set_dma_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
950 pmac_ide_init_dev(ide_drive_t *drive) argument
1463 pmac_ide_build_dmatable(ide_drive_t *drive, struct ide_cmd *cmd) argument
1541 pmac_ide_dma_setup(ide_drive_t *drive, struct ide_cmd *cmd) argument
1567 pmac_ide_dma_start(ide_drive_t *drive) argument
1585 pmac_ide_dma_end(ide_drive_t *drive) argument
1610 pmac_ide_dma_test_irq(ide_drive_t *drive) argument
1660 pmac_ide_dma_host_set(ide_drive_t *drive, int on) argument
1665 pmac_ide_dma_lost_irq(ide_drive_t *drive) argument
[all...]
H A Dscc_pata.c203 * @drive: drive
209 static void scc_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
218 const u8 pio = drive->pio_mode - XFER_PIO_0;
235 * @drive: drive
241 static void scc_set_dma_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
252 int is_slave = drive->dn & 1;
256 const u8 speed = drive->dma_mode;
282 static void scc_dma_host_set(ide_drive_t *drive, in argument
308 scc_dma_setup(ide_drive_t *drive, struct ide_cmd *cmd) argument
333 scc_dma_start(ide_drive_t *drive) argument
342 __scc_dma_end(ide_drive_t *drive) argument
367 scc_dma_end(ide_drive_t *drive) argument
387 ide_drive_t *drive; local
476 scc_dma_test_irq(ide_drive_t *drive) argument
492 scc_udma_filter(ide_drive_t *drive) argument
643 scc_tf_load(ide_drive_t *drive, struct ide_taskfile *tf, u8 valid) argument
661 scc_tf_read(ide_drive_t *drive, struct ide_taskfile *tf, u8 valid) argument
679 scc_input_data(ide_drive_t *drive, struct ide_cmd *cmd, void *buf, unsigned int len) argument
695 scc_output_data(ide_drive_t *drive, struct ide_cmd *cmd, void *buf, unsigned int len) argument
[all...]
H A Dpiix.c33 * drive hotswap [NOT YET SUPPORTED]
63 * @drive: drive
68 static void piix_set_pio_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
71 int is_slave = drive->dn & 1;
79 const u8 pio = drive->pio_mode - XFER_PIO_0;
99 if (drive->media == ide_disk)
101 if (ide_pio_need_iordy(drive, pio))
131 * @drive: drive
137 piix_set_dma_mode(ide_hwif_t *hwif, ide_drive_t *drive) argument
225 ich_clear_irq(ide_drive_t *drive) argument
[all...]
H A Dfalconide.c66 static void falconide_input_data(ide_drive_t *drive, struct ide_cmd *cmd, argument
69 unsigned long data_addr = drive->hwif->io_ports.data_addr;
71 if (drive->media == ide_disk && cmd && (cmd->tf_flags & IDE_TFLAG_FS)) {
79 static void falconide_output_data(ide_drive_t *drive, struct ide_cmd *cmd, argument
82 unsigned long data_addr = drive->hwif->io_ports.data_addr;
84 if (drive->media == ide_disk && cmd && (cmd->tf_flags & IDE_TFLAG_FS)) {
H A Dq40ide.c72 static void q40ide_input_data(ide_drive_t *drive, struct ide_cmd *cmd, argument
75 unsigned long data_addr = drive->hwif->io_ports.data_addr;
77 if (drive->media == ide_disk && cmd && (cmd->tf_flags & IDE_TFLAG_FS)) {
85 static void q40ide_output_data(ide_drive_t *drive, struct ide_cmd *cmd, argument
88 unsigned long data_addr = drive->hwif->io_ports.data_addr;
90 if (drive->media == ide_disk && cmd && (cmd->tf_flags & IDE_TFLAG_FS)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dfloppy.c241 * motor of these drives causes system hangs on some PCI computers. drive
242 * 0 is the low bit (0x1), and drive 7 is the high bit (0x80). Bits are on if
243 * a drive is allowed.
299 #define UNIT(x) ((x) & 0x03) /* drive on fdc */
300 #define FDC(x) (((x) & 0x04) >> 2) /* fdc of drive */
301 /* reverse mapping from unit and fdc to drive */
309 #define UDP (&drive_params[drive])
310 #define UDRS (&drive_state[drive])
311 #define UDRWE (&write_errors[drive])
312 #define UFDCS (&fdc_state[FDC(drive)])
600 fd_eject(int drive) argument
663 __reschedule_timeout(int drive, const char *message) argument
679 reschedule_timeout(int drive, const char *message) argument
724 disk_change(int drive) argument
783 unsigned char drive; local
827 int drive; local
839 set_fdc(int drive) argument
860 lock_fdc(int drive, bool interruptible) argument
908 floppy_off(unsigned int drive) argument
938 int drive; local
2078 set_floppy(int drive) argument
2192 do_format(int drive, struct format_descr *tmp_format_req) argument
2228 unsigned int drive = (unsigned long)req->rq_disk->private_data; local
2807 int drive; local
2947 user_reset_fdc(int drive, int arg, bool interruptible) argument
2982 drive_name(int type, int drive) argument
3160 int drive; local
3215 set_geometry(unsigned int cmd, struct floppy_struct *g, int drive, int type, struct block_device *bdev) argument
3332 get_floppy_geometry(int drive, int type, struct floppy_struct **g) argument
3351 int drive = (long)bdev->bd_disk->private_data; local
3369 int drive = (long)bdev->bd_disk->private_data; local
3557 int drive; local
3607 int drive = (long)disk->private_data; local
3632 int drive = (long)bdev->bd_disk->private_data; local
3735 int drive = (long)disk->private_data; local
3815 int drive = (long)disk->private_data; local
4086 int drive; local
4125 int drive = (*part & 3) | ((*part & 0x80) >> 5); local
4138 int i, unit, drive; local
4449 int drive; local
4527 int drive; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dfloppy.c241 * motor of these drives causes system hangs on some PCI computers. drive
242 * 0 is the low bit (0x1), and drive 7 is the high bit (0x80). Bits are on if
243 * a drive is allowed.
299 #define UNIT(x) ((x) & 0x03) /* drive on fdc */
300 #define FDC(x) (((x) & 0x04) >> 2) /* fdc of drive */
301 /* reverse mapping from unit and fdc to drive */
309 #define UDP (&drive_params[drive])
310 #define UDRS (&drive_state[drive])
311 #define UDRWE (&write_errors[drive])
312 #define UFDCS (&fdc_state[FDC(drive)])
600 fd_eject(int drive) argument
663 __reschedule_timeout(int drive, const char *message) argument
679 reschedule_timeout(int drive, const char *message) argument
724 disk_change(int drive) argument
783 unsigned char drive; local
827 int drive; local
839 set_fdc(int drive) argument
860 lock_fdc(int drive, bool interruptible) argument
908 floppy_off(unsigned int drive) argument
938 int drive; local
2078 set_floppy(int drive) argument
2192 do_format(int drive, struct format_descr *tmp_format_req) argument
2228 unsigned int drive = (unsigned long)req->rq_disk->private_data; local
2807 int drive; local
2947 user_reset_fdc(int drive, int arg, bool interruptible) argument
2982 drive_name(int type, int drive) argument
3160 int drive; local
3215 set_geometry(unsigned int cmd, struct floppy_struct *g, int drive, int type, struct block_device *bdev) argument
3332 get_floppy_geometry(int drive, int type, struct floppy_struct **g) argument
3351 int drive = (long)bdev->bd_disk->private_data; local
3369 int drive = (long)bdev->bd_disk->private_data; local
3557 int drive; local
3607 int drive = (long)disk->private_data; local
3632 int drive = (long)bdev->bd_disk->private_data; local
3735 int drive = (long)disk->private_data; local
3815 int drive = (long)disk->private_data; local
4086 int drive; local
4125 int drive = (*part & 3) | ((*part & 0x80) >> 5); local
4138 int i, unit, drive; local
4449 int drive; local
4527 int drive; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/Netware/
H A Dcpy_tests.bat6 rem specified NetWare drive and copy the required files to run the tests.
10 rem cpy_tests.bat <test subdirectory> <NetWare drive>
12 rem <NetWare drive> - any mapped drive letter
17 rem CAUTION: If a directory named OpenSSL exists on the target drive
32 rem make sure target drive is valid
35 rem If an OpenSSL directory exists on the target drive, remove it
46 rem make an "openssl" directory and others at the root of the NetWare drive
100 echo Invalid drive: %2
106 echo usage: cpy_tests.bat [test subdirectory] [NetWare drive]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/Netware/
H A Dcpy_tests.bat6 rem specified NetWare drive and copy the required files to run the tests.
10 rem cpy_tests.bat <test subdirectory> <NetWare drive>
12 rem <NetWare drive> - any mapped drive letter
17 rem CAUTION: If a directory named OpenSSL exists on the target drive
32 rem make sure target drive is valid
35 rem If an OpenSSL directory exists on the target drive, remove it
46 rem make an "openssl" directory and others at the root of the NetWare drive
100 echo Invalid drive: %2
106 echo usage: cpy_tests.bat [test subdirectory] [NetWare drive]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/Netware/
H A Dcpy_tests.bat6 rem specified NetWare drive and copy the required files to run the tests.
10 rem cpy_tests.bat <test subdirectory> <NetWare drive>
12 rem <NetWare drive> - any mapped drive letter
17 rem CAUTION: If a directory named OpenSSL exists on the target drive
32 rem make sure target drive is valid
35 rem If an OpenSSL directory exists on the target drive, remove it
46 rem make an "openssl" directory and others at the root of the NetWare drive
100 echo Invalid drive: %2
106 echo usage: cpy_tests.bat [test subdirectory] [NetWare drive]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/Netware/
H A Dcpy_tests.bat6 rem specified NetWare drive and copy the required files to run the tests.
10 rem cpy_tests.bat <test subdirectory> <NetWare drive>
12 rem <NetWare drive> - any mapped drive letter
17 rem CAUTION: If a directory named OpenSSL exists on the target drive
32 rem make sure target drive is valid
35 rem If an OpenSSL directory exists on the target drive, remove it
46 rem make an "openssl" directory and others at the root of the NetWare drive
100 echo Invalid drive: %2
106 echo usage: cpy_tests.bat [test subdirectory] [NetWare drive]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/Netware/
H A Dcpy_tests.bat6 rem specified NetWare drive and copy the required files to run the tests.
10 rem cpy_tests.bat <test subdirectory> <NetWare drive>
12 rem <NetWare drive> - any mapped drive letter
17 rem CAUTION: If a directory named OpenSSL exists on the target drive
32 rem make sure target drive is valid
35 rem If an OpenSSL directory exists on the target drive, remove it
46 rem make an "openssl" directory and others at the root of the NetWare drive
100 echo Invalid drive: %2
106 echo usage: cpy_tests.bat [test subdirectory] [NetWare drive]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/Netware/
H A Dcpy_tests.bat6 rem specified NetWare drive and copy the required files to run the tests.
10 rem cpy_tests.bat <test subdirectory> <NetWare drive>
12 rem <NetWare drive> - any mapped drive letter
17 rem CAUTION: If a directory named OpenSSL exists on the target drive
32 rem make sure target drive is valid
35 rem If an OpenSSL directory exists on the target drive, remove it
46 rem make an "openssl" directory and others at the root of the NetWare drive
100 echo Invalid drive: %2
106 echo usage: cpy_tests.bat [test subdirectory] [NetWare drive]
[all...]

Completed in 226 milliseconds

1234567891011