Home
last modified time | relevance | path

Searched refs:pentry (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/libdiskconfig/
H A Dconfig_mbr.c36 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
[all …]