Searched refs:EOPNOTSUPP (Results 1 - 25 of 554) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_virt.c35 return -EOPNOTSUPP;
41 return -EOPNOTSUPP;
47 return -EOPNOTSUPP;
53 return -EOPNOTSUPP;
/freebsd-11-stable/sys/cddl/dev/dtrace/
H A Ddtrace_modevent.c42 error = EOPNOTSUPP;
H A Ddtrace_test.c99 error = EOPNOTSUPP;
/freebsd-11-stable/tools/regression/p1003_1b/
H A Dmemlock.c78 return EOPNOTSUPP;
83 return EOPNOTSUPP;
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs_note.c52 return (EOPNOTSUPP);
H A Dprocfs_osrel.c48 return (EOPNOTSUPP);
/freebsd-11-stable/stand/libsa/
H A Dfstat.c53 errno = EOPNOTSUPP;
H A Dstrerror.c58 {EOPNOTSUPP, "operation not supported"},
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dipsec.h59 return ERR_PTR(-EOPNOTSUPP);
64 return -EOPNOTSUPP;
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Derrno.h43 #define ENOTSUPP EOPNOTSUPP
/freebsd-11-stable/share/examples/kld/syscall/module/
H A Dsyscall.c77 error = EOPNOTSUPP;
/freebsd-11-stable/sys/dev/fb/
H A Dsplashreg.h58 return EOPNOTSUPP; \
80 return EOPNOTSUPP; \
/freebsd-11-stable/sys/dev/mem/
H A Dmemutil.c69 return (EOPNOTSUPP);
86 return (EOPNOTSUPP);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs_core/common/
H A Dlibzfs_core_compat.c75 error = EOPNOTSUPP;
96 error = EOPNOTSUPP;
115 error = EOPNOTSUPP;
139 error = EOPNOTSUPP;
146 error = EOPNOTSUPP;
/freebsd-11-stable/sys/arm/arm/
H A Dstack_machdep.c78 return (EOPNOTSUPP);
/freebsd-11-stable/share/examples/kld/cdev/module/
H A Dcdevmod.c137 err = EOPNOTSUPP;
/freebsd-11-stable/sys/dev/xz/
H A Dxz_mod.c76 error = EOPNOTSUPP;
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dstdio.c109 * OpenBSD has deprecated ENOTSUP in favor of EOPNOTSUPP.
111 #if defined(EOPNOTSUPP) && !defined(ENOTSUP)
112 #define ENOTSUP EOPNOTSUPP
/freebsd-11-stable/sys/sys/
H A Derrno.h106 #define EOPNOTSUPP 45 /* Operation not supported */ macro
107 #define ENOTSUP EOPNOTSUPP /* Operation not supported */
/freebsd-11-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_vfsops.c98 if (errno == EOPNOTSUPP) {
138 if (errno == EOPNOTSUPP) {
177 if (errno == EOPNOTSUPP) {
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dgetopt.c77 return -EOPNOTSUPP;
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris.c95 error = EOPNOTSUPP;
/freebsd-11-stable/sys/arm64/arm64/
H A Dstack_machdep.c79 return (EOPNOTSUPP);
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_mmap.c70 ret = EOPNOTSUPP;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dstack_machdep.c105 return (EOPNOTSUPP);

Completed in 172 milliseconds

1234567891011>>