Home
last modified time | relevance | path

Searched refs:NFSMNT_TIMEO (Results 1 - 3 of 3) sorted by relevance

/third_party/NuttX/fs/nfs/
H A Dnfs_mount.h72 #define NFSMNT_TIMEO (1 << 3) /* Set initial timeout */ macro
166 uint8_t timeo; /* Time value in deciseconds (with NFSMNT_TIMEO) */
H A Dnfs_adapter.c351 if ((argp->flags & NFSMNT_TIMEO) != 0 && argp->timeo > 0) in nfs_decode_args()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1523 pub const NFSMNT_TIMEO: ::c_int = 0x8; // set initial timeout consts

Completed in 8 milliseconds