Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/filemon/
H A Dfilemon.c380 error = fget_write(td, *(int *)data, &cap_pwrite_rights, &fp); in filemon_ioctl()
/freebsd-13.1/sys/sys/
H A Dfile.h256 int fget_write(struct thread *td, int fd, cap_rights_t *rightsp,
/freebsd-13.1/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()
H A Dsys_process.c1406 error = fget_write(td, pc->pc_fd, &cap_write_rights, &fp); in kern_ptrace()
H A Duipc_mqueue.c2215 return _getmq(td, fd, &cap_write_rights, fget_write, in getmq_write()
H A Dvfs_aio.c1594 error = fget_write(td, fd, &cap_pwrite_rights, &fp); in aio_aqueue()
H A Dkern_descrip.c3544 fget_write(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in fget_write() function
H A Dvfs_syscalls.c4909 error = fget_write(td, outfd, &cap_write_rights, &outfp); in kern_copy_file_range()
/freebsd-13.1/sys/dev/hwpmc/
H A Dhwpmc_logging.c712 error = fget_write(curthread, logfd, &cap_write_rights, &po->po_file); in pmclog_configure_log()