Home
last modified time | relevance | path

Searched refs:ENAVAIL (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/linux/
H A Derrno.h127 #define ENAVAIL 119 /* No XENIX semaphores available */ macro
/openbmc/u-boot/lib/
H A Derrno_str.c133 ERRNO_MSG(ENAVAIL, "No XENIX semaphores available"),
/openbmc/qemu/linux-user/
H A Derrnos.c.inc82 E(ENAVAIL)
/openbmc/u-boot/drivers/spi/
H A Dspi-sunxi.c351 return -ENAVAIL; in sun4i_spi_xfer()