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.h268 int fget_write(struct thread *td, int fd, const cap_rights_t *rightsp,
/freebsd/sys/kern/
H A Dsys_generic.c489 error = fget_write(td, fd, &cap_write_rights, &fp); in kern_writev()
528 error = fget_write(td, fd, &cap_pwrite_rights, &fp); in kern_pwritev()
920 error = fget_write(td, fd, &cap_pwrite_rights, &fp); in kern_fspacectl()
H A Dsys_process.c1631 error = fget_write(td, pc->pc_fd, &cap_write_rights, &fp); in kern_ptrace()
H A Duipc_mqueue.c2224 return _getmq(td, fd, &cap_write_rights, fget_write, in getmq_write()
H A Dvfs_aio.c1593 error = fget_write(td, fd, &cap_pwrite_rights, &fp); in aio_aqueue()
H A Dkern_descrip.c3709 fget_write(struct thread *td, int fd, const cap_rights_t *rightsp, in fget_write() function
H A Dvfs_syscalls.c5087 error = fget_write(td, outfd, in kern_copy_file_range()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_logging.c706 error = fget_write(curthread, logfd, &cap_write_rights, &po->po_file); in pmclog_configure_log()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c2460 error = fget_write(td, out, &cap_pwrite_rights, &ofp); in sendfile_fallback()