Searched refs:ENOTSUP (Results 1 - 25 of 143) sorted by relevance

123456

/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_switch_np.c48 return (ENOTSUP);
54 return (ENOTSUP);
H A Dthr_attr_setschedparam.c51 ret = ENOTSUP;
55 ret = ENOTSUP;
H A Dthr_attr_setinheritsched.c52 ret = ENOTSUP;
H A Dthr_attr_setschedpolicy.c51 ret = ENOTSUP;
H A Dthr_setschedparam.c60 ret = ENOTSUP;
H A Dthr_join.c115 ret = ENOTSUP;
/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_switch_np.c50 return (ENOTSUP);
56 return (ENOTSUP);
H A Dthr_attr.c430 ret = ENOTSUP;
448 return (ENOTSUP);
455 return (ENOTSUP);
479 ret = ENOTSUP;
H A Dthr_join.c98 ret = ENOTSUP;
/freebsd-10.2-release/sys/dev/sfxge/common/
H A Dhunt_sram.c54 rc = ENOTSUP;
H A Dsiena_nvram.c53 rc = ENOTSUP;
302 rc = ENOTSUP;
523 rc = ENOTSUP;
529 rc = ENOTSUP;
611 rc = ENOTSUP;
643 rc = ENOTSUP;
671 rc = ENOTSUP;
705 rc = ENOTSUP;
756 rc = ENOTSUP;
H A Dhunt_intr.c130 rc = ENOTSUP;
H A Defx_phy.c350 rc = ENOTSUP;
366 rc = ENOTSUP;
419 rc = ENOTSUP;
482 rc = ENOTSUP;
710 rc = ENOTSUP;
744 rc = ENOTSUP;
784 rc = ENOTSUP;
/freebsd-10.2-release/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 macro
122 * result in EINVAL / ENOTSUP.
124 if (r == 0 || errno == EINVAL || errno == ENOTSUP)
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c90 return (ctf_set_open_errno(errp, ENOTSUP));
97 return (ctf_set_open_errno(errp, ENOTSUP));
104 return (ctf_set_errno(fp, ENOTSUP));
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_missing.c73 zio->io_error = SET_ERROR(ENOTSUP);
H A Dzfeature.c231 return (SET_ERROR(ENOTSUP));
256 return (SET_ERROR(ENOTSUP));
262 return (SET_ERROR(ENOTSUP));
279 return (SET_ERROR(ENOTSUP));
392 VERIFY3U(feature_get_refcount(spa, feature, &refcount), !=, ENOTSUP); local
466 ASSERT(err == 0 || err == ENOTSUP);
481 ASSERT(err == 0 || err == ENOTSUP);
503 ASSERT(err == 0 || err == ENOTSUP);
/freebsd-10.2-release/sys/mips/cavium/
H A Docteon_rtc.c108 return (ENOTSUP);
124 return (ENOTSUP);
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c755 error = ENOTSUP;
881 return (ENOTSUP);
908 return (ENOTSUP);
912 return (ENOTSUP);
919 return (ENOTSUP);
923 return (ENOTSUP);
939 error = ENOTSUP;
953 error = ENOTSUP;
996 error = ENOTSUP;
1001 error = ENOTSUP;
[all...]
/freebsd-10.2-release/contrib/diff/lib/
H A Dc-stack.c51 #ifndef ENOTSUP
52 # define ENOTSUP EINVAL macro
271 errno = ENOTSUP;
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py36 errno.ENOTSUP = 48
101 errno.ENOTSUP: _("unsupported version"),
/freebsd-10.2-release/sys/dev/sound/
H A Ddriver.c45 return (ENOTSUP);
/freebsd-10.2-release/sys/sys/
H A Derrno.h107 #define ENOTSUP EOPNOTSUPP /* Operation not supported */ macro
/freebsd-10.2-release/contrib/netbsd-tests/lib/librumphijack/
H A Dh_client.c136 return ENOTSUP;
/freebsd-10.2-release/cddl/lib/libdtrace/
H A Derrno.d123 inline int ENOTSUP = EOPNOTSUPP;
124 #pragma D binding "1.0" ENOTSUP

Completed in 208 milliseconds

123456