Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aacraid/
HDaacraid_endian.c370 TOLE(ptr->SectorCount, 16); in aac_blockread64_tole()
381 TOLE(ptr->SectorCount, 16); in aac_blockwrite64_tole()
HDaacraid_reg.h1390 u_int16_t SectorCount; member
1414 u_int16_t SectorCount; member
HDaacraid_cam.c476 br->SectorCount = cm->cm_datalen/AAC_BLOCK_SIZE; in aac_container_rw_command()
488 bw->SectorCount = cm->cm_datalen/AAC_BLOCK_SIZE; in aac_container_rw_command()
/freebsd-14-stable/sys/dev/aac/
HDaacreg.h1328 u_int16_t SectorCount; member
1352 u_int16_t SectorCount; member
HDaac_disk.c286 bw->SectorCount = len / AAC_BLOCK_SIZE; in aac_disk_dump()
HDaac.c1280 br->SectorCount = bp->bio_bcount / AAC_BLOCK_SIZE; in aac_bio_command()
1292 bw->SectorCount = bp->bio_bcount / AAC_BLOCK_SIZE; in aac_bio_command()