Lines Matching refs:error_string
448 char *error_string; in auditd_thread_init() local
490 error_string = NULL; in auditd_thread_init()
493 &open_params, &error_string)) != AUDITD_SUCCESS) { in auditd_thread_init()
494 report_error(rc, error_string, p->plg_path); in auditd_thread_init()
495 free(error_string); in auditd_thread_init()
526 error_string = NULL; in auditd_thread_init()
528 &open_params, &error_string)) != AUDITD_SUCCESS) { in auditd_thread_init()
529 report_error(rc, error_string, p->plg_path); in auditd_thread_init()
530 free(error_string); in auditd_thread_init()
1198 char *error_string; in process() local
1235 error_string = NULL; in process()
1240 b_node->abq_data_len, q_node->aqq_sequence, &error_string); in process()
1250 report_error(plugrc, error_string, p->plg_path); in process()
1253 free(error_string); in process()
1254 error_string = NULL; in process()
1279 report_error(plugrc, error_string, p->plg_path); in process()
1280 free(error_string); in process()
1281 error_string = NULL; in process()
1316 error_string = NULL; in process()
1317 if ((rc = p->plg_fplugin_close(&error_string)) != in process()
1319 report_error(rc, error_string, p->plg_path); in process()
1321 free(error_string); in process()