Home | History | Annotate | Download | only in libdiskconfig

Lines Matching refs:pentry

30 cfg_pentry(struct pc_partition *pentry, uint8_t status, uint8_t type,
36 memset(&pentry->start, 0xff, sizeof(struct chs));
37 memset(&pentry->end, 0xff, sizeof(struct chs));
40 memset(&pentry->start, 0, sizeof(struct chs));
41 memset(&pentry->end, 0, sizeof(struct chs));
44 pentry->status = status;
45 pentry->type = type;
46 pentry->start_lba = start;
47 pentry->len_lba = len;
49 ALOGI("Configuring pentry. status=0x%x type=0x%x start_lba=%u len_lba=%u",
50 pentry->status, pentry->type, pentry->start_lba, pentry->len_lba);
74 struct pc_partition *pentry;
93 pentry = (struct pc_partition *) &item->data;
111 cfg_pentry(pentry, ((pinfo->flags & PART_ACTIVE_FLAG) ?
120 cfg_pentry(pentry, PC_PART_NORMAL, PC_PART_TYPE_EXTENDED,