Home
last modified time | relevance | path

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

/system/core/libdiskconfig/
Dconfig_mbr.c30 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()
[all …]