Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/nfs/nfsstat01/
H A Dnfsstat01.sh7 TST_NEEDS_CMDS="nfsstat"
20 ROD nfsstat -c$opt | grep -q "$calls"
27 tst_rhost_run -s -c "nfsstat -s$opt" | grep -q "$calls"
32 # tracking using the 'nfsstat' command and /proc/net/rpc
H A Dnfsstat017 TST_NEEDS_CMDS="nfsstat"
22 ROD nfsstat -c$opt | grep -q "$calls"
29 tst_rhost_run -s -c "nfsstat -s$opt" | grep -q "$calls"
34 # tracking using the 'nfsstat' command and /proc/net/rpc
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs683 enum nfsstat { enum
712 pub const S_nfsLib_NFSERR_WFLUSH: ::c_int = M_nfsStat | nfsstat::NFSERR_WFLUSH as ::c_int;
713 pub const S_nfsLib_NFSERR_REMOTE: ::c_int = M_nfsStat | nfsstat::NFSERR_REMOTE as ::c_int;
714 pub const S_nfsLib_NFSERR_BADHANDLE: ::c_int = M_nfsStat | nfsstat::NFSERR_BADHANDLE as ::c_int;
715 pub const S_nfsLib_NFSERR_NOT_SYNC: ::c_int = M_nfsStat | nfsstat::NFSERR_NOT_SYNC as ::c_int;
716 pub const S_nfsLib_NFSERR_BAD_COOKIE: ::c_int = M_nfsStat | nfsstat::NFSERR_BAD_COOKIE as ::c_int;
718 pub const S_nfsLib_NFSERR_TOOSMALL: ::c_int = M_nfsStat | nfsstat::NFSERR_TOOSMALL as ::c_int;
720 pub const S_nfsLib_NFSERR_BADTYPE: ::c_int = M_nfsStat | nfsstat::NFSERR_BADTYPE as ::c_int;
721 pub const S_nfsLib_NFSERR_JUKEBOX: ::c_int = M_nfsStat | nfsstat::NFSERR_JUKEBOX as ::c_int;

Completed in 5 milliseconds