Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_misc.c81 if (flags & FKIOCTL) { in ddi_copyin()
93 if (flags & FKIOCTL) { in ddi_copyout()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dfile.h35 #define FKIOCTL 0x80000000 /* ioctl addresses are from kernel */ macro
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dfile.h28 #define FKIOCTL 0x80000000 macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c536 if (flags & FKIOCTL) { in ddi_copyin()
549 if (flags & FKIOCTL) { in ddi_copyout()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c7436 zc->zc_iflags = flag & FKIOCTL; in zfsdev_ioctl_common()