Home
last modified time | relevance | path

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

/dragonfly/stand/boot/common/
H A Dboot2.h78 extern int no_io_error;
/dragonfly/stand/lib/
H A Dread.c68 int no_io_error; variable
H A Dhammer2.c661 no_io_error = 1; in h2init()
671 no_io_error = 0; in h2init()
H A Dstand.h154 extern int no_io_error;
/dragonfly/stand/boot/pc32/boot2/
H A Dboot2.c171 int no_io_error; variable
736 if (V86_CY(v86.efl) && !no_io_error) { in drvread()