Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-bus-helper.c144 const char *path_fmt, ...) in xs_node_read() argument
149 va_start(ap, path_fmt); in xs_node_read()
150 path = g_strdup_vprintf(path_fmt, ap); in xs_node_read()
/openbmc/qemu/include/hw/xen/
H A Dxen-bus-helper.h47 const char *path_fmt, ...)