Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Derrno.h85 #define EBADFD 77 /* File descriptor in bad state */ macro
/rk3399_rockchip-uboot/common/spl/
H A Dspl_boot_image.c192 return -EBADFD; in spl_hash_android()
259 return -EBADFD; in spl_hash_android()
/rk3399_rockchip-uboot/lib/
H A Derrno_str.c91 ERRNO_MSG(EBADFD, "File descriptor in bad state"),
/rk3399_rockchip-uboot/common/
H A Dimage-android.c743 return -EBADFD; in android_image_separate()