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

/openbsd-current/sys/arch/macppc/dev/
H A Dwdc_obio.c337 if ((drvp->drive_flags & DRIVE) == 0)
349 if (drvp->drive_flags & DRIVE) {
403 if ((drvp->drive_flags & DRIVE) == 0)
420 if (drvp->drive_flags & DRIVE) {
482 if ((drvp->drive_flags & DRIVE) == 0)
500 if (drvp->drive_flags & DRIVE) {
/openbsd-current/bin/chio/
H A Dparse.y80 %token DRIVE
116 changeropts : DRIVE STRING {
167 { "drive", DRIVE}
/openbsd-current/sys/dev/ata/
H A Datavar.h43 #define DRIVE (DRIVE_ATA|DRIVE_ATAPI|DRIVE_OLD) macro
/openbsd-current/games/battlestar/
H A Dwords.c185 { "drive", DRIVE, VERB, NULL },
186 { "start", DRIVE, VERB, NULL },
H A Dextern.h183 #define DRIVE 1048 macro
H A Dcypher.c403 case DRIVE:
/openbsd-current/sys/arch/i386/pci/
H A Dpciide_machdep.c165 if ((drvp->drive_flags & DRIVE) == 0)
/openbsd-current/sys/dev/ic/
H A Dwdc.c801 if ((drvp->drive_flags & DRIVE) == 0)
804 if (i == 1 && ((chp->ch_drive[0].drive_flags & DRIVE) == 0))
834 if ((chp->ch_drive[0].drive_flags & DRIVE) == 0 &&
835 (chp->ch_drive[1].drive_flags & DRIVE) == 0)
839 if ((chp->ch_drive[i].drive_flags & DRIVE) == 0) {
1003 drv_mask1 = (chp->ch_drive[0].drive_flags & DRIVE) ? 0x01:0x00;
1004 drv_mask1 |= (chp->ch_drive[1].drive_flags & DRIVE) ? 0x02:0x00;
1532 if ((drvp->drive_flags & DRIVE) == 0)
/openbsd-current/sys/dev/pci/
H A Dpciide.c2001 if ((drvp->drive_flags & DRIVE) == 0)
2327 if ((wdc_cp->ch_drive[0].drive_flags & DRIVE) == 0 &&
2328 (wdc_cp->ch_drive[1].drive_flags & DRIVE) == 0) {
2511 if ((drvp->drive_flags & DRIVE) == 0)
2615 if ((drvp->drive_flags & DRIVE) == 0)
2999 if ((drvp[drive].drive_flags & DRIVE) == 0)
3048 if ((drvp->drive_flags & DRIVE) == 0)
3347 if ((drvp->drive_flags & DRIVE) == 0)
3640 if ((drvp->drive_flags & DRIVE) == 0)
3962 if ((drvp->drive_flags & DRIVE)
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DName.pl27500 DRIVE SLOW SIGN
27635 TAPE DRIVE
[all...]

Completed in 324 milliseconds