Home
last modified time | relevance | path

Searched refs:ESPIPE (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Derrno.h32 #define ESPIPE 29 /* Illegal seek */ macro
/rk3399_rockchip-uboot/lib/
H A Derrno_str.c43 ERRNO_MSG(ESPIPE, "Illegal seek"),
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dether.c1060 return -ESPIPE; in eth_set_config()