Searched refs:FDOPT_NOERROR (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.sbin/fdread/
H A Dfdread.c245 fdopts |= FDOPT_NOERROR;
249 "ioctl(fd, FD_SOPTS, FDOPT_NOERROR)");
254 "read() with FDOPT_NOERROR still fails");
255 fdopts &= ~FDOPT_NOERROR;
/freebsd-11-stable/sys/sys/
H A Dfdcio.h153 #define FDOPT_NOERROR 0x0004 /* do not indicate errors, caller will use macro
/freebsd-11-stable/sys/dev/fdc/
H A Dfdc.c1295 if (fd->options & FDOPT_NOERROR)
1321 printf("FDOPT_NOERROR: returning bad data\n");
1629 fd->options &= ~(FDOPT_NORETRY | FDOPT_NOERRLOG | FDOPT_NOERROR);

Completed in 70 milliseconds