Searched refs:sector_length (Results 1 – 2 of 2) sorted by relevance
733 __inout_bcount(sector_length) in efx_bootcfg_copy_sector()735 __in size_t sector_length, in efx_bootcfg_copy_sector() argument775 EFSYS_ASSERT(sector_length >= 2); in efx_bootcfg_copy_sector()839 size_t sector_length; in efx_bootcfg_read() local865 if (sector_length < 2) { in efx_bootcfg_read()871 sector_length = BOOTCFG_MAX_SIZE; in efx_bootcfg_read()885 if (sector_length > size) { in efx_bootcfg_read()926 if (used_bytes >= sector_length) in efx_bootcfg_read()944 if (sector_length > size) { in efx_bootcfg_read()970 if (sector_length > size) in efx_bootcfg_read()[all …]
1978 __inout_bcount(sector_length)1980 __in size_t sector_length,