Home
last modified time | relevance | path

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

/freebsd/sys/dev/aacraid/
H A Daacraid_endian.c369 TOLE(ptr->SectorCount, 16); in aac_blockread64_tole()
380 TOLE(ptr->SectorCount, 16); in aac_blockwrite64_tole()
H A Daacraid_reg.h1390 u_int16_t SectorCount; member
1414 u_int16_t SectorCount; member
H A Daacraid_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/sys/dev/aac/
H A Daacreg.h1328 u_int16_t SectorCount; member
1352 u_int16_t SectorCount; member
H A Daac_disk.c286 bw->SectorCount = len / AAC_BLOCK_SIZE; in aac_disk_dump()
H A Daac.c1277 br->SectorCount = bp->bio_bcount / AAC_BLOCK_SIZE; in aac_bio_command()
1289 bw->SectorCount = bp->bio_bcount / AAC_BLOCK_SIZE; in aac_bio_command()