Home
last modified time | relevance | path

Searched refs:ENOTSUP (Results 1 – 25 of 244) sorted by relevance

12345678910

/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/acl/
Dacl_common.c755 error = ENOTSUP; in ace_mask_to_mode()
881 return (ENOTSUP); in access_mask_check()
908 return (ENOTSUP); in access_mask_check()
912 return (ENOTSUP); in access_mask_check()
919 return (ENOTSUP); in access_mask_check()
923 return (ENOTSUP); in access_mask_check()
939 error = ENOTSUP; in ace_to_aent_legal()
953 error = ENOTSUP; in ace_to_aent_legal()
996 error = ENOTSUP; in ace_to_aent_legal()
1001 error = ENOTSUP; in ace_to_aent_legal()
[all …]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfeature.c231 return (SET_ERROR(ENOTSUP)); in feature_get_refcount()
256 return (SET_ERROR(ENOTSUP)); in feature_get_refcount_from_disk()
262 return (SET_ERROR(ENOTSUP)); in feature_get_refcount_from_disk()
280 return (SET_ERROR(ENOTSUP)); in feature_get_enabled_txg()
390 VERIFY3U(feature_get_refcount(spa, feature, &refcount), !=, ENOTSUP); in feature_do_action()
464 ASSERT(err == 0 || err == ENOTSUP); in spa_feature_is_enabled()
479 ASSERT(err == 0 || err == ENOTSUP); in spa_feature_is_active()
502 ASSERT(err == 0 || err == ENOTSUP); in spa_feature_enabled_txg()
Dzap_micro.c912 return (SET_ERROR(ENOTSUP)); in zap_lookup_impl()
999 return (SET_ERROR(ENOTSUP)); in zap_prefetch_uint64()
1021 return (SET_ERROR(ENOTSUP)); in zap_lookup_uint64()
1054 return (SET_ERROR(ENOTSUP)); in zap_length()
1087 return (SET_ERROR(ENOTSUP)); in zap_length_uint64()
1148 return (SET_ERROR(ENOTSUP)); in zap_add_impl()
1221 return (SET_ERROR(ENOTSUP)); in zap_add_uint64()
1255 return (SET_ERROR(ENOTSUP)); in zap_update()
1301 return (SET_ERROR(ENOTSUP)); in zap_update_uint64()
1325 return (SET_ERROR(ENOTSUP)); in zap_remove_impl()
[all …]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdlib/
Dt_strtoi.c162 INTMAX_MIN, INTMAX_MAX, ENOTSUP }, in ATF_TC_BODY()
164 INTMAX_MIN, INTMAX_MAX, ENOTSUP }, in ATF_TC_BODY()
174 INTMAX_MIN, INTMAX_MAX, ENOTSUP}, in ATF_TC_BODY()
266 INTMAX_MIN, INTMAX_MAX, ENOTSUP }, in ATF_TC_BODY()
268 INTMAX_MIN, INTMAX_MAX, ENOTSUP }, in ATF_TC_BODY()
272 INTMAX_MIN, INTMAX_MAX, ENOTSUP }, in ATF_TC_BODY()
274 INTMAX_MIN, INTMAX_MAX, ENOTSUP }, in ATF_TC_BODY()
/freebsd-12-stable/contrib/ntp/libntp/lib/isc/unix/
Dstdio.c111 #if defined(EOPNOTSUPP) && !defined(ENOTSUP)
112 #define ENOTSUP EOPNOTSUPP macro
124 if (r == 0 || errno == EINVAL || errno == ENOTSUP) in isc_stdio_sync()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DFile.cpp101 return std::error_code(ENOTSUP, std::system_category()); in Read()
104 return std::error_code(ENOTSUP, std::system_category()); in Write()
117 return std::error_code(ENOTSUP, std::system_category()); in GetFileSpec()
126 *error_ptr = std::error_code(ENOTSUP, std::system_category()); in SeekFromStart()
132 *error_ptr = std::error_code(ENOTSUP, std::system_category()); in SeekFromCurrent()
138 *error_ptr = std::error_code(ENOTSUP, std::system_category()); in SeekFromEnd()
143 return std::error_code(ENOTSUP, std::system_category()); in Read()
147 return std::error_code(ENOTSUP, std::system_category()); in Write()
237 error = std::error_code(ENOTSUP, std::system_category()); in GetPermissions()
/freebsd-12-stable/lib/libthr/thread/
Dthr_switch_np.c53 return (ENOTSUP); in _pthread_switch_add_np()
59 return (ENOTSUP); in _pthread_switch_delete_np()
Dthr_attr.c452 ret = ENOTSUP; in _thr_attr_setinheritsched()
472 return (ENOTSUP); in _thr_attr_setschedparam()
479 return (ENOTSUP); in _thr_attr_setschedparam()
504 ret = ENOTSUP; in _thr_attr_setschedpolicy()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/ctf/
Dctf_mod.c90 return (ctf_set_open_errno(errp, ENOTSUP)); in ctf_fdopen()
97 return (ctf_set_open_errno(errp, ENOTSUP)); in ctf_open()
104 return (ctf_set_errno(fp, ENOTSUP)); in ctf_write()
/freebsd-12-stable/sys/dev/sfxge/common/
Defx_phy.c110 rc = ENOTSUP; in efx_phy_probe()
163 rc = ENOTSUP; in efx_phy_led_set()
226 rc = ENOTSUP; in efx_phy_adv_cap_set()
437 rc = ENOTSUP; in efx_bist_enable_offline()
471 rc = ENOTSUP; in efx_bist_start()
511 rc = ENOTSUP; in efx_bist_poll()
Dhunt_nic.c214 else if ((rc == ENOTSUP) || (rc == ENOENT)) in hunt_board_cfg()
233 } else if ((rc == ENOTSUP) || (rc == ENOENT)) { in hunt_board_cfg()
271 } else if ((rc == ENOTSUP) || (rc == ENOENT)) { in hunt_board_cfg()
/freebsd-12-stable/contrib/diff/lib/
Dc-stack.c51 #ifndef ENOTSUP
52 # define ENOTSUP EINVAL macro
271 errno = ENOTSUP; in c_stack_action()
/freebsd-12-stable/sys/mips/cavium/
Docteon_rtc.c110 return (ENOTSUP); in octeon_rtc_settime()
126 return (ENOTSUP); in octeon_rtc_gettime()
/freebsd-12-stable/sys/dev/sound/pcm/
Dfeeder_chain.c156 return (ENOTSUP); in feeder_build_format()
229 return (ENOTSUP); in feeder_build_rate()
307 return (ENOTSUP); in feeder_build_matrix()
364 return (ENOTSUP); in feeder_build_volume()
432 return (ENOTSUP); in feeder_build_eq()
474 return (ENOTSUP); in feeder_build_root()
512 return (ENOTSUP); in feeder_build_mixer()
782 return (ENOTSUP); in feeder_chain()
/freebsd-12-stable/sys/net/
Difdi_if.m81 return (ENOTSUP);
87 return (ENOTSUP);
109 return (ENOTSUP);
121 return (ENOTSUP);
127 return (ENOTSUP);
133 return (ENOTSUP);
/freebsd-12-stable/sys/fs/ext2fs/
Dext2_extattr.c244 return (ENOTSUP); in ext2_extattr_inode_list()
311 return (ENOTSUP); in ext2_extattr_block_list()
385 return (ENOTSUP); in ext2_extattr_inode_get()
452 return (ENOTSUP); in ext2_extattr_block_get()
587 return (ENOTSUP); in ext2_extattr_inode_delete()
609 return (ENOTSUP); in ext2_extattr_inode_delete()
720 return (ENOTSUP); in ext2_extattr_block_delete()
746 return (ENOTSUP); in ext2_extattr_block_delete()
952 return (ENOTSUP); in ext2_extattr_inode_set()
1116 return (ENOTSUP); in ext2_extattr_block_set()
Dext2_acl.c288 return (ENOTSUP); in ext2_getacl()
485 return (ENOTSUP); in ext2_setacl()
502 return (ENOTSUP); in ext2_aclcheck()
/freebsd-12-stable/sys/compat/cloudabi/
Dcloudabi_mem.c46 return (ENOTSUP); in convert_mprot()
50 return (ENOTSUP); in convert_mprot()
/freebsd-12-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
Dutil.py36 errno.ENOTSUP = 48
101 errno.ENOTSUP: _("unsupported version"),
/freebsd-12-stable/sys/netinet/
Dtoecore.c82 return (ENOTSUP); in toedev_connect()
89 return (ENOTSUP); in toedev_listen_start()
96 return (ENOTSUP); in toedev_listen_stop()
119 return (ENOTSUP); in toedev_output()
/freebsd-12-stable/sys/arm/allwinner/
Daw_nmi.c201 return (ENOTSUP); in aw_nmi_map_fdt()
222 return (ENOTSUP); in aw_nmi_map_intr()
248 return (ENOTSUP); in aw_nmi_setup_intr()
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dmm.h189 return (-ENOTSUP); in apply_to_page_range()
199 return (-ENOTSUP); in remap_pfn_range()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Derrno.h211 #ifndef ENOTSUP
212 #define ENOTSUP 9926 macro
/freebsd-12-stable/sys/arm64/arm64/
Dsys_machdep.c45 return (ENOTSUP); in sysarch()
/freebsd-12-stable/sys/riscv/riscv/
Dsys_machdep.c48 return (ENOTSUP); in sysarch()

12345678910