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

12345

/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/bind9/lib/isc/unix/
H A Dstdio.c124 * OpenBSD has deprecated ENOTSUP in favor of EOPNOTSUPP.
126 #if defined(EOPNOTSUPP) && !defined(ENOTSUP)
127 #define ENOTSUP EOPNOTSUPP macro
137 * result in EINVAL / ENOTSUP.
139 if (r == 0 || errno == EINVAL || errno == ENOTSUP)
/freebsd-9.3-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-9.3-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);
H A Dvdev_geom.c719 if (bp->bio_cmd == BIO_FLUSH && bp->bio_error == ENOTSUP) {
721 * If we get ENOTSUP, we know that no future
728 if (bp->bio_cmd == BIO_DELETE && bp->bio_error == ENOTSUP) {
730 * If we get ENOTSUP, we know that no future
775 zio->io_error = ENOTSUP;
783 zio->io_error = ENOTSUP;
788 zio->io_error = ENOTSUP;
/freebsd-9.3-release/sys/mips/cavium/
H A Docteon_rtc.c108 return (ENOTSUP);
124 return (ENOTSUP);
/freebsd-9.3-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-9.3-release/contrib/diff/lib/
H A Dc-stack.c51 #ifndef ENOTSUP
52 # define ENOTSUP EINVAL macro
271 errno = ENOTSUP;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py36 errno.ENOTSUP = 48
101 errno.ENOTSUP: _("unsupported version"),
/freebsd-9.3-release/sys/dev/sound/
H A Ddriver.c45 return (ENOTSUP);
/freebsd-9.3-release/sys/sys/
H A Derrno.h107 #define ENOTSUP EOPNOTSUPP /* Operation not supported */ macro
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_phy.c310 rc = ENOTSUP;
321 rc = ENOTSUP;
374 rc = ENOTSUP;
436 rc = ENOTSUP;
658 rc = ENOTSUP;
699 rc = ENOTSUP;
H A Dsiena_nvram.c51 rc = ENOTSUP;
431 rc = ENOTSUP;
641 rc = ENOTSUP;
647 rc = ENOTSUP;
728 rc = ENOTSUP;
760 rc = ENOTSUP;
788 rc = ENOTSUP;
822 rc = ENOTSUP;
873 rc = ENOTSUP;
/freebsd-9.3-release/cddl/lib/libdtrace/
H A Derrno.d123 inline int ENOTSUP = EOPNOTSUPP;
124 #pragma D binding "1.0" ENOTSUP
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dfeeder_chain.c155 return (ENOTSUP);
228 return (ENOTSUP);
306 return (ENOTSUP);
363 return (ENOTSUP);
431 return (ENOTSUP);
473 return (ENOTSUP);
511 return (ENOTSUP);
766 return (ENOTSUP);

Completed in 291 milliseconds

12345