Home
last modified time | relevance | path

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

/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c52 #define EX_IOERR 1 macro
130 err(EX_IOERR, "%s: ioctl", __func__); in get_dev()
247 err(EX_IOERR, "%s: ioctl", __func__); in read_write_quad()
295 err(EX_IOERR, "%s: ioctl", __func__); in send_phy_config()
314 err(EX_IOERR, "%s: ioctl", __func__); in link_on()
338 err(EX_IOERR, "%s: ioctl", __func__); in reset_start()
428 err(EX_IOERR, "%s: ioctl", __func__); in get_crom()
540 err(EX_IOERR, "%s: ioctl", __func__); in show_topology_map()
580 err(EX_IOERR, "%s: ioctl", __func__); in read_phy_registers()
595 err(EX_IOERR, "%s: ioctl", __func__); in read_phy_page()
[all …]
/haiku/headers/compatibility/bsd/
H A Dsysexits.h109 #define EX_IOERR 74 /* input/output error */ macro