Lines Matching full:pentry
31 cfg_pentry(struct pc_partition *pentry, uint8_t status, uint8_t type,
37 memset(&pentry->start, 0xff, sizeof(struct chs));
38 memset(&pentry->end, 0xff, sizeof(struct chs));
41 memset(&pentry->start, 0, sizeof(struct chs));
42 memset(&pentry->end, 0, sizeof(struct chs));
45 pentry->status = status;
46 pentry->type = type;
47 pentry->start_lba = start;
48 pentry->len_lba = len;
50 LOGI("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);
75 struct pc_partition *pentry;
94 pentry = (struct pc_partition *) &item->data;
112 cfg_pentry(pentry, ((pinfo->flags & PART_ACTIVE_FLAG) ?
121 cfg_pentry(pentry, PC_PART_NORMAL, PC_PART_TYPE_EXTENDED,