Searched refs:ENOTTY (Results 1 - 25 of 362) sorted by last modified time

1234567891011>>

/linux-master/fs/btrfs/
H A Dioctl.c4456 return -ENOTTY;
4502 return -ENOTTY;
4590 return -ENOTTY;
4805 return -ENOTTY;
/linux-master/drivers/nvme/host/
H A Dnvme.h651 return -ENOTTY;
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c606 long ret = -ENOTTY;
/linux-master/fs/ntfs3/
H A Dfile.c60 return -ENOTTY; /* Inappropriate ioctl for device. */
/linux-master/fs/
H A Dioctl.c40 * returns -ENOTTY.
46 int error = -ENOTTY;
53 error = -ENOTTY;
382 error = -ENOTTY;
772 return -ENOTTY;
784 return -ENOTTY;
829 return -ENOTTY;
1006 error = -ENOTTY;
/linux-master/drivers/md/
H A Ddm.c420 r = -ENOTTY;
476 r = -ENOTTY;
3194 int ret = -ENOTTY, srcu_idx;
/linux-master/drivers/cxl/core/
H A Dmbox.c435 return -ENOTTY;
472 * * %-ENOTTY - Invalid command specified.
489 return -ENOTTY;
/linux-master/virt/kvm/
H A Dkvm_main.c4716 return -ENOTTY;
5376 return -ENOTTY;
5389 if (r != -ENOTTY)
/linux-master/fs/bcachefs/
H A Dthread_with_file.c265 return -ENOTTY;
H A Dchardev.c272 ret = -ENOTTY;
936 return -ENOTTY;
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c672 ret = -ENOTTY;
1817 ret = -ENOTTY;
/linux-master/drivers/usb/class/
H A Dcdc-wdm.c802 rv = -ENOTTY;
/linux-master/drivers/tty/serial/
H A Dserial_core.c1491 return -ENOTTY;
1535 return -ENOTTY;
1555 return -ENOTTY;
/linux-master/block/
H A Dioctl.c420 return -ENOTTY;
454 return -ENOTTY;
641 return -ENOTTY;
H A Dblk.h420 return -ENOTTY;
425 return -ENOTTY;
/linux-master/arch/x86/kvm/
H A Dx86.c5831 return -ENOTTY;
5843 return -ENOTTY;
6863 long r = -ENOTTY;
6995 int r = -ENOTTY;
7272 r = -ENOTTY;
7286 r = -ENOTTY;
7300 r = -ENOTTY;
7332 r = -ENOTTY;
/linux-master/arch/x86/kvm/svm/
H A Dsev.c160 return -ENOTTY;
340 return -ENOTTY;
523 return -ENOTTY;
679 return -ENOTTY;
707 return -ENOTTY;
764 return -ENOTTY;
778 return -ENOTTY;
954 return -ENOTTY;
1038 return -ENOTTY;
1113 return -ENOTTY;
[all...]
/linux-master/fs/fuse/
H A Ddir.c1706 return -ENOTTY;
1717 return -ENOTTY;
/linux-master/drivers/pci/
H A Dquirks.c3975 * If this isn't a Chelsio T4-based device, return -ENOTTY indicating
3979 return -ENOTTY;
4055 return -ENOTTY;
4062 return -ENOTTY;
4153 return -ENOTTY;
4159 return -ENOTTY;
4232 return -ENOTTY;
4695 return -ENOTTY;
4730 return -ENOTTY;
4799 return -ENOTTY;
[all...]
/linux-master/drivers/ata/
H A Dlibata-scsi.c622 rc = -ENOTTY;
/linux-master/arch/x86/include/asm/
H A Dsev.h254 return -ENOTTY;
/linux-master/fs/smb/client/
H A Dioctl.c336 int rc = -ENOTTY; /* strange error - but the precedent */
/linux-master/drivers/scsi/
H A Dpmcraid.c3468 int retval = -ENOTTY;
3490 return -ENOTTY;
3502 retval = -ENOTTY;
/linux-master/kernel/time/
H A Dposix-clock.c80 int err = -ENOTTY;
99 int err = -ENOTTY;
/linux-master/sound/core/
H A Dcontrol.c1985 return -ENOTTY;

Completed in 435 milliseconds

1234567891011>>