Searched refs:pentry (Results 1 – 1 of 1) sorted by relevance
/system/core/libdiskconfig/ |
D | config_mbr.c | 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() [all …]
|