Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_compat.c905 #define OPW(fp,td,code) ({ \ macro
1118 error = -OPW(fp, td, fop->compat_ioctl(filp, in linux_file_ioctl_sub()
1126 error = -OPW(fp, td, fop->unlocked_ioctl(filp, in linux_file_ioctl_sub()
1133 error = -OPW(fp, td, fop->unlocked_ioctl(filp, in linux_file_ioctl_sub()
1318 temp = OPW(filp->_file, td, fop->poll(filp, NULL)); in linux_file_kqfilter_poll()
1430 error = -OPW(fp, td, fop->mmap(filp, vmap)); in linux_file_mmap_single()
1565 bytes = OPW(file, td, fop->read(filp, in linux_file_read()
1606 bytes = OPW(file, td, fop->write(filp, in linux_file_write()
1643 revents = OPW(file, td, fop->poll(filp, in linux_file_poll()
1680 error = -OPW(file, td, release(filp->f_vnode, filp)); in linux_file_close()
[all …]