Lines Matching refs:error_string
439 char *error_string; in auditd_thread_init() local
481 error_string = NULL; in auditd_thread_init()
484 &open_params, &error_string)) != AUDITD_SUCCESS) { in auditd_thread_init()
485 report_error(rc, error_string, p->plg_path); in auditd_thread_init()
486 free(error_string); in auditd_thread_init()
518 error_string = NULL; in auditd_thread_init()
520 &open_params, &error_string)) != AUDITD_SUCCESS) { in auditd_thread_init()
521 report_error(rc, error_string, p->plg_path); in auditd_thread_init()
522 free(error_string); in auditd_thread_init()
1188 char *error_string; in process() local
1225 error_string = NULL; in process()
1230 b_node->abq_data_len, q_node->aqq_sequence, &error_string); in process()
1240 report_error(plugrc, error_string, p->plg_path); in process()
1243 free(error_string); in process()
1244 error_string = NULL; in process()
1269 report_error(plugrc, error_string, p->plg_path); in process()
1270 free(error_string); in process()
1271 error_string = NULL; in process()
1306 error_string = NULL; in process()
1307 if ((rc = p->plg_fplugin_close(&error_string)) != in process()
1309 report_error(rc, error_string, p->plg_path); in process()
1311 free(error_string); in process()