Lines Matching full:mca
22 * Periodically check for outstanding MCA or INIT records.
28 * mca.c may not pass a buffer, a NULL buffer just indicates that a new
78 "mca",
86 ARRAY_SIZE(salinfo_log_name) + /* /proc/sal/{mca,...} */
87 (2 * ARRAY_SIZE(salinfo_log_name)) + /* /proc/sal/mca/{event,data} */
91 * that are owned by mca.c.
120 * read data -> return the INIT/MCA/CMC/CPE record.
154 struct salinfo_data_saved data_saved[5];/* save last 5 records from mca.c, must be < 255 */
200 /* This routine is invoked in interrupt context. Note: mca.c enables
201 * interrupts before calling this code for CMC/CPE. MCA and INIT events are
203 * MCA and INIT records are recorded, a timer event will look for any
206 * The buffer passed from mca.c points to the output from ia64_log_get. This is
250 /* Check for outstanding MCA/INIT records every minute (arbitrary) */
416 /* saved record changed by mca.c since interrupt, discard it */ in salinfo_log_new_read()