Home
last modified time | relevance | path

Searched defs:read_fd (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/lib/libsecureboot/
H A Dreadfile.c29 read_fd(int fd, size_t len) in read_fd() function
/freebsd-src/sbin/pfctl/tests/
H A Dpfctl_test.c89 read_fd(int fd, size_t sizehint) in read_fd() function
/freebsd-src/tests/sys/aio/
H A Daio_test.c136 aio_context_init(struct aio_context *ac, int read_fd, in aio_context_init()
514 int error, read_fd = -1, write_fd = -1; in aio_fifo_test() local
661 int read_fd, write_fd; in aio_pty_test() local
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc428 int read_fd() const { return read_fd_; } read_fd() function in testing::internal::DeathTestImpl
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp185 copy_file_impl(FileDescriptor & read_fd,FileDescriptor & write_fd,error_code & ec) copy_file_impl() argument
/freebsd-src/crypto/openssh/
H A Dsftp-server.c1613 int read_handle, read_fd, write_handle, write_fd; in process_extended_copy_data() local
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4419 const int read_fd = m_read_file.GetDescriptor(); Run() local