Home
last modified time | relevance | path

Searched defs:log_result (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/rpcsvc/
Dnis.x207 struct log_result { struct
208 nis_error lr_status; /* The status itself */
209 netobj lr_cookie; /* Used by the dump callback */
210 log_entry lr_entries<>; /* zero or more entries */
Dnis.h394 struct log_result { struct
402 typedef struct log_result log_result; typedef
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dbloom_filter_bench.c63 static __always_inline void log_result(__u32 key) in log_result() function
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dllvm_simple_bisect.py85 def log_result(self, log_dir: Path, llvm_hash: Text, decision: Text): member in CommandResult