Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Drtas.c427 char *buff_copy = NULL; in rtas_call() local
453 buff_copy = __fetch_rtas_last_error(NULL); in rtas_call()
462 if (buff_copy) { in rtas_call()
463 log_error(buff_copy, ERR_TYPE_RTAS_LOG, 0); in rtas_call()
465 kfree(buff_copy); in rtas_call()
1040 char *buff_copy, *errbuf = NULL; in ppc_rtas() local
1092 buff_copy = get_errorlog_buffer(); in ppc_rtas()
1103 errbuf = __fetch_rtas_last_error(buff_copy); in ppc_rtas()
1107 if (buff_copy) { in ppc_rtas()
1110 kfree(buff_copy); in ppc_rtas()