Searched refs:fd_file (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/tools/regression/security/cap_test/ |
| HD | cap_test_capmode.c | 67 int fd_close, fd_dir, fd_file, fd_socket, fd2[2]; in test_capmode() local 73 REQUIRE(fd_file = open("/tmp/cap_capmode", O_RDWR|O_CREAT, 0644)); in test_capmode() 114 CHECK_SYSCALL_SUCCEEDS(dup, fd_file); in test_capmode() 115 CHECK_SYSCALL_SUCCEEDS(fstat, fd_file, &sb); in test_capmode() 116 CHECK_SYSCALL_SUCCEEDS(lseek, fd_file, 0, SEEK_SET); in test_capmode() 117 CHECK_SYSCALL_SUCCEEDS(msync, &fd_file, 8192, MS_ASYNC); in test_capmode() 119 CHECK_SYSCALL_SUCCEEDS(read, fd_file, &ch, sizeof(ch)); in test_capmode() 122 CHECK_SYSCALL_SUCCEEDS(write, fd_file, &ch, sizeof(ch)); in test_capmode() 131 CHECK_NOT_CAPMODE(fchflags, fd_file, UF_NODUMP); in test_capmode()
|
| /freebsd-13-stable/sys/sys/ |
| HD | aio.h | 138 struct file *fd_file; /* (*) pointer to file structure */ member
|
| /freebsd-13-stable/sys/kern/ |
| HD | vfs_aio.c | 555 if (job->fd_file) in aio_free_entry() 556 fdrop(job->fd_file, curthread); in aio_free_entry() 775 fp = job->fd_file; in aio_process_rw() 833 struct file *fp = job->fd_file; in aio_process_sync() 915 if (job->fd_file != sjob->fd_file || in aio_bio_done_notify() 1218 fp = job->fd_file; in aio_qbio() 1624 job->fd_file = fp; in aio_aqueue() 1814 if (job2->fd_file == job->fd_file && in aio_queue_file()
|
| HD | sys_socket.c | 609 fp = job->fd_file; in soaio_process_job() 775 so = job->fd_file->f_data; in soo_aio_cancel()
|
| /freebsd-13-stable/sys/dev/cxgbe/tom/ |
| HD | t4_cpl_io.c | 2049 (((struct toepcb *)(so_sototcpcb((job)->fd_file->f_data)->t_toe))->tid) 2193 fp = job->fd_file; in t4_aiotx_process_job() 2403 so = job->fd_file->f_data; in t4_aiotx_cancel()
|
| HD | t4_ddp.c | 1767 so = job->fd_file->f_data; in aio_ddp_requeue() 2152 struct socket *so = job->fd_file->f_data; in t4_aio_cancel_active() 2193 struct socket *so = job->fd_file->f_data; in t4_aio_cancel_queued()
|