Home
last modified time | relevance | path

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

/openbmc/qemu/semihosting/
H A Dsyscalls.c74 static int copy_stat_to_user(CPUState *cs, target_ulong addr, in copy_stat_to_user() function
406 ret = copy_stat_to_user(cs, addr, &buf); in host_fstat()
429 ret = copy_stat_to_user(cs, addr, &buf); in host_stat()
647 ret = copy_stat_to_user(cs, addr, &tty_buf); in console_fstat()