Lines Matching full:rtas
28 #include <asm/rtas.h>
49 /* RTAS service tokens */
62 * Since we use 32 bit RTAS, the physical address of this must be below
99 /* To see this info, grep RTAS /var/log/messages and each entry
104 * format of error logs returned from RTAS:
118 char * str = "RTAS event"; in printk_log_rtas()
126 * with RTAS and a changing number, so syslogd will in printk_log_rtas()
134 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()
281 * the RTAS event. in handle_prrn_event()
293 * the scope for calling rtas update-nodes. in handle_rtas_event()
505 printk(KERN_DEBUG "RTAS daemon started\n"); in start_event_scan()
516 /* Cancel the rtas event scan work */
528 /* No RTAS */ in rtas_event_scan_init()
535 rtas_event_scan_rate = rtas_token("rtas-event-scan-rate"); in rtas_event_scan_init()
537 printk(KERN_ERR "rtasd: no rtas-event-scan-rate on system\n"); in rtas_event_scan_init()
574 entry = proc_create("powerpc/rtas/error_log", 0400, NULL, in rtas_init()