Searched refs:EOPNOTSUPP (Results 26 - 50 of 554) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/riscv/riscv/
H A Dstack_machdep.c84 return (EOPNOTSUPP);
/freebsd-11-stable/sys/sys/
H A Dexec.h117 error = EOPNOTSUPP; \
/freebsd-11-stable/sys/xen/
H A Derror.h71 [XEN_EOPNOTSUPP] = EOPNOTSUPP,
/freebsd-11-stable/sys/xen/interface/
H A Derrno.h72 XEN_ERRNO(EOPNOTSUPP, 95) /* Operation not supported on transport endpoint */
/freebsd-11-stable/sys/dev/tdfx/
H A Dtdfx_linux.c77 return (EOPNOTSUPP);
/freebsd-11-stable/sys/dev/random/
H A Divy.c122 error = EOPNOTSUPP;
/freebsd-11-stable/share/examples/kld/random_adaptor/
H A Drandom_adaptor_example.c116 error = EOPNOTSUPP;
/freebsd-11-stable/sys/modules/dtrace/dtraceall/
H A Ddtraceall.c54 error = EOPNOTSUPP;
/freebsd-11-stable/sys/netpfil/ipfw/pmod/
H A Dip_fw_pmod.c76 return (EOPNOTSUPP);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dstack_machdep.c89 return (EOPNOTSUPP);
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dgetopt.c77 return -EOPNOTSUPP;
/freebsd-11-stable/lib/libc/stdio/
H A Dfclose.c104 errno = EOPNOTSUPP;
/freebsd-11-stable/sys/netpfil/ipfw/nptv6/
H A Dip_fw_nptv6.c74 return (EOPNOTSUPP);
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs_compat.h429 return (-EOPNOTSUPP);
435 return (-EOPNOTSUPP);
448 return (-EOPNOTSUPP);
493 return (-EOPNOTSUPP);
519 return (-EOPNOTSUPP);
525 return (-EOPNOTSUPP);
532 return (-EOPNOTSUPP);
/freebsd-11-stable/sys/nfs/
H A Dnfs_lock.c99 error = EOPNOTSUPP;
130 return (EOPNOTSUPP);
159 return (EOPNOTSUPP);
180 error = EOPNOTSUPP;
212 return (EOPNOTSUPP);
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_intrmap.c79 return (EOPNOTSUPP);
85 KASSERT(error != EOPNOTSUPP,
86 ("impossible EOPNOTSUPP from vmem"));
121 return (EOPNOTSUPP);
166 return (EOPNOTSUPP);
171 KASSERT(error != EOPNOTSUPP,
172 ("impossible EOPNOTSUPP from vmem"));
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h216 #undef EOPNOTSUPP macro
217 #define EOPNOTSUPP WSAEOPNOTSUPP macro
/freebsd-11-stable/cddl/compat/opensolaris/misc/
H A Dfsshare.c177 assert(error == 0 || (error == -1 && errno == EOPNOTSUPP));
197 assert(error == 0 || (error == -1 && errno == EOPNOTSUPP));
/freebsd-11-stable/cddl/lib/libdtrace/
H A Derrno.d122 inline int EOPNOTSUPP = 45;
123 #pragma D binding "1.0" EOPNOTSUPP
124 inline int ENOTSUP = EOPNOTSUPP;
291 errno == EOPNOTSUPP ? "Operation not supported" :
/freebsd-11-stable/sys/i386/i386/
H A Dk6_mem.c88 return (EOPNOTSUPP);
161 return (EOPNOTSUPP);
/freebsd-11-stable/sys/netinet/
H A Dsctp_syscalls.c112 * otherwise all return EOPNOTSUPP.
137 error = EOPNOTSUPP;
204 return (EOPNOTSUPP);
265 error = EOPNOTSUPP;
317 return (EOPNOTSUPP);
385 error = EOPNOTSUPP;
447 return (EOPNOTSUPP);
496 error = EOPNOTSUPP;
595 return (EOPNOTSUPP);
H A Dsctp_peeloff.c67 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_PEELOFF, EOPNOTSUPP);
68 return (EOPNOTSUPP);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_socketpair.c112 ATF_REQUIRE_EQ(EOPNOTSUPP, errno);
114 ATF_REQUIRE_EQ(EOPNOTSUPP, errno);
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h223 #ifndef EOPNOTSUPP
224 #define EOPNOTSUPP 9929 macro
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c114 err = EOPNOTSUPP;

Completed in 200 milliseconds

1234567891011>>