Searched refs:logdata (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
H A Drtasd.c65 static unsigned char logdata[RTAS_ERROR_LOG_MAX]; variable
427 memset(logdata, 0, rtas_error_log_max); do_event_scan()
430 __pa(logdata), rtas_error_log_max); do_event_scan()
437 pSeries_log_error(logdata, ERR_TYPE_RTAS_LOG, 0); do_event_scan()
438 handle_rtas_event((struct rtas_error_log *)logdata); do_event_scan()
492 memset(logdata, 0, rtas_error_log_max); retreive_nvram_error_log()
493 rc = nvram_read_error_log(logdata, rtas_error_log_max, retreive_nvram_error_log()
499 pSeries_log_error(logdata, err_type | ERR_FLAG_BOOT, 0); retreive_nvram_error_log()
/linux-4.4.14/fs/jfs/
H A Djfs_logmgr.h115 * into the logdata area. The order: (1) data is moved (2) header

Completed in 105 milliseconds