Searched refs:drive (Results 101 - 118 of 118) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmtools.h50 char drive; /* the drive letter */ member in struct:device
71 * the drive */
114 int *drive,
H A Dmformat.c784 char drive, name[EXPAND_BUF]; local
1001 drive = toupper(argv[argc -1][0]);
1003 /* check out a drive whose letter and parameters match */
1004 sprintf(errmsg, "Drive '%c:' not supported", drive);
1007 for(dev=devices;dev->drive;dev++) {
1009 /* drive letter */
1010 if (dev->drive != drive)
1134 if ( dev->drive == 0 ){
H A Dxdf_io.c112 signed int drive:4; member in struct:Xdf_t
211 RR_SETDRIVE(request+(*nr), This->drive);
625 This->drive = GET_DRIVE(This->fd);
626 if(This->drive < 0)
H A Dmsdos.h124 unsigned char physdrive; /* 36 physical drive ? */
265 int init(char drive, int mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth_proc.c72 int orig_length, drive, wb_mode; local
86 drive = -1;
94 drive = (int)(*buffer-'0');
97 drive = drive*10 + (int)(*buffer-'0');
100 printk("GDT: Flushing host drive %d .. ",drive);
106 if (drive != -1 && i != drive)
123 printk("\nNo host drive foun
[all...]
H A Dfdomain.c78 Please note that the drive ordering that Future Domain implemented in BIOS
81 more than one drive, then the drive ordering will be the reverse of that
1535 int drive; local
1549 The drive parameter table seems to start at 0x1f30.
1552 The last 4 bytes appear to be the drive's size in sectors.
1553 The other bytes in the drive parameter table are unknown.
1565 0x1f2d is a drive count (i.e., not including tapes)
1574 The drive parameter table starts at 0x1f33.
1583 The drive paramete
[all...]
H A Dpsi240i.c114 * Returns: TRUE if drive does not assert DRQ in time.
151 outb_p (padapter->ide.ide.ide[6], pports[PORT_LBA_24]); // select the drive
180 * drive - Drive/head register upper nibble only.
185 static int SetupTransfer (PADAPTER240I padapter, UCHAR drive) argument
190 padapter->ide.ide.ide[6] |= drive;
251 * Returns: TRUE if drive is not ready in time.
H A Dosst.h526 /* The OnStream tape drive descriptor */
585 unsigned char poll; /* flag that this drive needs polling (IDE|firmware) */
622 struct gendisk *drive; member in struct:osst_tape
H A Dosst.c127 /* Do not retry! The drive firmware already retries when appropriate,
194 return tape->drive->disk_name;
813 printk(OSST_DEB_MSG "%s:D: Reached onstream flush drive buffer (write filemark)\n", name);
854 return 0; /* successful recovery leaves drive ready for frame */
1040 * Issue a read 0 command to get the OnStream drive
1384 * Read back the drive's internal buffer contents, as a part
1388 * drive's buffer must be of one type (DATA, MARK or EOD)!
1412 printk(KERN_INFO "%s:I: Reading back %d frames from drive buffer%s\n",
2602 * Configure the OnStream SCII tape drive for default operation
2764 printk(OSST_DEB_MSG "%s:D: Density %d, tape length: %dMB, drive buffe
5738 struct gendisk * drive; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dlkdtm.c184 int jp_generic_ide_ioctl(ide_drive_t *drive, struct file *file, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dsun3xflop.h81 * drive attached to a Sun controller
82 * and it will be at drive zero.
261 #define fd_eject(drive) sun3x_eject()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dpdbedit.c303 const char *drive, const char *script,
354 if (drive)
355 pdb_set_dir_drive(sam_pwent,drive, PDB_CHANGED);
429 const char *drive, const char *script,
469 if (drive)
470 pdb_set_dir_drive (sam_pwent, drive, PDB_CHANGED);
683 {"drive", 'D', POPT_ARG_STRING, &home_drive, 0, "set home drive", NULL},
300 set_user_info(struct pdb_context *in, const char *username, const char *fullname, const char *homedir, const char *acct_desc, const char *drive, const char *script, const char *profile, const char *account_control, const char *user_sid, const char *group_sid, const BOOL badpw, const BOOL hours, time_t pwd_can_change, time_t pwd_must_change) argument
427 new_user(struct pdb_context *in, const char *username, const char *fullname, const char *homedir, const char *drive, const char *script, const char *profile, char *user_sid, char *group_sid) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/ppc/
H A Dmpc8xx.c49 static void m8xx_ide_tuneproc(ide_drive_t *drive, u8 pio);
301 #else /* direct connected IDE drive, i.e. external IRQ, not the PCMCIA irq */
388 /* direct connected IDE drive, i.e. external IRQ */
420 m8xx_ide_tuneproc(ide_drive_t *drive, u8 pio) argument
428 pio = ide_get_best_pio_mode(drive, pio, 4, &d);
662 return (1); /* no disk drive */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmb.conf29 logon drive = H:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dfloppy.h129 * drive attached to a Sun controller
130 * and it will be at drive zero.
286 * ever have a floppy drive.
358 #define fd_eject(drive) sparc_eject()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-acpi.c214 " SATA drive (handle = 0x%p)\n",
229 /* Get the SATA drive _ADR object. */
231 acpi_integer pcidevfn, unsigned int drive,
252 winfo->drivenum = drive;
272 * do_drive_get_GTF - get the drive bootup default taskfile settings
344 /* Get this drive's _ADR info. if not already known. */
348 * + _their_ children == drive objects */
507 * do_drive_set_taskfiles - write the drive taskfile settings from _GTF
561 * ata_acpi_exec_tfs - get then write drive taskfile settings
562 * @ap: the ata_port for the drive
230 get_sata_adr(struct device *dev, acpi_handle handle, acpi_integer pcidevfn, unsigned int drive, struct ata_port *ap, struct ata_device *atadev, u32 *dev_adr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acorn/block/
H A Dmfm.S1 @ Read/Write DMA code for the ST506/MFM hard drive controllers on the A400 Acorn Archimedes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dscale.S175 addw #1,%d0 |drive d0 to 0

Completed in 273 milliseconds

12345