Searched refs:DRIVE (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | fd.c | 207 *fdpp = ddi_get_soft_state(fd_state_head, DRIVE(dev)); in fd_getdrive() 240 *result = (void *)(uintptr_t)DRIVE(dev); in fd_getinfo() 673 (CE_CONT, "fd_open: fd%d part %d flag %x otype %x\n", DRIVE(dev), in fd_open() 702 (CE_NOTE, "fd_open fd%d: not ready", DRIVE(dev))); in fd_open() 723 (CE_NOTE, "fd%d: drive not ready", DRIVE(dev))); in fd_open() 1048 DRIVE(bp->b_edev), (long)bp->b_blkno)); in fd_strategy() 1056 DRIVE(bp->b_edev), (long)bp->b_blkno, pp->p_size)); in fd_strategy() 1077 DRIVE(bp->b_edev), bp->b_bcount, in fd_strategy() 1150 ASSERT(DRIVE(bp->b_edev) == ddi_get_instance(fjp->fj_dip)); in fdstart()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fdc.h | 59 #define DRIVE(x) (getminor(x) >> 3) macro
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-3 | 105 Probe I/O ports used for the drive DRIVE. This command will list 703 `--boot-drive=DRIVE' 704 Set the stage2 BOOT_DRIVE to DRIVE. This argument should be an
|
H A D | grub.info-2 | 814 BIOS drive DRIVE. You can use this command to create a disk image, 1380 Print the information for the drive DRIVE. In the grub shell, you
|
H A D | grub.info | 2118 BIOS drive DRIVE. You can use this command to create a disk image, 2684 Print the information for the drive DRIVE. In the grub shell, you 2814 Probe I/O ports used for the drive DRIVE. This command will list 3412 `--boot-drive=DRIVE' 3413 Set the stage2 BOOT_DRIVE to DRIVE. This argument should be an
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 425 * lib/device.c (read_device_map): Change the max number of DRIVE 796 (read_device_map): If DRIVE is greater than 8, emit a warning 1599 abnormally, if MAP[DRIVE] has already been filled. 3530 DISKS[DRIVE].FLAGS. This was a mistake when I segregated this 6282 Fix the address of DRIVE: 4(%ebp) -> 8(%ebp). 6600 DEVICE_MAP[DRIVE] to NULL. 6602 to disable accessing the drive DRIVE. 6954 is a device number. Set DRIVE to the forth byte of DEV and 6955 PARTITION to the first 3 bytes of DEV. If DRIVE is 0xFF, set 6957 SAVED_PARTITION, respectively. Otherwise set to DRIVE and [all …]
|