Home
last modified time | relevance | path

Searched refs:EPROTONOSUPPORT (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/ltp/testcases/kernel/syscalls/socket/
Dsocket01.c34 {PF_INET, SOCK_RAW, 0, -1, EPROTONOSUPPORT, "raw open as non-root"},
36 {PF_INET, SOCK_STREAM, 17, -1, EPROTONOSUPPORT, "UDP stream"},
37 {PF_INET, SOCK_DGRAM, 6, -1, EPROTONOSUPPORT, "TCP dgram"},
39 {PF_INET, SOCK_STREAM, 1, -1, EPROTONOSUPPORT, "ICMP stream"}
83 if (tdat[i].experrno == EPROTONOSUPPORT) in setup()
/third_party/ltp/testcases/kernel/syscalls/socketpair/
Dsocketpair01.c36 {PF_INET, SOCK_RAW, 0, fds, -1, EPROTONOSUPPORT, "raw open as non-root"},
42 {PF_INET, SOCK_DGRAM, 6, fds, -1, EPROTONOSUPPORT, "TCP dgram"},
44 {PF_INET, SOCK_STREAM, 1, fds, -1, EPROTONOSUPPORT, "ICMP stream"}
87 if (tdat[i].experrno == EPROTONOSUPPORT) in setup()
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h68 #ifndef EPROTONOSUPPORT
69 #define EPROTONOSUPPORT (MHDW32ERRBASE+9) macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Derrno.h177 #ifndef EPROTONOSUPPORT
178 #define EPROTONOSUPPORT 135 macro
/third_party/boost/boost/
Dcerrno.hpp145 #ifndef EPROTONOSUPPORT
146 #define EPROTONOSUPPORT 9933 macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h24 #undef EPROTONOSUPPORT
25 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/third_party/glib/gio/
Dgioerror.c178 #ifdef EPROTONOSUPPORT in g_io_error_from_errno()
179 case EPROTONOSUPPORT: in g_io_error_from_errno()
/third_party/uboot/u-boot-2020.01/lib/
Dlz4_wrapper.c82 return -EPROTONOSUPPORT; /* unknown format */ in ulz4fn()
86 return -EPROTONOSUPPORT; /* we can't support this yet */ in ulz4fn()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c104 EPROTONOSUPPORT, "EPROTONOSUPPORT", EPROTONOSUPPORT}, {
D4-1.c99 EPROTONOSUPPORT, "EPROTONOSUPPORT"}, {
/third_party/ffmpeg/libavformat/
Dnetwork.h41 #ifndef EPROTONOSUPPORT
42 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/third_party/uboot/u-boot-2020.01/drivers/sysreset/
Dsysreset_xtfpga.c22 return -EPROTONOSUPPORT; in xtfpga_reset_request()
Dsysreset_rockchip.c32 return -EPROTONOSUPPORT; in rockchip_sysreset_request()
Dsysreset_ast.c32 return -EPROTONOSUPPORT; in ast_sysreset_request()
Dsysreset_socfpga.c33 return -EPROTONOSUPPORT; in socfpga_sysreset_request()
Dsysreset_syscon.c29 return -EPROTONOSUPPORT; in syscon_reboot_request()
/third_party/musl/src/network/
Dsocket.c9 if (s<0 && (errno==EINVAL || errno==EPROTONOSUPPORT) in socket()
Dsocketpair.c9 if (r<0 && (errno==EINVAL || errno==EPROTONOSUPPORT) in socketpair()
/third_party/uboot/u-boot-2020.01/lib/efi/
Defi_info.c24 ret = -EPROTONOSUPPORT; in efi_info_get()
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto02.c40 if (errno == EPROTONOSUPPORT) in setup()
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c57 case WSAEPROTONOSUPPORT: return EPROTONOSUPPORT; in MHD_W32_errno_from_winsock_()
130 case EPROTONOSUPPORT: in MHD_W32_strerror_()
441 case EPROTONOSUPPORT: in MHD_W32_set_last_winsock_error_()
/third_party/uboot/u-boot-2020.01/cmd/
Defi.c207 case -EPROTONOSUPPORT: in do_efi_mem()
215 ret = -EPROTONOSUPPORT; in do_efi_mem()
/third_party/curl/lib/
Dcurl_setup_once.h411 #undef EPROTONOSUPPORT /* override definition in errno.h */
412 #define EPROTONOSUPPORT WSAEPROTONOSUPPORT macro
/third_party/libuv/include/uv/
Derrno.h323 #if defined(EPROTONOSUPPORT) && !defined(_WIN32)
324 # define UV__EPROTONOSUPPORT UV__ERR(EPROTONOSUPPORT)
/third_party/uboot/u-boot-2020.01/drivers/remoteproc/
Drproc-elf-loader.c32 return -EPROTONOSUPPORT;
88 return -EPROTONOSUPPORT;

1234