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

/external/vboot_reference/cgpt/
H A Dcgpt.h74 * sector_count -- number of sectors to load
81 const uint64_t sector_count);
89 * sector_count -- number of sector to save
96 const uint64_t sector_count);
H A Dcgpt_common.c66 const uint64_t sector_count) {
71 if (!sector_count || !sector_bytes) {
72 Error("%s() failed at line %d: sector_count=%d, sector_bytes=%d\n",
73 __FUNCTION__, __LINE__, sector_count, sector_bytes);
76 /* Make sure that sector_bytes * sector_count doesn't roll over. */
77 if (sector_bytes > (UINT64_MAX / sector_count)) {
78 Error("%s() failed at line %d: sector_count=%d, sector_bytes=%d\n",
79 __FUNCTION__, __LINE__, sector_count, sector_bytes);
82 count = sector_bytes * sector_count;
131 const uint64_t sector_count) {
63 Load(struct drive *drive, uint8_t **buf, const uint64_t sector, const uint64_t sector_bytes, const uint64_t sector_count) argument
128 Save(struct drive *drive, const uint8_t *buf, const uint64_t sector, const uint64_t sector_bytes, const uint64_t sector_count) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dhdreg.h80 __u8 sector_count; member in struct:hd_drive_cmd_hdr
87 __u8 sector_count; member in struct:hd_drive_task_hdr
98 __u8 sector_count; member in struct:hd_drive_hob_hdr
/external/vboot_reference/firmware/include/
H A Dvboot_struct.h391 uint64_t sector_count; /* Sector count of partition */ member in struct:VbSharedDataKernelPart
422 uint64_t sector_count; member in struct:VbSharedDataKernelCall
/external/vboot_reference/firmware/lib/
H A Dvboot_kernel.c94 shcall->sector_count = params->streaming_lba_count;
166 shpart->sector_count = part_size;
/external/vboot_reference/host/lib/
H A Dcrossystem.c274 shc->sector_count,
303 shp->sector_count,

Completed in 157 milliseconds