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

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h139 long (*unlocked_ioctl)(struct file *, unsigned int, unsigned long); member in struct:file_operations
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c966 if (error == ENOTTY && fop->unlocked_ioctl != NULL) {
967 error = -OPW(fp, td, fop->unlocked_ioctl(filp,
973 if (fop->unlocked_ioctl != NULL) {
974 error = -OPW(fp, td, fop->unlocked_ioctl(filp,
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.c1067 .unlocked_ioctl = drm_ioctl,
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c1021 .unlocked_ioctl = ib_umad_ioctl,
H A Dib_ucma.c1736 .unlocked_ioctl = ucma_ioctl,

Completed in 223 milliseconds