Home
last modified time | relevance | path

Searched refs:ENOTTY (Results 1 – 25 of 226) sorted by relevance

12345678910

/freebsd/crypto/heimdal/lib/krb5/
H A Dget_default_principal.c88 krb5_set_error_message(context, ENOTTY, in _krb5_get_default_principal_local()
91 return ENOTTY; /* XXX */ in _krb5_get_default_principal_local()
138 return ENOTTY; /* Really? */ in _krb5_get_default_principal_local()
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_ttyname.c75 ATF_REQUIRE(errno == ENOTTY); in ATF_TC_BODY()
80 ATF_REQUIRE(errno == ENOTTY); in ATF_TC_BODY()
118 ATF_REQUIRE(rv == ENOTTY); in ATF_TC_BODY()
/freebsd/sbin/comcontrol/
H A Dcomcontrol.c76 if (errno != ENOTTY) { in main()
83 if (errno != ENOTTY) { in main()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file_range.c242 return (-ENOTTY); in zpl_ioctl_ficlone()
281 return (-ENOTTY); in zpl_ioctl_ficlonerange()
298 return (-ENOTTY); in zpl_ioctl_fideduperange()
H A Dzfs_ioctl_os.c170 if (error == ENOTTY) in zfs_ioc_userns_attach()
190 if (error == ENOTTY) in zfs_ioc_userns_detach()
/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h309 # ifndef ENOTTY
310 # define ENOTTY 9958 macro
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-zone.c78 error = ENOTTY; in user_ns_get()
82 error = ENOTTY; in user_ns_get()
87 error = ENOTTY; in user_ns_get()
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py31 ENOTTY = 25 variable
166 ENOTTY: 'Inappropriate ioctl for device',
/freebsd/contrib/tcsh/
H A Dsh.print.c272 #ifdef ENOTTY in flush()
273 case ENOTTY: in flush()
/freebsd/usr.sbin/fifolog/lib/
H A Dfifolog_int.c68 if (i != 0 && errno != ENOTTY) in fifolog_int_open_i()
82 if (i < 0 && errno != ENOTTY) in fifolog_int_open_i()
/freebsd/cddl/lib/libdtrace/
H A Derrno.d78 inline int ENOTTY = 25; variable
79 #pragma D binding "1.0" ENOTTY
271 errno == ENOTTY ? "Inappropriate ioctl for device" :
/freebsd/contrib/netbsd-tests/modules/k_helper2/
H A Dk_helper2.c111 ret = ENOTTY; in k_helper2_modcmd()
/freebsd/contrib/netbsd-tests/modules/k_uvm/
H A Dk_uvm.c109 ret = ENOTTY; in k_uvm_modcmd()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c55 {"ENOTTY", ENOTTY},
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c201 dtp->dt_errno != ENOTTY || dtp->dt_vector == NULL)) in dtrace_go()
213 if (r == -1 && (error != ENOTTY || dtp->dt_vector == NULL)) in dtrace_go()
/freebsd/sys/i386/i386/
H A Dperfmon.c388 rv = ENOTTY; in perfmon_ioctl()
398 rv = ENOTTY; in perfmon_ioctl()
/freebsd/stand/uboot/
H A Duboot_disk.c281 if (rc != ENOTTY) in stor_ioctl()
292 return (ENOTTY); in stor_ioctl()
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_caps.c112 error = ENOTTY; /* for net80211 */ in r12a_ioctl_net()
/freebsd/sys/dev/usb/
H A Dusb_handle_request.c260 (error != ENOTTY) && in usb_handle_iface_request()
280 (error != ENOTTY) && in usb_handle_iface_request()
299 } else if (error == ENOTTY) { in usb_handle_iface_request()
/freebsd/sys/sys/
H A Derrno.h75 #define ENOTTY 25 /* Inappropriate ioctl for device */ macro
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg55 $ ENOTTY
H A Dmn_MN.UTF-8.msg55 $ ENOTTY
H A Duk_UA.UTF-8.msg55 $ ENOTTY
/freebsd/sys/arm64/arm64/
H A Dmem.c143 return (ENOTTY); in memioctl_md()
/freebsd/sys/dev/ixl/
H A Di40e_adminq.h139 -ENOTTY, /* I40E_AQ_RC_ENOTTY */ in i40e_aq_rc_to_posix()

12345678910