Searched refs:logdata (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | rtasd.c | 66 static unsigned char logdata[RTAS_ERROR_LOG_MAX]; variable 429 memset(logdata, 0, rtas_error_log_max); in do_event_scan() 432 __pa(logdata), rtas_error_log_max); in do_event_scan() 439 if (rtas_error_type((struct rtas_error_log *)logdata) != in do_event_scan() 441 pSeries_log_error(logdata, ERR_TYPE_RTAS_LOG, in do_event_scan() 443 handle_rtas_event((struct rtas_error_log *)logdata); in do_event_scan() 497 memset(logdata, 0, rtas_error_log_max); in retrieve_nvram_error_log() 498 rc = nvram_read_error_log(logdata, rtas_error_log_max, in retrieve_nvram_error_log() 504 pSeries_log_error(logdata, err_type | ERR_FLAG_BOOT, 0); in retrieve_nvram_error_log()
|