Home
last modified time | relevance | path

Searched refs:EALREADY (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/drivers/sound/
H A Dbroadwell_sound.c29 return -EALREADY; in broadwell_sound_setup()
H A Dsamsung_sound.c22 return -EALREADY; in samsung_sound_setup()
H A Drockchip_sound.c26 return -EALREADY; in rockchip_sound_setup()
H A Dsound-uclass.c63 if (ret && ret != -EALREADY) in sound_beep()
/openbmc/u-boot/include/linux/
H A Derrno.h122 #define EALREADY 114 /* Operation already in progress */ macro
/openbmc/u-boot/lib/
H A Derrno_str.c128 ERRNO_MSG(EALREADY, "Operation already in progress"),
/openbmc/qemu/linux-user/
H A Derrnos.c.inc30 E(EALREADY)
/openbmc/qemu/util/
H A Doslib-win32.c130 return EALREADY; in socket_error()