Lines Matching defs:dos_flag
85 static int num_parts, disp_unit_cyl, dos_flag, dev_fd = 3;
104 if (dos_flag && (start / (g_sectors * g_heads) > 1023))
113 if (dos_flag && (end / (g_sectors * g_heads) > 1023))
521 disp_unit_cyl = dos_flag = 1;
818 if (dos_flag) offset = g_sectors;
945 if (dos_flag) pe->start_offset = start - (sector_t)g_sectors;
948 if (!dos_flag) start++;
961 set_levalue(p->size4, end - start + 1 + (dos_flag? g_sectors: 1));
1503 dos_flag = !dos_flag;
1504 xprintf("Dos compatible flag is %s\n", dos_flag?"Set" : "Not set");