/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | acl_common.c | 720 error = ENOTSUP; in ace_mask_to_mode() 846 return (ENOTSUP); in access_mask_check() 873 return (ENOTSUP); in access_mask_check() 877 return (ENOTSUP); in access_mask_check() 884 return (ENOTSUP); in access_mask_check() 888 return (ENOTSUP); in access_mask_check() 904 error = ENOTSUP; in ace_to_aent_legal() 918 error = ENOTSUP; in ace_to_aent_legal() 961 error = ENOTSUP; in ace_to_aent_legal() 966 error = ENOTSUP; in ace_to_aent_legal() [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/ |
H A D | t_strtoi.c | 162 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/sys/contrib/openzfs/module/zfs/ |
H A D | zfeature.c | 239 return (SET_ERROR(ENOTSUP)); in feature_get_refcount() 264 return (SET_ERROR(ENOTSUP)); in feature_get_refcount_from_disk() 270 return (SET_ERROR(ENOTSUP)); in feature_get_refcount_from_disk() 288 return (SET_ERROR(ENOTSUP)); in feature_get_enabled_txg() 418 VERIFY3U(feature_get_refcount(spa, feature, &refcount), !=, ENOTSUP); in feature_do_action() 492 ASSERT(err == 0 || err == ENOTSUP); in spa_feature_is_enabled() 507 ASSERT(err == 0 || err == ENOTSUP); in spa_feature_is_active() 530 ASSERT(err == 0 || err == ENOTSUP); in spa_feature_enabled_txg()
|
H A D | zfs_quota.c | 174 return (SET_ERROR(ENOTSUP)); in zfs_userspace_many() 180 return (SET_ERROR(ENOTSUP)); in zfs_userspace_many() 187 return (SET_ERROR(ENOTSUP)); in zfs_userspace_many() 244 return (SET_ERROR(ENOTSUP)); in zfs_userspace_one() 251 return (SET_ERROR(ENOTSUP)); in zfs_userspace_one() 257 return (SET_ERROR(ENOTSUP)); in zfs_userspace_one() 294 return (SET_ERROR(ENOTSUP)); in zfs_set_userquota() 311 return (SET_ERROR(ENOTSUP)); in zfs_set_userquota() 319 return (SET_ERROR(ENOTSUP)); in zfs_set_userquota()
|
/freebsd/contrib/ntp/libntp/lib/isc/unix/ |
H A D | stdio.c | 111 #if defined(EOPNOTSUPP) && !defined(ENOTSUP) 112 #define ENOTSUP EOPNOTSUPP macro 124 if (r == 0 || errno == EINVAL || errno == ENOTSUP) in isc_stdio_sync()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_switch_np.c | 50 return (ENOTSUP); in _pthread_switch_add_np() 56 return (ENOTSUP); in _pthread_switch_delete_np()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/ctf/ |
H A D | ctf_mod.c | 90 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/sys/dev/sfxge/common/ |
H A D | efx_phy.c | 118 rc = ENOTSUP; in efx_phy_probe() 171 rc = ENOTSUP; in efx_phy_led_set() 235 rc = ENOTSUP; in efx_phy_adv_cap_set() 380 rc = ENOTSUP; in efx_phy_link_state_get() 497 rc = ENOTSUP; in efx_bist_enable_offline() 531 rc = ENOTSUP; in efx_bist_start() 571 rc = ENOTSUP; in efx_bist_poll()
|
H A D | hunt_nic.c | 129 else if ((rc == ENOTSUP) || (rc == ENOENT)) in hunt_board_cfg() 148 } else if ((rc == ENOTSUP) || (rc == ENOENT)) { in hunt_board_cfg() 186 } else if ((rc == ENOTSUP) || (rc == ENOENT)) { in hunt_board_cfg()
|
H A D | efx_tunnel.c | 202 rc = ENOTSUP; in efx_tunnel_init() 289 rc = ENOTSUP; in efx_tunnel_config_udp_add() 411 rc = ENOTSUP; in efx_tunnel_reconfigure() 466 rc = ENOTSUP; in ef10_tunnel_reconfigure()
|
H A D | ef10_rx.c | 642 rc = ENOTSUP; in ef10_rx_scale_mode_set() 680 rc = ENOTSUP; in ef10_rx_scale_key_set() 712 rc = ENOTSUP; in ef10_rx_scale_tbl_set() 1075 rc = ENOTSUP; in ef10_rx_qcreate() 1098 rc = ENOTSUP; in ef10_rx_qcreate() 1106 rc = ENOTSUP; in ef10_rx_qcreate() 1112 rc = ENOTSUP; in ef10_rx_qcreate() 1123 rc = ENOTSUP; in ef10_rx_qcreate()
|
/freebsd/contrib/diff/lib/ |
H A D | c-stack.c | 51 #ifndef ENOTSUP 52 # define ENOTSUP EINVAL macro 271 errno = ENOTSUP; in c_stack_action()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | File.cpp | 107 return std::error_code(ENOTSUP, std::system_category()); in Read() 110 return std::error_code(ENOTSUP, std::system_category()); in Write() 123 return std::error_code(ENOTSUP, std::system_category()); in GetFileSpec() 132 *error_ptr = std::error_code(ENOTSUP, std::system_category()); in SeekFromStart() 138 *error_ptr = std::error_code(ENOTSUP, std::system_category()); in SeekFromCurrent() 144 *error_ptr = std::error_code(ENOTSUP, std::system_category()); in SeekFromEnd() 149 return std::error_code(ENOTSUP, std::system_category()); in Read() 153 return std::error_code(ENOTSUP, std::system_category()); in Write() 238 error = std::error_code(ENOTSUP, std::system_category()); in GetPermissions()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_chain.c | 154 return (ENOTSUP); in feeder_build_format() 227 return (ENOTSUP); in feeder_build_rate() 305 return (ENOTSUP); in feeder_build_matrix() 362 return (ENOTSUP); in feeder_build_volume() 430 return (ENOTSUP); in feeder_build_eq() 472 return (ENOTSUP); in feeder_build_root() 510 return (ENOTSUP); in feeder_build_mixer() 790 return (ENOTSUP); in feeder_chain()
|
/freebsd/sys/net/ |
H A D | ifdi_if.m | 66 return (ENOTSUP); 88 return (ENOTSUP); 100 return (ENOTSUP); 106 return (ENOTSUP); 112 return (ENOTSUP);
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | exceptions.py | 250 errno = errno.ENOTSUP 337 errno = errno.ENOTSUP 342 errno = errno.ENOTSUP 477 errno = errno.ENOTSUP 485 errno = errno.ENOTSUP
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_extattr.c | 242 return (ENOTSUP); in ext2_extattr_inode_list() 309 return (ENOTSUP); in ext2_extattr_block_list() 383 return (ENOTSUP); in ext2_extattr_inode_get() 451 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() 955 return (ENOTSUP); in ext2_extattr_inode_set() 1120 return (ENOTSUP); in ext2_extattr_block_set()
|
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
H A D | util.py | 36 errno.ENOTSUP = 48 101 errno.ENOTSUP: _("unsupported version"),
|
/freebsd/sys/netlink/ |
H A D | netlink_route.c | 76 return (ENOTSUP); in rtnl_handle_message() 82 return (ENOTSUP); in rtnl_handle_message()
|
H A D | netlink_snl_route.h | 81 *perror = ENOTSUP; in parse_rta_ip() 111 *perror = ENOTSUP; in parse_rta_via()
|
/freebsd/sys/dev/gpio/ |
H A D | gpioaei.c | 111 return (ENOTSUP); in gpio_aei_attach() 118 return (ENOTSUP); in gpio_aei_attach()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | errno.h | 183 # ifndef ENOTSUP 184 # define ENOTSUP 9926 macro
|
/freebsd/sys/netinet/ |
H A D | toecore.c | 82 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/sys/arm/allwinner/ |
H A D | aw_nmi.c | 198 return (ENOTSUP); in aw_nmi_map_fdt() 219 return (ENOTSUP); in aw_nmi_map_intr() 245 return (ENOTSUP); in aw_nmi_setup_intr()
|
/freebsd/sys/riscv/riscv/ |
H A D | sys_machdep.c | 45 return (ENOTSUP); in sysarch()
|