Home
last modified time | relevance | path

Searched refs:unlocked_ioctl (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dfs.h139 long (*unlocked_ioctl)(struct file *, unsigned int, unsigned long); member
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
Dlinux_compat.c991 if (error == ENOTTY && fop->unlocked_ioctl != NULL) { in linux_file_ioctl_sub()
992 error = -OPW(fp, td, fop->unlocked_ioctl(filp, in linux_file_ioctl_sub()
998 if (fop->unlocked_ioctl != NULL) { in linux_file_ioctl_sub()
999 error = -OPW(fp, td, fop->unlocked_ioctl(filp, in linux_file_ioctl_sub()
/freebsd-12-stable/sys/dev/drm2/i915/
Di915_drv.c1067 .unlocked_ioctl = drm_ioctl,
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Dib_user_mad.c1021 .unlocked_ioctl = ib_umad_ioctl,
Dib_ucma.c1736 .unlocked_ioctl = ucma_ioctl,