Searched refs:FDOPT_NOERRLOG (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dfdcio.h152 #define FDOPT_NOERRLOG 0x002 /* no "hard error" kernel log messages */ macro
/freebsd-11-stable/sys/dev/fdc/
H A Dfdc.c1405 fd->options |= FDOPT_NOERRLOG | FDOPT_NORETRY;
1549 fd->options |= FDOPT_NOERRLOG | FDOPT_NORETRY;
1629 fd->options &= ~(FDOPT_NORETRY | FDOPT_NOERRLOG | FDOPT_NOERROR);

Completed in 84 milliseconds