Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c122 #define BD_NO_MEDIA 0x0010 macro
323 bd->bd_flags |= BD_NO_MEDIA; in fd_init()
600 bd->bd_flags &= ~BD_NO_MEDIA; in bd_int13probe()
649 bd->bd_flags |= BD_NO_MEDIA; in bd_int13probe()
738 (bd->bd_flags & BD_NO_MEDIA) == BD_NO_MEDIA ? in bd_print_common()
745 if ((bd->bd_flags & BD_NO_MEDIA) == BD_NO_MEDIA) in bd_print_common()
845 if ((bd->bd_flags & BD_NO_MEDIA) == BD_NO_MEDIA) { in bd_open()
848 if ((bd->bd_flags & BD_NO_MEDIA) == BD_NO_MEDIA) in bd_open()
966 if (bd == NULL || (bd->bd_flags & BD_NO_MEDIA) == BD_NO_MEDIA) in bd_realstrategy()
1227 bd->bd_flags &= ~BD_NO_MEDIA; in bd_io()
[all …]