Searched refs:rtas_log_buf (Results 1 – 1 of 1) sorted by relevance
36 static char *rtas_log_buf; variable 253 memcpy(&rtas_log_buf[offset], (void *) &error_log_cnt, sizeof(int)); in pSeries_log_error() 257 memcpy(&rtas_log_buf[offset], buf, len); in pSeries_log_error() 346 memcpy(tmp, &rtas_log_buf[offset], count); in rtas_log_read() 467 /* We can use rtas_log_buf now */ in retrieve_nvram_error_log() 531 rtas_log_buf = vmalloc(array_size(LOG_NUMBER, in rtas_event_scan_init() 533 if (!rtas_log_buf) { in rtas_event_scan_init() 551 if (!rtas_log_buf) in rtas_init()