Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfdcio.h147 #define FDOPT_NOERRLOG 0x002 /* no "hard error" kernel log messages */ macro
/freebsd/sys/dev/fdc/
H A Dfdc.c1212 fd->options |= FDOPT_NOERRLOG | FDOPT_NORETRY; in fd_probe_disk()
1352 fd->options |= FDOPT_NOERRLOG | FDOPT_NORETRY; in fdautoselect()
1429 fd->options &= ~(FDOPT_NORETRY | FDOPT_NOERRLOG | FDOPT_NOERROR); in fd_access()