Home
last modified time | relevance | path

Searched refs:sector_length (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sfxge/common/
H A Defx_bootcfg.c756 __inout_bcount(sector_length) in efx_bootcfg_copy_sector()
758 __in size_t sector_length, in efx_bootcfg_copy_sector() argument
775 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() local
884 NULL, &sector_offset, &sector_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 …]
H A Defx.h1712 __inout_bcount(sector_length)
1714 __in size_t sector_length,