Lines Matching refs:bd_flags
112 int bd_flags; member
314 bd->bd_flags = BD_FLOPPY; in fd_init()
323 bd->bd_flags |= BD_NO_MEDIA; in fd_init()
413 bd->bd_flags = BD_MODEEDD | BD_CDROM; in bd_get_diskinfo_cd()
426 bd->bd_flags = BD_MODEEDD | BD_CDROM; in bd_get_diskinfo_cd()
608 bd->bd_flags &= ~BD_NO_MEDIA; in bd_int13probe()
610 if ((bd->bd_flags & BD_CDROM) != 0) { in bd_int13probe()
616 bd->bd_flags |= BD_MODEINT13; in bd_int13probe()
618 bd->bd_flags |= BD_MODEEDD1; in bd_int13probe()
620 bd->bd_flags |= BD_MODEEDD3; in bd_int13probe()
657 bd->bd_flags |= BD_NO_MEDIA; in bd_int13probe()
671 if ((bd->bd_flags & BD_FLOPPY) != 0) in bd_int13probe()
746 (bd->bd_flags & BD_NO_MEDIA) == BD_NO_MEDIA ? in bd_print_common()
753 if ((bd->bd_flags & BD_NO_MEDIA) == BD_NO_MEDIA) in bd_print_common()
855 if ((bd->bd_flags & BD_NO_MEDIA) == BD_NO_MEDIA) { in bd_open()
858 if ((bd->bd_flags & BD_NO_MEDIA) == BD_NO_MEDIA) in bd_open()
977 if (bd == NULL || (bd->bd_flags & BD_NO_MEDIA) == BD_NO_MEDIA) in bd_realstrategy()
1242 if (bd->bd_flags & BD_MODEEDD) in bd_io()
1248 if (bd->bd_flags & BD_NO_MEDIA) in bd_io()
1249 bd->bd_flags &= ~BD_NO_MEDIA; in bd_io()
1263 bd->bd_flags |= BD_NO_MEDIA; in bd_io()
1268 if (result != 0 && (bd->bd_flags & BD_NO_MEDIA) == 0) { in bd_io()