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

/haiku/headers/compatibility/bsd/
H A Dsysexits.h82 * EX_IOERR -- An error occurred while doing I/O on some file.
109 #define EX_IOERR 74 /* input/output error */ macro
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c52 #define EX_IOERR 1 macro
130 err(EX_IOERR, "%s: ioctl", __func__);
247 err(EX_IOERR, "%s: ioctl", __func__);
295 err(EX_IOERR, "%s: ioctl", __func__);
314 err(EX_IOERR, "%s: ioctl", __func__);
338 err(EX_IOERR, "%s: ioctl", __func__);
428 err(EX_IOERR, "%s: ioctl", __func__);
540 err(EX_IOERR, "%s: ioctl", __func__);
580 err(EX_IOERR, "%s: ioctl", __func__);
595 err(EX_IOERR, "
[all...]

Completed in 32 milliseconds