Lines Matching full:rtas
24 #include <asm/rtas.h>
45 /* RTAS service tokens */
58 * Since we use 32 bit RTAS, the physical address of this must be below
97 /* To see this info, grep RTAS /var/log/messages and each entry
102 * format of error logs returned from RTAS:
116 char * str = "RTAS event"; in printk_log_rtas()
124 * with RTAS and a changing number, so syslogd will in printk_log_rtas()
132 n = sprintf(buffer, "RTAS %d:", i/perline); in printk_log_rtas()
165 /* rtas fixed header */ in log_rtas_len()
188 * method for the type of error. Currently, only RTAS
231 * rtas errors can occur during boot, and we do want to capture in pSeries_log_error()
483 printk(KERN_DEBUG "RTAS daemon started\n"); in start_event_scan()
494 /* Cancel the rtas event scan work */
506 /* No RTAS */ in rtas_event_scan_init()
513 rtas_event_scan_rate = rtas_token("rtas-event-scan-rate"); in rtas_event_scan_init()
515 printk(KERN_ERR "rtasd: no rtas-event-scan-rate on system\n"); in rtas_event_scan_init()
552 entry = proc_create("powerpc/rtas/error_log", 0400, NULL, in rtas_init()