Home
last modified time | relevance | path

Searched refs:F_RDADVISE (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs1665 // `F_RDADVISE` - Issue an advisory read async with no copy to user.
1667 // The `F_RDADVISE` command operates on the following structure which holds
1695 ret(c::fcntl(borrowed_fd(fd), c::F_RDADVISE, &radvisory))
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3093 pub const F_RDADVISE: ::c_int = 44; consts

Completed in 15 milliseconds