Searched refs:FDOPT_NORETRY (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Dfdcio.h151 #define FDOPT_NORETRY 0x0001 /* no retries on failure */ macro
/freebsd-10.1-release/usr.sbin/fdformat/
H A Dfdformat.c92 fdopts |= FDOPT_NORETRY;
/freebsd-10.1-release/sys/dev/fdc/
H A Dfdc.c775 (fdc->retry >= retries || (fd->options & FDOPT_NORETRY))) {
1206 fd->options |= FDOPT_NOERRLOG | FDOPT_NORETRY;
1346 fd->options |= FDOPT_NOERRLOG | FDOPT_NORETRY;
1421 fd->options &= ~(FDOPT_NORETRY | FDOPT_NOERRLOG | FDOPT_NOERROR);
/freebsd-10.1-release/sys/pc98/cbus/
H A Dfdc.c1422 fd->options &= ~(FDOPT_NORETRY | FDOPT_NOERRLOG | FDOPT_NOERROR);
1686 fd->options |= FDOPT_NOERRLOG | FDOPT_NORETRY;
2302 if (fd->options & FDOPT_NORETRY)

Completed in 131 milliseconds