Searched refs:error_msg (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/landlock/ |
| A D | audit_test.c | 54 const char *error_msg; in FIXTURE_SETUP() local 58 error_msg = "socket already in use (e.g. auditd)"; in FIXTURE_SETUP() 60 error_msg = strerror(-self->audit_fd); in FIXTURE_SETUP() 61 TH_LOG("Failed to initialize audit: %s", error_msg); in FIXTURE_SETUP() 325 const char *error_msg; in FIXTURE_SETUP() local 329 error_msg = "socket already in use (e.g. auditd)"; in FIXTURE_SETUP() 331 error_msg = strerror(-self->audit_fd); in FIXTURE_SETUP() 332 TH_LOG("Failed to initialize audit: %s", error_msg); in FIXTURE_SETUP() 514 const char *error_msg; in FIXTURE_SETUP() local 518 error_msg = "socket already in use (e.g. auditd)"; in FIXTURE_SETUP() [all …]
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | kfunc_call.c | 40 #define __BPF_TEST_FAIL(name, __retval, type, error_msg) \ argument 46 .expected_err_msg = error_msg, \ 53 #define TC_FAIL(name, retval, error_msg) __BPF_TEST_FAIL(name, retval, tc_test, error_msg) argument 54 #define SYSCALL_NULL_CTX_FAIL(name, retval, error_msg) \ argument 55 __BPF_TEST_FAIL(name, retval, syscall_null_ctx_test, error_msg)
|
| /tools/bpf/bpftool/ |
| A D | map.c | 195 const char *error_msg) in print_entry_error_msg() argument 197 int msg_size = strlen(error_msg); in print_entry_error_msg() 208 printf("value:%c%s", break_names ? '\n' : ' ', error_msg); in print_entry_error_msg()
|
Completed in 8 milliseconds