Searched refs:start_lba (Results 1 - 2 of 2) sorted by relevance

/system/core/include/diskconfig/
H A Ddiskconfig.h69 uint32_t start_lba; /* bytes 8-11 */ member in struct:pc_partition
86 uint32_t start_lba; /* the LBA where this partition begins */ member in struct:part_info
/system/core/libdiskconfig/
H A Dconfig_mbr.c47 pentry->start_lba = start;
50 ALOGI("Configuring pentry. status=0x%x type=0x%x start_lba=%u len_lba=%u",
51 pentry->status, pentry->type, pentry->start_lba, pentry->len_lba);
116 pinfo->start_lba = *lba;
181 pinfo->start_lba = *lba;

Completed in 40 milliseconds