Home
last modified time | relevance | path

Searched refs:tst_brk_ (Results 1 – 11 of 11) sorted by relevance

/external/ltp/lib/
Dtst_safe_macros.c86 tst_brk_(filename, lineno, TBROK | TERRNO, in safe_personality()
100 tst_brk_(file, lineno, TBROK | TERRNO, in safe_setregid()
116 tst_brk_(file, lineno, TBROK | TERRNO, in safe_setreuid()
134 tst_brk_(file, lineno, TBROK | TERRNO, in safe_sigaction()
150 tst_brk_(file, lineno, TBROK | TERRNO, in safe_getgrnam()
181 tst_brk_(file, lineno, TBROK | TERRNO, in safe_getgrgid()
194 tst_brk_(file, lineno, TBROK | TERRNO, in safe_chroot()
Dsafe_pthread.c33 tst_brk_(file, lineno, TBROK, in safe_pthread_create()
49 tst_brk_(file, lineno, TBROK, in safe_pthread_join()
Dtst_res.c587 tst_brk_(file, lineno, TBROK, in tst_brkm_()
591 tst_brk_(file, lineno, ttype, "%s", tmesg); in tst_brkm_()
Dtst_test.c327 void tst_brk_(const char *file, const int lineno, int ttype, in tst_brk_() function
397 tst_brk_(filename, lineno, TBROK | TERRNO, "fork() failed"); in safe_fork()
/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.c49 tst_brk_(filename, lineno, TFAIL | TERRNO, in check_fallocate()
114 tst_brk_(filename, lineno, TCONF, in get_mfd_all_available_flags()
134 tst_brk_(filename, lineno, TBROK | TTERRNO, in mfd_flags_available()
153 tst_brk_(filename, lineno, TBROK | TERRNO, in check_mfd_new()
173 tst_brk_(filename, lineno, TFAIL, in check_mfd_fail_new()
224 tst_brk_(file, lineno, TFAIL, in check_mfd_has_seals()
237 tst_brk_(file, lineno, TFAIL | TERRNO, in check_mprotect()
249 tst_brk_(filename, lineno, TFAIL, in check_mfd_fail_add_seals()
266 tst_brk_(filename, lineno, TFAIL, in check_mfd_size()
382 tst_brk_(filename, lineno, TFAIL | TTERRNO, in check_mfd_non_writeable()
[all …]
/external/ltp/include/
Dtst_safe_macros.h65 tst_brk_(file, lineno, TBROK | TERRNO, in safe_dup()
247 tst_brk_(file, lineno, TBROK | TERRNO, in safe_mmap()
265 tst_brk_(file, lineno, TBROK | TERRNO, in safe_ftruncate()
282 tst_brk_(file, lineno, TBROK | TERRNO, in safe_truncate()
300 tst_brk_(file, lineno, TBROK | TERRNO, in safe_stat()
317 tst_brk_(file, lineno, TBROK | TERRNO, in safe_fstat()
334 tst_brk_(file, lineno, TBROK | TERRNO, in safe_lstat()
351 tst_brk_(file, lineno, TBROK | TERRNO, in safe_lseek()
369 tst_brk_(file, lineno, TBROK | TERRNO, in safe_getrlimit()
387 tst_brk_(file, lineno, TBROK | TERRNO, in safe_setrlimit()
[all …]
Dtst_safe_prw.h30 tst_brk_(file, lineno, TBROK | TERRNO, in safe_pread()
49 tst_brk_(file, lineno, TBROK | TERRNO, in safe_pwrite()
Dtst_test.h68 void tst_brk_(const char *file, const int lineno, int ttype,
76 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
/external/ltp/testcases/lib/
Dtst_net.sh88 tst_brk_() function
158 *) tst_brk_ TBROK "tst_rhost_run: unknown option: $OPTARG" ;;
166 tst_brk_ TBROK "tst_rhost_run: command not defined"
187 tst_brk_ TBROK "'$cmd' failed on '$RHOST': '$output'"
222 *) tst_brk_ TBROK "tst_net_run: unknown option: $OPTARG" ;;
231 tst_brk_ TBROK "tst_net_run: command not defined"
542 tst_brk_ TBROK "Using tst_netload requires setting TST_NEEDS_TMPDIR=1"
568 *) tst_brk_ TBROK "tst_netload: unknown option: $OPTARG" ;;
586 tst_brk_ $ttype "server failed"
599 tst_brk_ TFAIL "expected '$expect_res' but ret: '$ret'"
[all …]
/external/ltp/include/old/
Dltp_priv.h58 void tst_brk_(const char *file, const int lineno, int ttype,
70 tst_brk_(file, lineno, TBROK, \
Dtest.h140 tst_brk_(__FILE__, __LINE__, flags, fmt, ##__VA_ARGS__); \