HomeSort by: relevance | last modified time | path
    Searched refs:EX_IOERR (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
sysexits.h 81 * EX_IOERR -- An error occurred while doing I/O on some file.
110 #define EX_IOERR 74 /* input/output error */
  /src/usr.sbin/fwctl/
fwcontrol.c 108 err(EX_IOERR, "%s: ioctl", __func__);
222 err(EX_IOERR, "%s: ioctl", __func__);
269 err(EX_IOERR, "%s: ioctl", __func__);
288 err(EX_IOERR, "%s: ioctl", __func__);
312 err(EX_IOERR, "%s: ioctl", __func__);
401 err(EX_IOERR, "%s: ioctl", __func__);
493 err(EX_IOERR, "%s: load_crom %s", __func__, filename);
517 err(EX_IOERR, "%s: ioctl", __func__);
556 err(EX_IOERR, "%s: ioctl", __func__);
571 err(EX_IOERR, "%s: ioctl", __func__)
    [all...]

Completed in 39 milliseconds