Searched refs:fget_write (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/dev/filemon/ |
| H A D | filemon.c | 378 error = fget_write(td, *(int *)data, &cap_pwrite_rights, &fp); in filemon_ioctl()
|
| /freebsd-14.2/sys/sys/ |
| H A D | file.h | 263 int fget_write(struct thread *td, int fd, cap_rights_t *rightsp,
|
| /freebsd-14.2/sys/kern/ |
| H A D | sys_generic.c | 488 error = fget_write(td, fd, &cap_write_rights, &fp); in kern_writev() 527 error = fget_write(td, fd, &cap_pwrite_rights, &fp); in kern_pwritev() 912 error = fget_write(td, fd, &cap_pwrite_rights, &fp); in kern_fspacectl()
|
| H A D | sys_process.c | 1589 error = fget_write(td, pc->pc_fd, &cap_write_rights, &fp); in kern_ptrace()
|
| H A D | uipc_mqueue.c | 2208 return _getmq(td, fd, &cap_write_rights, fget_write, in getmq_write()
|
| H A D | vfs_aio.c | 1592 error = fget_write(td, fd, &cap_pwrite_rights, &fp); in aio_aqueue()
|
| H A D | kern_descrip.c | 3523 fget_write(struct thread *td, int fd, cap_rights_t *rightsp, struct file **fpp) in fget_write() function
|
| H A D | vfs_syscalls.c | 4945 error = fget_write(td, outfd, in kern_copy_file_range()
|
| /freebsd-14.2/sys/dev/hwpmc/ |
| H A D | hwpmc_logging.c | 702 error = fget_write(curthread, logfd, &cap_write_rights, &po->po_file); in pmclog_configure_log()
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_socket.c | 2458 error = fget_write(td, out, &cap_pwrite_rights, &ofp); in sendfile_fallback()
|