Home
last modified time | relevance | path

Searched refs:rtas_log_buf (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/kernel/
H A Drtasd.c36 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()
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()