Home
last modified time | relevance | path

Searched refs:ECHILD (Results 1 – 6 of 6) sorted by relevance

/u-boot/boot/
A Dexpo.c142 return scn ? 0 : -ECHILD; in expo_render()
161 return scn ? 0 : -ECHILD; in expo_send_key()
/u-boot/include/linux/
A Derrno.h13 #define ECHILD 10 /* No child processes */ macro
/u-boot/lib/
A Dbinman.c54 return log_msg_ret("first image", -ECHILD); in find_image_node()
A Derrno_str.c24 ERRNO_MSG(ECHILD, "No child processes"),
/u-boot/test/boot/
A Dexpo.c471 ut_asserteq(-ECHILD, expo_render(exp)); in expo_render_image()
/u-boot/common/
A Dcli_hush.c1482 if (childpid == -1 && errno != ECHILD)

Completed in 24 milliseconds