Home | Sort by relevance Sort by last modified time |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ | |
genhd.h | 56 unsigned int start_sect; /* starting sector counting from 0 */ member in struct:partition 161 __le32 start_sect; /* starting sector */ member in struct:unixware_slice |
/external/kernel-headers/original/linux/ | |
genhd.h | 51 unsigned int start_sect; /* starting sector counting from 0 */ member in struct:partition 73 __le32 start_sect; /* starting sector counting from 0 */ member in struct:partition 78 sector_t start_sect; member in struct:hd_struct 239 return bdev->bd_contains == bdev ? 0 : bdev->bd_part->start_sect; 351 __le32 start_sect; /* starting sector */ member in struct:unixware_slice |
/external/qemu/ | |
block.c | 1164 uint32_t start_sect; /* starting sector counting from 0 */ member in struct:partition [all...] |