Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Ducall_common.c92 guest_vsnprintf(uc->buffer, UCALL_BUFFER_LEN, fmt, va); in ucall_assert()
109 guest_vsnprintf(uc->buffer, UCALL_BUFFER_LEN, fmt, va); in ucall_fmt()
H A Dguest_sprintf.c118 int guest_vsnprintf(char *buf, int n, const char *fmt, va_list args) in guest_vsnprintf() function
310 len = guest_vsnprintf(buf, n, fmt, va); in guest_snprintf()
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dtest_util.h188 int guest_vsnprintf(char *buf, int n, const char *fmt, va_list args);