Searched refs:sector_length (Results 1 – 2 of 2) sorted by relevance
756 __inout_bcount(sector_length) in efx_bootcfg_copy_sector()758 __in size_t sector_length, in efx_bootcfg_copy_sector() argument775 rc = efx_dhcp_verify(sector, sector_length, in efx_bootcfg_copy_sector()797 EFSYS_ASSERT(used_bytes <= sector_length); in efx_bootcfg_copy_sector()798 EFSYS_ASSERT(sector_length >= 2); in efx_bootcfg_copy_sector()806 if (used_bytes >= sector_length) { in efx_bootcfg_copy_sector()862 size_t sector_length; in efx_bootcfg_read() local884 NULL, §or_offset, §or_length); in efx_bootcfg_read()888 if (sector_length < 2) { in efx_bootcfg_read()893 if (sector_length > BOOTCFG_MAX_SIZE) in efx_bootcfg_read()[all …]
1712 __inout_bcount(sector_length)1714 __in size_t sector_length,