OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drive_type
(Results
1 - 25
of
44
) sorted by relevancy
1
2
/src/sys/dev/ata/
sata_subr.c
185
chp->ch_drive[PMP_PORT_CTL].
drive_type
= ATA_DRIVET_PM;
192
chp->ch_drive[port].
drive_type
= ATA_DRIVET_ATAPI;
195
chp->ch_drive[port].
drive_type
= ATA_DRIVET_ATA;
201
chp->ch_drive[port].
drive_type
= ATA_DRIVET_ATA;
ata.c
248
chp->ch_drive[0].
drive_type
, chp->ch_drive[1].
drive_type
),
271
if (chp->ch_drive[i].
drive_type
!= ATA_DRIVET_NONE)
327
chp->ch_drive[PMP_PORT_CTL].
drive_type
== ATA_DRIVET_PM) {
342
if (chp->ch_drive[i].
drive_type
== ATA_DRIVET_ATAPI) {
354
if (chp->ch_drive[i].
drive_type
== ATA_DRIVET_ATAPI)
355
chp->ch_drive[i].
drive_type
= ATA_DRIVET_NONE;
365
if (chp->ch_drive[i].
drive_type
!= ATA_DRIVET_ATA &&
366
chp->ch_drive[i].
drive_type
!= ATA_DRIVET_OLD) {
382
chp->ch_drive[i].
drive_type
= ATA_DRIVET_NONE
[
all
...]
ata_recovery.c
79
if (drvp->
drive_type
!= ATA_DRIVET_ATA ||
/src/sys/arch/sun3/dev/
xyvar.h
105
int
drive_type
; /* drive type (as per disk) */
member in struct:xy_softc
xy.c
581
for (xy->
drive_type
= 0; xy->
drive_type
<= XYC_MAXDT;
582
xy->
drive_type
++) {
596
device_xname(xy->sc_dev), xy->
drive_type
);
632
if (oxy->
drive_type
!= xy->
drive_type
)
1158
iopb->dt = iorq->xy->
drive_type
;
/src/sys/dev/vme/
xyvar.h
101
int
drive_type
; /* drive type (as per disk) */
member in struct:xy_softc
xy.c
704
for (xy->
drive_type
= 0 ; xy->
drive_type
<= XYC_MAXDT ;
705
xy->
drive_type
++) {
718
printf(" (drive type %d)\n", xy->
drive_type
);
752
if (oxy->
drive_type
!= xy->
drive_type
) continue;
1306
iopb->dt = iorq->xy->
drive_type
;
/src/sys/dev/pci/
pdcide.c
376
if (chp->ch_drive[0].
drive_type
== ATA_DRIVET_ATAPI ||
377
chp->ch_drive[1].
drive_type
== ATA_DRIVET_ATAPI) {
394
if (drvp->
drive_type
== ATA_DRIVET_NONE)
421
if (drvp->
drive_type
== ATA_DRIVET_ATA)
472
if (drvp->
drive_type
== ATA_DRIVET_NONE)
598
if (chp->ch_drive[0].
drive_type
== ATA_DRIVET_ATAPI ||
599
chp->ch_drive[1].
drive_type
== ATA_DRIVET_ATAPI) {
schide.c
188
if (drvp->
drive_type
== ATA_DRIVET_NONE)
stpcide.c
162
if (drvp->
drive_type
== ATA_DRIVET_NONE)
rdcide.c
228
if (drvp[drive].
drive_type
== ATA_DRIVET_NONE)
230
if (drvp[drive].
drive_type
== ATA_DRIVET_ATAPI)
aceride.c
283
if (drvp->
drive_type
== ATA_DRIVET_NONE)
295
if (drvp->
drive_type
== ATA_DRIVET_ATAPI) {
cypide.c
190
if (drvp->
drive_type
== ATA_DRIVET_NONE)
geodeide.c
207
if (drvp->
drive_type
== ATA_DRIVET_NONE)
iteide.c
192
if (drvp->
drive_type
== ATA_DRIVET_NONE)
ixpide.c
192
if (drvp->
drive_type
== ATA_DRIVET_NONE)
nside.c
171
if (drvp->
drive_type
== ATA_DRIVET_NONE)
optiide.c
201
if (drvp->
drive_type
== ATA_DRIVET_NONE) {
slide.c
211
if (drvp->
drive_type
== ATA_DRIVET_NONE) {
toshide.c
187
if (drvp->
drive_type
== ATA_DRIVET_NONE)
cmdide.c
407
if (drvp->
drive_type
== ATA_DRIVET_NONE)
592
if (drvp->
drive_type
== ATA_DRIVET_NONE)
/src/sys/arch/macppc/dev/
kauai.c
231
if (drvp0->
drive_type
!= ATA_DRIVET_NONE &&
232
drvp1->
drive_type
!= ATA_DRIVET_NONE) {
239
if (drvp->
drive_type
!= ATA_DRIVET_NONE) {
wdc_obio.c
324
if (drvp->
drive_type
!= ATA_DRIVET_NONE) {
390
if (drvp->
drive_type
!= ATA_DRIVET_NONE) {
/src/sys/dev/ic/
wdc.c
257
chp->ch_drive[0].
drive_type
= ATA_DRIVET_ATAPI;
259
chp->ch_drive[0].
drive_type
= ATA_DRIVET_ATA;
266
chp->ch_drive[0].
drive_type
= ATA_DRIVET_NONE;
321
chp->ch_drive[1].
drive_type
== ATA_DRIVET_ATA) {
330
if (chp->ch_drive[0].
drive_type
== ATA_DRIVET_ATA) {
341
if ((chp->ch_drive[0].
drive_type
!= ATA_DRIVET_ATA ||
344
chp->ch_drive[1].
drive_type
!= ATA_DRIVET_ATA ||
357
chp->ch_drive[0].
drive_type
!= ATA_DRIVET_ATAPI)
358
chp->ch_drive[0].
drive_type
= ATA_DRIVET_NONE;
360
chp->ch_drive[1].
drive_type
!= ATA_DRIVET_ATAPI
[
all
...]
/src/sys/arch/i386/pci/
gcscide.c
202
if (drvp->
drive_type
== ATA_DRIVET_NONE)
Completed in 22 milliseconds
1
2
Indexes created Sat Oct 18 08:10:09 GMT 2025