mbr.h | 59 typedef struct mbr_info_t mbr_info_t; typedef in typeref:struct:mbr_info_t 60 struct mbr_info_t { struct 67 mbr_info_t *extended; /* next in extended partition list */ 131 int md_check_mbr(struct disk_partitions*, mbr_info_t*, bool quiet); 137 bool md_mbr_update_check(struct disk_partitions*, mbr_info_t*);
|