Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aacraid/
H A Daacraid_endian.c372 TOLE(ptr->SectorCount, 16); in aac_blockread64_tole()
383 TOLE(ptr->SectorCount, 16); in aac_blockwrite64_tole()
H A Daacraid_reg.h1392 u_int16_t SectorCount; member
1416 u_int16_t SectorCount; member
H A Daacraid_cam.c480 br->SectorCount = cm->cm_datalen/AAC_BLOCK_SIZE; in aac_container_rw_command()
492 bw->SectorCount = cm->cm_datalen/AAC_BLOCK_SIZE; in aac_container_rw_command()
/freebsd-13.1/sys/dev/aac/
H A Daacreg.h1330 u_int16_t SectorCount; member
1354 u_int16_t SectorCount; member
H A Daac_disk.c290 bw->SectorCount = len / AAC_BLOCK_SIZE; in aac_disk_dump()
H A Daac.c1282 br->SectorCount = bp->bio_bcount / AAC_BLOCK_SIZE; in aac_bio_command()
1294 bw->SectorCount = bp->bio_bcount / AAC_BLOCK_SIZE; in aac_bio_command()