Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Derrno.h93 #define ERESTART 85 /* Interrupted system call should be restarted */ macro
/openbmc/u-boot/lib/
H A Derrno_str.c99 ERRNO_MSG(ERESTART, "Interrupted system call should be restarted"),
/openbmc/qemu/linux-user/
H A Derrnos.c.inc125 E(ERESTART)
/openbmc/u-boot/drivers/i2c/
H A Dmxc_i2c.c213 return -ERESTART; in wait_for_sr_state()
435 if (ret != -ERESTART) in i2c_init_transfer()