OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ata_vers
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ata/
ata.c
1877
drvp->
ata_vers
= i;
2032
if (drvp->
ata_vers
== 0) {
2035
drvp->
ata_vers
= 4; /* should be at last ATA-4 */
2039
drvp->
ata_vers
= 2; /* should be at last ATA-2 */
atavar.h
267
int8_t
ata_vers
; /* ATA version supported */
member in struct:ata_drive_datas
wd.c
987
((wd->drvp->
ata_vers
>= 4 && xfer->c_bio.r_error & 64) ||
988
(wd->drvp->
ata_vers
< 4 && xfer->c_bio.r_error & 192))) {
1267
if (drvp->
ata_vers
>= 4)
1781
wd->drvp->
ata_vers
= -1; /* Mark it as pre-ATA */
1912
if (wd->drvp->
ata_vers
< 4 &&
/src/sbin/atactl/
atactl.c
233
static const struct bitinfo
ata_vers
[] = {
variable in typeref:struct:bitinfo
1454
print_bitinfo("", " ", inqbuf->atap_ata_major,
ata_vers
);
Completed in 23 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026