Home
last modified time | relevance | path

Searched defs:errval (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c149 #define PROTECT_REGION_EXIT(errval) return (errval); argument
151 #define PROTECT_REGION_END(result, errval) \ argument
174 #define PROTECT_FUNC(fn, errval, epoll_fd) ( \ argument
/third_party/NuttX/fs/nfs/
Drpc_clnt.c550 int errval; in rpcclnt_reconnect() local
668 int errval; in rpcclnt_connect() local
/third_party/rust/crates/nix/src/sys/
Dsignal.rs1164 let errval = Err(Errno::EINVAL); in test_from_str_invalid_value() localVariable
/third_party/astc-encoder/Source/
Dastcenc_weight_align.cpp174 vfloat errval = vfloat::zero(); in compute_lowest_and_highest_weight() local
/third_party/ffmpeg/libavcodec/
Dalsdec.c462 #define MISSING_ERR(cond, str, errval) \ in check_specific_config() argument