Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Derrno.h104 #define EPFNOSUPPORT 96 /* Protocol family not supported */ macro
/openbmc/u-boot/lib/
H A Derrno_str.c110 ERRNO_MSG(EPFNOSUPPORT, "Protocol family not supported"),
/openbmc/qemu/linux-user/
H A Derrnos.c.inc118 E(EPFNOSUPPORT)
/openbmc/u-boot/drivers/core/
H A Duclass.c66 return -EPFNOSUPPORT; in uclass_add()