Home
last modified time | relevance | path

Searched refs:ENOTTY (Results 176 – 200 of 226) sorted by relevance

12345678910

/freebsd/sys/kern/
H A Dsys_pipe.c1445 error = ENOTTY; in pipe_ioctl()
H A Dsys_generic.c685 return (ENOTTY); in sys_ioctl()
H A Dkern_descrip.c807 error = ENOTTY; in kern_fcntl()
5315 return (ENOTTY); in invfo_ioctl()
H A Dkern_event.c2162 return (ENOTTY); in kqueue_ioctl()
/freebsd/sys/cam/ctl/
H A Dctl_backend_ramdisk.c1042 retval = ENOTTY; in ctl_backend_ramdisk_ioctl()
/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr.c1458 return (ENOTTY); in nvme_ctrlr_ioctl()
/freebsd/sys/net/
H A Dif_tuntap.c1672 return (ENOTTY); in tunioctl()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c2904 if (errno == EOPNOTSUPP || errno == EINVAL || errno == ENOTTY ||
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_ucma.c1737 return (-ENOTTY); in ucma_ioctl()
/freebsd/sys/cam/
H A Dcam_periph.c1181 error = ENOTTY; in cam_periph_ioctl()
H A Dcam_xpt.c394 if ((error = xptdoioctl(dev, cmd, addr, flag, td)) == ENOTTY) { in xptioctl()
736 error = ENOTTY; in xptdoioctl()
/freebsd/sbin/ifconfig/
H A Difconfig.c893 if (errno == EINVAL || errno == ENOTTY) in group_member()
/freebsd/sys/dev/mfi/
H A Dmfi.c3437 error = ENOTTY; in mfi_ioctl()
3455 error = ENOTTY; in mfi_ioctl()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c1676 return (ENOTTY); in linux_ioctl_vfat()
3530 error = ENOTTY; in linux_ioctl_kcov()
/freebsd/crypto/heimdal/lib/krb5/
H A Dinit_creds_pw.c583 ret = ENOTTY; in change_password()
/freebsd/sys/dev/ixl/
H A Dixl_pf_iov.c1596 return (ENOTTY); in ixl_adminq_err_to_errno()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c4069 return (ENOTTY); in nfs_ioctl()
4078 return (ENOTTY); in nfs_ioctl()
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1119 ret = -ENOTTY; in vchiq_ioctl()
/freebsd/sys/dev/usb/input/
H A Datp.c2583 error = ENOTTY; in atp_ioctl()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c2155 return (ENOTTY); in ext2_ioctl()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c955 error = ENOTTY; in devfs_ioctl()
/freebsd/sys/dev/mlx/
H A Dmlx.c990 return(ENOTTY); in mlx_ioctl()
/freebsd/sys/netpfil/pf/
H A Dpf_table.c628 return (ENOTTY); in pfr_get_astats()
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m42138 || errno == ENOTTY || errno == ENXIO || errno == EINVAL) {
2154 || errno == ENOTTY || errno == ENXIO || errno == EINVAL) {
2169 || errno == ENOTTY || errno == ENXIO || errno == EINVAL) {
/freebsd/sys/ufs/ufs/
H A Dufs_vnops.c2963 return (ENOTTY); in ufs_ioctl()

12345678910