Searched refs:rtas_error_log_max (Results 1 – 1 of 1) sorted by relevance
45 static unsigned int rtas_error_log_max; variable321 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()[all …]