Lines Matching refs:error_msg
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()
520 error_msg = strerror(-self->audit_fd); in FIXTURE_SETUP()
521 TH_LOG("Failed to initialize audit: %s", error_msg); in FIXTURE_SETUP()