Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dhdreg.h81 __u8 sector_count; member
88 __u8 sector_count; member
99 __u8 sector_count; member
/external/vboot_reference/cgpt/
Dcgpt_common.c66 const uint64_t sector_count) { in Load() argument
71 if (!sector_count || !sector_bytes) { in Load()
73 __FUNCTION__, __LINE__, sector_count, sector_bytes); in Load()
77 if (sector_bytes > (UINT64_MAX / sector_count)) { in Load()
79 __FUNCTION__, __LINE__, sector_count, sector_bytes); in Load()
82 count = sector_bytes * sector_count; in Load()
131 const uint64_t sector_count) { in Save() argument
136 count = sector_bytes * sector_count; in Save()
Dcgpt.h81 const uint64_t sector_count);
96 const uint64_t sector_count);
/external/vboot_reference/firmware/include/
Dvboot_struct.h391 uint64_t sector_count; /* Sector count of partition */ member
422 uint64_t sector_count; member
/external/vboot_reference/firmware/lib/
Dvboot_kernel.c94 shcall->sector_count = params->streaming_lba_count; in LoadKernel()
166 shpart->sector_count = part_size; in LoadKernel()
/external/vboot_reference/host/lib/
Dcrossystem.c274 shc->sector_count, in GetVdatLoadKernelDebug()
303 shp->sector_count, in GetVdatLoadKernelDebug()