Symbol: DRIVE
bin/chio/parse.y
116
changeropts : DRIVE STRING {
bin/chio/parse.y
167
{ "drive", DRIVE}
bin/chio/parse.y
80
%token DRIVE
games/battlestar/cypher.c
403
case DRIVE:
games/battlestar/words.c
185
{ "drive", DRIVE, VERB, NULL },
games/battlestar/words.c
186
{ "start", DRIVE, VERB, NULL },
sys/arch/i386/pci/pciide_machdep.c
165
if ((drvp->drive_flags & DRIVE) == 0)
sys/arch/macppc/dev/wdc_obio.c
337
if ((drvp->drive_flags & DRIVE) == 0)
sys/arch/macppc/dev/wdc_obio.c
349
if (drvp->drive_flags & DRIVE) {
sys/arch/macppc/dev/wdc_obio.c
403
if ((drvp->drive_flags & DRIVE) == 0)
sys/arch/macppc/dev/wdc_obio.c
420
if (drvp->drive_flags & DRIVE) {
sys/arch/macppc/dev/wdc_obio.c
482
if ((drvp->drive_flags & DRIVE) == 0)
sys/arch/macppc/dev/wdc_obio.c
500
if (drvp->drive_flags & DRIVE) {
sys/dev/ic/wdc.c
1003
drv_mask1 = (chp->ch_drive[0].drive_flags & DRIVE) ? 0x01:0x00;
sys/dev/ic/wdc.c
1004
drv_mask1 |= (chp->ch_drive[1].drive_flags & DRIVE) ? 0x02:0x00;
sys/dev/ic/wdc.c
1532
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/ic/wdc.c
801
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/ic/wdc.c
804
if (i == 1 && ((chp->ch_drive[0].drive_flags & DRIVE) == 0))
sys/dev/ic/wdc.c
834
if ((chp->ch_drive[0].drive_flags & DRIVE) == 0 &&
sys/dev/ic/wdc.c
835
(chp->ch_drive[1].drive_flags & DRIVE) == 0)
sys/dev/ic/wdc.c
839
if ((chp->ch_drive[i].drive_flags & DRIVE) == 0) {
sys/dev/pci/pciide.c
2009
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
2335
if ((wdc_cp->ch_drive[0].drive_flags & DRIVE) == 0 &&
sys/dev/pci/pciide.c
2336
(wdc_cp->ch_drive[1].drive_flags & DRIVE) == 0) {
sys/dev/pci/pciide.c
2519
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
2623
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
3007
if ((drvp[drive].drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
3056
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
3355
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
3653
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
3975
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
4188
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
4399
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
4999
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
5289
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
5355
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
5518
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
5714
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
5907
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
6214
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
6576
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
6645
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
7040
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
7414
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
7938
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
8113
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
8352
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
8500
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
8654
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
8774
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
8882
if ((drvp->drive_flags & DRIVE) == 0)
sys/dev/pci/pciide.c
9034
if ((drvp->drive_flags & DRIVE) == 0)