Home
last modified time | relevance | path

Searched refs:TST_RETVAL_GE0 (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/bpf/
Dbpf_common.c35 TST_RETVAL_GE0); in bpf_map_create()
111 TST_RETVAL_GE0); in bpf_load_prog()
Dbpf_prog05.c88 TST_RETVAL_GE0); in ensure_ptr_arithmetic()
/third_party/ltp/include/
Dtst_common.h75 #define TST_RETVAL_GE0(x) ((x) >= 0) macro
/third_party/ltp/doc/
Dshell-test-api.txt437 * 'TST_RETVAL_GE0()' - The call was successful if 'FUNC' returned value >= 0.