Searched refs:fget_write (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/dev/filemon/ |
| H A D | filemon.c | 377 error = fget_write(td, *(int *)data, &cap_pwrite_rights, &fp); in filemon_ioctl()
|
| /freebsd/sys/sys/ |
| H A D | file.h | 279 int fget_write(struct thread *td, int fd, const cap_rights_t *rightsp,
|
| /freebsd/sys/kern/ |
| H A D | sys_generic.c | 489 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() 926 error = fget_write(td, fd, &cap_pwrite_rights, &fp); in kern_fspacectl()
|
| H A D | sys_process.c | 1631 error = fget_write(td, pc->pc_fd, &cap_write_rights, &fp); in kern_ptrace()
|
| H A D | uipc_mqueue.c | 2224 return _getmq(td, fd, &cap_write_rights, fget_write, in getmq_write()
|
| H A D | vfs_aio.c | 1595 error = fget_write(td, fd, &cap_pwrite_rights, &fp); in aio_aqueue()
|
| H A D | kern_descrip.c | 3761 fget_write(struct thread *td, int fd, const cap_rights_t *rightsp, in fget_write() function
|
| H A D | vfs_syscalls.c | 5084 error = fget_write(td, outfd, in kern_copy_file_range()
|
| /freebsd/sys/dev/hwpmc/ |
| H A D | hwpmc_logging.c | 706 error = fget_write(curthread, logfd, &cap_write_rights, &po->po_file); in pmclog_configure_log()
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_socket.c | 2488 error = fget_write(td, out, &cap_pwrite_rights, &ofp); in sendfile_fallback()
|