Searched refs:sector_length (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_bootcfg.c211 __inout_bcount(sector_length)
213 __in size_t sector_length,
222 rc = efx_bootcfg_verify(enp, sector, sector_length,
244 EFSYS_ASSERT(used_bytes <= sector_length);
245 EFSYS_ASSERT(sector_length >= 2);
253 if (used_bytes >= sector_length) {
302 size_t sector_length; local
318 NULL, &sector_offset, &sector_length);
322 if (sector_length > BOOTCFG_MAX_SIZE)
323 sector_length
209 efx_bootcfg_copy_sector( __in efx_nic_t *enp, __inout_bcount(sector_length) uint8_t *sector, __in size_t sector_length, __out_bcount(data_size) uint8_t *data, __in size_t data_size, __in boolean_t handle_format_errors) argument
442 size_t sector_length; local
[all...]
H A Defx.h1471 __inout_bcount(sector_length)
1473 __in size_t sector_length,
/freebsd-11-stable/contrib/binutils/bfd/
H A Dppcboot.c53 bfd_byte sector_length[4]; /* 32-bit RBA count (one-based), little endian */ member in struct:ppcboot_partition
438 long sector_length = bfd_getl_signed_32 ((PTR) tdata->header.partition[i].sector_length);
449 && !sector_begin && !sector_length)
465 fprintf (f, _("Partition[%d] length = 0x%.8lx (%ld)\n"), i, sector_length, sector_length);
428 long sector_length = bfd_getl_signed_32 ((PTR) tdata->header.partition[i].sector_length); local

Completed in 106 milliseconds