Home
last modified time | relevance | path

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

/third_party/NuttX/fs/nfs/
H A Dnfs_mount.h154 uint32_t timeo; /* Timeout value (in deciseconds) */ member
166 uint8_t timeo; /* Time value in deciseconds (with NFSMNT_TIMEO) */ member
H A Dnfs_adapter.c351 if ((argp->flags & NFSMNT_TIMEO) != 0 && argp->timeo > 0) in nfs_decode_args()
353 uint32_t tmp = ((uint32_t)argp->timeo * NFS_HZ + 5) / 10; in nfs_decode_args()
363 nprmt->timeo = tmp; in nfs_decode_args()
507 nprmt.timeo = NFS_TIMEO; in nfs_bind()
579 nmp->nm_timeo = nprmt.timeo; in nfs_bind()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs136 pub timeo: ::c_int,

Completed in 8 milliseconds