Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c1142 char *buff_copy = NULL; in rtas_call() local
1176 buff_copy = __fetch_rtas_last_error(NULL); in rtas_call()
1186 if (buff_copy) { in rtas_call()
1187 log_error(buff_copy, ERR_TYPE_RTAS_LOG, 0); in rtas_call()
1189 kfree(buff_copy); in rtas_call()
1821 char *buff_copy, *errbuf = NULL; in SYSCALL_DEFINE1() local
1884 buff_copy = get_errorlog_buffer(); in SYSCALL_DEFINE1()
1896 errbuf = __fetch_rtas_last_error(buff_copy); in SYSCALL_DEFINE1()
1901 if (buff_copy) { in SYSCALL_DEFINE1()
1904 kfree(buff_copy); in SYSCALL_DEFINE1()