Home
last modified time | relevance | path

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

/freebsd/sys/dev/filemon/
H A Dfilemon.c377 error = fget_write(td, *(int *)data, &cap_pwrite_rights, &fp); in filemon_ioctl()
/freebsd/sys/sys/
H A Dfile.h261 int fget_write(struct thread *td, int fd, cap_rights_t *rightsp,
/freebsd/sys/kern/
H A Dsys_generic.c486 error = fget_write(td, fd, &cap_write_rights, &fp); in kern_writev()
525 error = fget_write(td, fd, &cap_pwrite_rights, &fp); in kern_pwritev()
910 error = fget_write(td, fd, &cap_pwrite_rights, &fp); in kern_fspacectl()
H A Dsys_process.c1586 error = fget_write(td, pc->pc_fd, &cap_write_rights, &fp); in kern_ptrace()
H A Duipc_mqueue.c2222 return _getmq(td, fd, &cap_write_rights, fget_write, in getmq_write()
H A Dvfs_aio.c1591 error = fget_write(td, fd, &cap_pwrite_rights, &fp); in aio_aqueue()
H A Dvfs_syscalls.c4942 error = fget_write(td, outfd, in kern_copy_file_range()
H A Dkern_descrip.c3521 fget_write(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in fget_write() function
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_logging.c701 error = fget_write(curthread, logfd, &cap_write_rights, &po->po_file); in pmclog_configure_log()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c2459 error = fget_write(td, out, &cap_pwrite_rights, &ofp); in sendfile_fallback()