Searched refs:fd_file (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_capmode.c71 int fd_close, fd_dir, fd_file, fd_socket, fd2[2]; local
77 REQUIRE(fd_file = open("/tmp/cap_capmode", O_RDWR|O_CREAT, 0644));
118 CHECK_SYSCALL_SUCCEEDS(dup, fd_file);
119 CHECK_SYSCALL_SUCCEEDS(fstat, fd_file, &sb);
120 CHECK_SYSCALL_SUCCEEDS(lseek, fd_file, 0, SEEK_SET);
121 CHECK_SYSCALL_SUCCEEDS(msync, &fd_file, 8192, MS_ASYNC);
123 CHECK_SYSCALL_SUCCEEDS(read, fd_file, &ch, sizeof(ch));
126 CHECK_SYSCALL_SUCCEEDS(write, fd_file, &ch, sizeof(ch));
135 CHECK_NOT_CAPMODE(fchflags, fd_file, UF_NODUMP);
/freebsd-11-stable/sys/sys/
H A Daio.h128 struct file *fd_file; /* (*) pointer to file structure */ member in struct:kaiocb
/freebsd-11-stable/sys/kern/
H A Dvfs_aio.c559 if (job->fd_file)
560 fdrop(job->fd_file, curthread);
775 fp = job->fd_file;
842 struct file *fp = job->fd_file;
921 if (job->fd_file != sjob->fd_file ||
1223 fp = job->fd_file;
1569 job->fd_file = fp;
1733 if (job2->fd_file == job->fd_file
[all...]
H A Dsys_socket.c574 fp = job->fd_file;
750 so = job->fd_file->f_data;
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1470 so = job->fd_file->f_data;
1848 struct socket *so = job->fd_file->f_data;
1889 struct socket *so = job->fd_file->f_data;
H A Dt4_cpl_io.c1921 (((struct toepcb *)(so_sototcpcb((job)->fd_file->f_data)->t_toe))->tid)
2033 fp = job->fd_file;
2255 so = job->fd_file->f_data;

Completed in 146 milliseconds