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

  /external/syslinux/memdisk/
eltorito.h 52 uint16_t sect_count; /* Emulated sectors to load */ member in struct:initial_entry
75 uint16_t sect_count; /* Emulated sectors to load */ member in struct:edd4_cd_pkt
  /toolchain/binutils/binutils-2.27/include/
oasys.h 63 unsigned int sect_count; member in struct:oasys_module_table
76 bfd_byte sect_count[4]; member in struct:oasys_extmodule_table_a
89 bfd_byte sect_count[4]; member in struct:oasys_extmodule_table_b
  /external/e2fsprogs/lib/blkid/
probe.c 524 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; local
538 sect_count = tmp[0] + (tmp[1] << 8);
539 if (sect_count == 0)
540 sect_count = blkid_le32(ms->ms_total_sect);
550 cluster_count = sect_count - (reserved + fat_size + dir_size);
    [all...]

Completed in 82 milliseconds