Home
last modified time | relevance | path

Searched refs:sectors (Results 1 – 1 of 1) sorted by relevance

/sys/dev/x86/
Dide.c395 int sectors; in IDE_ReadOne() local
396 for (sectors = 0; sectors < len; sectors++) in IDE_ReadOne()
398 uint8_t *b = buf + sectors * IDE_SECTOR_SIZE; in IDE_ReadOne()
469 int sectors; in IDE_WriteOne() local
470 for (sectors = 0; sectors < len; sectors++) in IDE_WriteOne()
472 uint8_t *b = buf + sectors * IDE_SECTOR_SIZE; in IDE_WriteOne()