HomeSort by relevance Sort by last modified time
    Searched defs:sector_bytes (Results 1 - 6 of 6) sorted by null

  /external/vboot_reference/firmware/include/
gpt_misc.h 92 uint32_t sector_bytes; member in struct:__anon43239
124 * sector_bytes
150 * Allocate and read GPT data from the drive. The sector_bytes and
  /external/vboot_reference/cgpt/
cgpt_common.c 65 const uint64_t sector_bytes,
71 if (!sector_count || !sector_bytes) {
72 Error("%s() failed at line %d: sector_count=%ld, sector_bytes=%ld\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;
86 if (-1 == lseek(drive->fd, sector * sector_bytes, SEEK_SET))
291 uint32_t sector_bytes; local
    [all...]
  /external/vboot_reference/tests/
cgptlib_test.c 20 * Testing partition layout (sector_bytes=512)
152 gpt->sector_bytes = DEFAULT_SECTOR_SIZE;
227 gpt->sector_bytes = 0;
233 * Test if wrong sector_bytes or drive_sectors is detected by GptInit().
242 uint32_t sector_bytes; member in struct:__anon43256
259 gpt->sector_bytes = cases[i].sector_bytes;
835 gpt->sector_bytes = 1024;
    [all...]
  /bionic/libc/kernel/uapi/linux/
hdreg.h 310 unsigned short sector_bytes; member in struct:hd_driveid
  /external/kernel-headers/original/uapi/linux/
hdreg.h 405 unsigned short sector_bytes; /* unformatted bytes per sector */ member in struct:hd_driveid
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hdreg.h 391 unsigned short sector_bytes; /* unformatted bytes per sector */ member in struct:hd_driveid

Completed in 141 milliseconds