Searched refs:ATAPI_READ_CAPACITY (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/sys/sys/ |
| H A D | nata.h | 310 #define ATAPI_READ_CAPACITY 0x25 /* get volume capacity */ macro
|
| /dflybsd-src/sys/dev/disk/nata/ |
| H A D | atapi-fd.c | 348 int8_t ccb1[16] = { ATAPI_READ_CAPACITY, 0, 0, 0, 0, 0, 0, 0, in afd_sense()
|
| H A D | atapi-cd.c | 1030 ccb[0] = ATAPI_READ_CAPACITY; in acd_read_toc() 1287 int8_t ccb[16] = { ATAPI_READ_CAPACITY, 0, 0, 0, 0, 0, 0, 0, in acd_get_progress()
|