Home
last modified time | relevance | path

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

/system/core/libdiskconfig/include/diskconfig/
Ddiskconfig.h56 struct chs { struct
66 struct chs start; /* bytes 1-3 */ argument
68 struct chs end; /* bytes 5-7 */
/system/core/libdiskconfig/
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()