Lines Matching refs:pentry
30 cfg_pentry(struct pc_partition *pentry, uint8_t status, uint8_t type, in cfg_pentry() argument
36 memset(&pentry->start, 0xff, sizeof(struct chs)); in cfg_pentry()
37 memset(&pentry->end, 0xff, sizeof(struct chs)); in cfg_pentry()
40 memset(&pentry->start, 0, sizeof(struct chs)); in cfg_pentry()
41 memset(&pentry->end, 0, sizeof(struct chs)); in cfg_pentry()
44 pentry->status = status; in cfg_pentry()
45 pentry->type = type; in cfg_pentry()
46 pentry->start_lba = start; in cfg_pentry()
47 pentry->len_lba = len; in cfg_pentry()
50 pentry->status, pentry->type, pentry->start_lba, pentry->len_lba); in cfg_pentry()
74 struct pc_partition *pentry; in mk_pri_pentry() local
93 pentry = (struct pc_partition *) &item->data; in mk_pri_pentry()
111 cfg_pentry(pentry, ((pinfo->flags & PART_ACTIVE_FLAG) ? in mk_pri_pentry()
120 cfg_pentry(pentry, PC_PART_NORMAL, PC_PART_TYPE_EXTENDED, in mk_pri_pentry()