Lines Matching refs:pentry
31 cfg_pentry(struct pc_partition *pentry, uint8_t status, uint8_t type, in cfg_pentry() argument
37 memset(&pentry->start, 0xff, sizeof(struct chs)); in cfg_pentry()
38 memset(&pentry->end, 0xff, sizeof(struct chs)); in cfg_pentry()
41 memset(&pentry->start, 0, sizeof(struct chs)); in cfg_pentry()
42 memset(&pentry->end, 0, sizeof(struct chs)); in cfg_pentry()
45 pentry->status = status; in cfg_pentry()
46 pentry->type = type; in cfg_pentry()
47 pentry->start_lba = start; in cfg_pentry()
48 pentry->len_lba = len; in cfg_pentry()
51 pentry->status, pentry->type, pentry->start_lba, pentry->len_lba); in cfg_pentry()
75 struct pc_partition *pentry; in mk_pri_pentry() local
94 pentry = (struct pc_partition *) &item->data; in mk_pri_pentry()
112 cfg_pentry(pentry, ((pinfo->flags & PART_ACTIVE_FLAG) ? in mk_pri_pentry()
121 cfg_pentry(pentry, PC_PART_NORMAL, PC_PART_TYPE_EXTENDED, in mk_pri_pentry()