Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_safe_macros.c75 tst_brk_(filename, lineno, TBROK | TERRNO, in safe_personality()
89 tst_brk_(file, lineno, TBROK | TERRNO, in safe_setregid()
105 tst_brk_(file, lineno, TBROK | TERRNO, in safe_setreuid()
123 tst_brk_(file, lineno, TBROK | TERRNO, in safe_sigaction()
139 tst_brk_(file, lineno, TBROK | TERRNO, in safe_getgrnam()
170 tst_brk_(file, lineno, TBROK | TERRNO, in safe_getgrgid()
183 tst_brk_(file, lineno, TBROK | TERRNO, in safe_chroot()
197 tst_brk_(file, lineno, TCONF | TERRNO, in safe_unshare()
200 tst_brk_(file, lineno, TBROK | TERRNO, in safe_unshare()
Dsafe_pthread.c21 tst_brk_(file, lineno, TBROK, in safe_pthread_create()
37 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.c329 void tst_brk_(const char *file, const int lineno, int ttype, in tst_brk_() function
399 tst_brk_(filename, lineno, TBROK | TERRNO, "fork() failed"); in safe_fork()
/external/ltp/testcases/kernel/syscalls/memfd_create/
Dmemfd_create_common.c39 tst_brk_(filename, lineno, TFAIL | TERRNO, in check_fallocate()
104 tst_brk_(filename, lineno, TCONF, in get_mfd_all_available_flags()
124 tst_brk_(filename, lineno, TBROK | TTERRNO, in mfd_flags_available()
143 tst_brk_(filename, lineno, TBROK | TERRNO, in check_mfd_new()
163 tst_brk_(filename, lineno, TFAIL, in check_mfd_fail_new()
214 tst_brk_(file, lineno, TFAIL, in check_mfd_has_seals()
227 tst_brk_(file, lineno, TFAIL | TERRNO, in check_mprotect()
239 tst_brk_(filename, lineno, TFAIL, in check_mfd_fail_add_seals()
256 tst_brk_(filename, lineno, TFAIL, in check_mfd_size()
372 tst_brk_(filename, lineno, TFAIL | TTERRNO, in check_mfd_non_writeable()
[all …]
/external/ltp/include/
Dtst_safe_macros.h66 tst_brk_(file, lineno, TBROK | TERRNO, in safe_dup()
248 tst_brk_(file, lineno, TBROK | TERRNO, in safe_mmap()
266 tst_brk_(file, lineno, TBROK | TERRNO, in safe_ftruncate()
283 tst_brk_(file, lineno, TBROK | TERRNO, in safe_truncate()
301 tst_brk_(file, lineno, TBROK | TERRNO, in safe_stat()
318 tst_brk_(file, lineno, TBROK | TERRNO, in safe_fstat()
335 tst_brk_(file, lineno, TBROK | TERRNO, in safe_lstat()
352 tst_brk_(file, lineno, TBROK | TERRNO, in safe_statfs()
369 tst_brk_(file, lineno, TBROK | TERRNO, in safe_lseek()
387 tst_brk_(file, lineno, TBROK | TERRNO, in safe_getrlimit()
[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.h62 void tst_brk_(const char *file, const int lineno, int ttype,
70 tst_brk_(__FILE__, __LINE__, (ttype), (arg_fmt), ##__VA_ARGS__);\
/external/ltp/testcases/lib/
Dtst_net.sh96 tst_brk_() function
167 *) tst_brk_ TBROK "tst_rhost_run: unknown option: $OPTARG" ;;
175 tst_brk_ TBROK "tst_rhost_run: command not defined"
196 tst_brk_ TBROK "'$cmd' failed on '$RHOST': '$output'"
231 *) tst_brk_ TBROK "tst_net_run: unknown option: $OPTARG" ;;
240 tst_brk_ TBROK "tst_net_run: command not defined"
422 tst_brk_ TBROK "tst_ipaddr_un: -m cannot be higher than $max_net_id ($OPTARG)"
647 tst_brk_ TBROK "Using tst_netload requires setting TST_NEEDS_TMPDIR=1"
674 *) tst_brk_ TBROK "tst_netload: unknown option: $OPTARG" ;;
697 tst_brk_ $ttype "server failed"
[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__); \