Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Derrno.h104 #define EPFNOSUPPORT 96 /* Protocol family not supported */ macro
/rk3399_rockchip-uboot/lib/
H A Derrno_str.c110 ERRNO_MSG(EPFNOSUPPORT, "Protocol family not supported"),
/rk3399_rockchip-uboot/drivers/core/
H A Duclass.c70 return -EPFNOSUPPORT; in uclass_add()