Home
last modified time | relevance | path

Searched refs:ioctl_fionread (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/rustix/src/io/
H A Dioctl.rs81 pub fn ioctl_fionread<Fd: AsFd>(fd: Fd) -> io::Result<u64> { in ioctl_fionread() functions
82 backend::io::syscalls::ioctl_fionread(fd.as_fd()) in ioctl_fionread()
H A Dmod.rs46 pub use ioctl::ioctl_fionread;
/third_party/rust/crates/rustix/tests/net/
H A Dpoll.rs48 let expected_nread = rustix::io::ioctl_fionread(&data_socket).unwrap(); in server()
94 let expected_nread = rustix::io::ioctl_fionread(&data_socket).unwrap(); in client()
/third_party/rust/crates/rustix/tests/io/
H A Dioctl.rs1 // `is_read_write` is not yet implemented on Windows. And `ioctl_fionread`
12 rustix::io::ioctl_fionread(&file).unwrap(), in test_ioctls()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dwindows_syscalls.rs16 pub(crate) fn ioctl_fionread(fd: BorrowedFd<'_>) -> io::Result<u64> {
H A Dsyscalls.rs328 pub(crate) fn ioctl_fionread(fd: BorrowedFd<'_>) -> io::Result<u64> {
/third_party/rust/crates/rustix/tests/fs/
H A Dfile.rs97 assert_ne!(rustix::io::ioctl_fionread(&file).unwrap(), 0); in test_file()
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs39 println!(" - ready: {:?}", rustix::io::ioctl_fionread(fd)?); in show()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dsyscalls.rs306 pub(crate) fn ioctl_fionread(fd: BorrowedFd<'_>) -> io::Result<u64> {

Completed in 4 milliseconds