Searched refs:pc_boot_record (Results 1 – 2 of 2) sorted by relevance
88 struct pc_boot_record *mbr = (void *)PC_MBR_DISK_OFFSET; in mk_pri_pentry()144 struct pc_boot_record *ebr; in mk_ext_pentry()147 if (!(item = alloc_wl(sizeof(struct pc_boot_record)))) { in mk_ext_pentry()157 ebr = (struct pc_boot_record *) &item->data; in mk_ext_pentry()158 memset(ebr, 0, sizeof(struct pc_boot_record)); in mk_ext_pentry()221 struct pc_boot_record *mbr = (void *)PC_MBR_DISK_OFFSET; in mk_mbr_sig()
73 struct pc_boot_record { struct