HomeSort by relevance Sort by last modified time
    Searched refs:gpt_part_info (Results 1 - 2 of 2) sorted by null

  /external/u-boot/cmd/
gpt.c 196 newpart->gpt_part_info.start = info->start;
197 newpart->gpt_part_info.size = info->size;
198 newpart->gpt_part_info.blksz = info->blksz;
199 strncpy((char *)newpart->gpt_part_info.name, (const char *)info->name,
201 newpart->gpt_part_info.name[PART_NAME_LEN - 1] = '\0';
202 strncpy((char *)newpart->gpt_part_info.type, (const char *)info->type,
204 newpart->gpt_part_info.type[PART_TYPE_LEN - 1] = '\0';
205 newpart->gpt_part_info.bootable = info->bootable;
207 strncpy(newpart->gpt_part_info.uuid, (const char *)info->uuid,
210 newpart->gpt_part_info.uuid[UUID_STR_LEN] = '\0'
    [all...]
  /external/u-boot/include/
part.h 74 disk_partition_t gpt_part_info; member in struct:disk_part

Completed in 464 milliseconds