Lines Matching refs:rtas_error_log_max
45 static unsigned int rtas_error_log_max; variable
321 rtas_error_log_max = *ip; in get_eventscan_parms()
322 DEBUG("rtas-error-log-max %d\n", rtas_error_log_max); in get_eventscan_parms()
324 if (rtas_error_log_max > RTAS_ERROR_LOG_MAX) { in get_eventscan_parms()
325 …printk(KERN_ERR "rtasd: truncated error log from %d to %d bytes\n", rtas_error_log_max, RTAS_ERROR… in get_eventscan_parms()
326 rtas_error_log_max = RTAS_ERROR_LOG_MAX; in get_eventscan_parms()
330 rtas_error_log_buffer_max = rtas_error_log_max + sizeof(int); in get_eventscan_parms()
373 memset(logdata, 0, rtas_error_log_max); in rtasd()
375 rc = read_error_log_nvram(logdata, rtas_error_log_max, &err_type); in rtasd()
386 memset(logdata, 0, rtas_error_log_max); in rtasd()
389 __pa(logdata), rtas_error_log_max); in rtasd()