OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATA_BSIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ata/
atavar.h
219
#define
ATA_BSIZE
512 /* Standard ATA block size (bytes) */
450
uint8_t recovery_blk[
ATA_BSIZE
];
ata.c
833
tb = kmem_zalloc(
ATA_BSIZE
, KM_SLEEP);
854
xfer->c_ata_c.bcount =
ATA_BSIZE
;
911
kmem_free(tb,
ATA_BSIZE
);
Completed in 14 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025