Home
last modified time | relevance | path

Searched refs:ENOTTY (Results 26 – 50 of 226) sorted by relevance

12345678910

/freebsd/sys/riscv/riscv/
H A Dmem.c150 return (ENOTTY); in memioctl_md()
/freebsd/stand/common/
H A Dvdisk.c352 if (rc != ENOTTY) in vdisk_ioctl()
364 return (ENOTTY); in vdisk_ioctl()
H A Ddisk.c208 return (ENOTTY); in disk_ioctl()
221 return (ENOTTY); in disk_ioctl()
/freebsd/lib/libc/nls/
H A Del_GR.ISO8859-7.msg55 $ ENOTTY
H A Dru_RU.KOI8-R.msg55 $ ENOTTY
H A Dko_KR.UTF-8.msg55 $ ENOTTY
H A Dja_JP.UTF-8.msg55 $ ENOTTY
H A Dja_JP.eucJP.msg55 $ ENOTTY
H A Dko_KR.eucKR.msg55 $ ENOTTY
H A Dzh_CN.UTF-8.msg55 $ ENOTTY
H A Dzh_CN.GB18030.msg57 $ ENOTTY
H A Dzh_CN.GB2312.msg57 $ ENOTTY
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h144 inappropriate_io_control_operation = ENOTTY, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.c151 return ENOTTY; in smartpqi_ioctl()
174 bsd_status = ENOTTY; in smartpqi_ioctl()
/freebsd/sys/arm/arm/
H A Dmem.c175 return (ENOTTY); in memioctl_md()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_ctldev.c126 return (ENOTTY); in nvmf_ctl_ioctl()
/freebsd/usr.sbin/bhyveload/
H A Dbhyveload.c369 return (ENOTTY); in cb_diskioctl()
372 return (ENOTTY); in cb_diskioctl()
376 return (ENOTTY); in cb_diskioctl()
/freebsd/sys/kern/
H A Dtty_pts.c328 return (ENOTTY); in ptsdev_ioctl()
345 error = ENOTTY; in ptsdev_ioctl()
379 error = ENOTTY; in ptsdev_ioctl()
H A Dtty.c884 error = ENOTTY; in ttyil_ioctl()
1249 return (ENOTTY); in tty_drop_ctty()
1704 return (ENOTTY); in tty_generic_ioctl()
1714 return (ENOTTY); in tty_generic_ioctl()
1828 return (ENOTTY); in tty_generic_ioctl()
1837 return (ENOTTY); in tty_generic_ioctl()
1922 return (ENOTTY); in tty_generic_ioctl()
2154 error = ENOTTY; in ttyhook_register()
/freebsd/contrib/netbsd-tests/modules/k_helper/
H A Dk_helper.c198 ret = ENOTTY; in k_helper_modcmd()
/freebsd/sbin/ifconfig/
H A Difgroup.c117 if (errno == EINVAL || errno == ENOTTY || in printgroup()
/freebsd/sys/dev/cardbus/
H A Dcardbus_device.c151 return (ENOTTY); in cardbus_ioctl()
/freebsd/sys/amd64/amd64/
H A Dmem.c205 return (ENOTTY); in memioctl_md()
/freebsd/sys/i386/i386/
H A Dmem.c187 return (ENOTTY); in memioctl_md()
/freebsd/sys/compat/linux/
H A Dlinux_errno.inc70 [ENOTTY] = -LINUX_ENOTTY,
193 [LINUX_ENOTTY] = ENOTTY,

12345678910