Home
last modified time | relevance | path

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

12345

/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
Dsystem_error.cc254 #ifdef ENOTSUP in default_error_condition()
255 case ENOTSUP: in default_error_condition()
263 #if defined EOPNOTSUPP && (!defined ENOTSUP || EOPNOTSUPP != ENOTSUP) in default_error_condition()
/dragonfly/lib/libthread_xu/thread/
HDthr_switch_np.c45 return (ENOTSUP); in _pthread_switch_add_np()
51 return (ENOTSUP); in _pthread_switch_delete_np()
/dragonfly/sys/netproto/mpls/
HDmpls_output.c98 return (ENOTSUP); in mpls_output()
110 return (ENOTSUP); in mpls_output()
124 return (ENOTSUP); in mpls_output()
/dragonfly/sys/dev/sound/pcm/
HDfeeder_chain.c155 return (ENOTSUP); in feeder_build_format()
228 return (ENOTSUP); in feeder_build_rate()
306 return (ENOTSUP); in feeder_build_matrix()
363 return (ENOTSUP); in feeder_build_volume()
431 return (ENOTSUP); in feeder_build_eq()
473 return (ENOTSUP); in feeder_build_root()
511 return (ENOTSUP); in feeder_build_mixer()
766 return (ENOTSUP); in feeder_chain()
HDsound.c295 return (ENOTSUP); in pcm_chnalloc()
300 return (ENOTSUP); in pcm_chnalloc()
305 return (ENOTSUP); in pcm_chnalloc()
316 err = ENOTSUP; in pcm_chnalloc()
339 err = ENOTSUP; in pcm_chnalloc()
1452 ret = ENOTSUP; in sound_modevent()
/dragonfly/sys/libprop/
HDprop_kern.c58 return (ENOTSUP); in _prop_object_externalize_to_pref()
205 error = ENOTSUP; in _prop_object_internalize_from_pref()
414 error = ENOTSUP; in _prop_object_copyin()
502 return (ENOTSUP); in _prop_object_copyout()
/dragonfly/contrib/grep/lib/
HDc-stack.c220 errno = ENOTSUP; in c_stack_action()
334 errno = ENOTSUP; in c_stack_action()
HDstrerror-override.c255 case ENOTSUP: in strerror_override()
/dragonfly/contrib/dhcpcd/src/
HDauth.c292 errno = ENOTSUP; in dhcp_auth_validate()
561 errno = ENOTSUP; in dhcp_auth_encode()
570 errno = ENOTSUP; in dhcp_auth_encode()
578 errno = ENOTSUP; in dhcp_auth_encode()
HDprivsep-bpf.c212 errno = ENOTSUP; in ps_bpf_cmd()
294 errno = ENOTSUP; in ps_bpf_dispatch()
/dragonfly/contrib/cryptsetup/lib/
HDlibdevmapper.c724 return -ENOTSUP; in dm_suspend_and_wipe_key()
727 return -ENOTSUP; in dm_suspend_and_wipe_key()
749 return -ENOTSUP; in dm_resume_and_reinstate_key()
752 return -ENOTSUP; in dm_resume_and_reinstate_key()
/dragonfly/contrib/dhcpcd/compat/
HD_strtoi.h81 *rstatus = ENOTSUP; in _FUNCNAME()
/dragonfly/sys/dev/misc/evdev/
HDcdev.c411 return (ENOTSUP); in evdev_ioctl()
418 return (ENOTSUP); in evdev_ioctl()
432 return (ENOTSUP); in evdev_ioctl()
445 return (ENOTSUP); in evdev_ioctl()
/dragonfly/sys/dev/sound/
HDdriver.c45 return (ENOTSUP); in snd_modevent()
/dragonfly/usr.sbin/rndcontrol/
HDrndcontrol.c100 if (result < 0 && errno == ENOTSUP) { in main()
/dragonfly/sys/sys/
HDerrno.h121 #define ENOTSUP EOPNOTSUPP /* Operation not supported */ macro
/dragonfly/sys/netgraph7/bluetooth/l2cap/
HDng_l2cap_ulpi.c1234 return (ENOTSUP); in ng_l2cap_l2ca_grp_create()
1245 return (ENOTSUP); in ng_l2cap_l2ca_grp_close()
1256 return (ENOTSUP); in ng_l2cap_l2ca_grp_add_member_req()
1279 return (ENOTSUP); in ng_l2cap_l2ca_grp_rem_member()
1290 return (ENOTSUP); in ng_l2cap_l2ca_grp_get_members()
1615 error = ENOTSUP; in ng_l2cap_l2ca_enable_clt()
/dragonfly/lib/libc/nls/
HDmn_Cyrl_MN.UTF-8.msg94 $ EOPNOTSUPP, ENOTSUP
HDel_GR.ISO8859-7.msg96 $ EOPNOTSUPP, ENOTSUP
HDuk_UA.UTF-8.msg96 $ EOPNOTSUPP, ENOTSUP
HDbe_BY.UTF-8.msg96 $ EOPNOTSUPP, ENOTSUP
HDru_RU.KOI8-R.msg98 $ EOPNOTSUPP, ENOTSUP
/dragonfly/contrib/binutils-2.34/libctf/
HDctf-subr.c147 errno = ENOTSUP; in ctf_version()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/os/generic/
Derror_constants.h122 not_supported = ENOTSUP, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/os/generic/
Derror_constants.h122 not_supported = ENOTSUP, in _GLIBCXX_VISIBILITY()

12345