Home
last modified time | relevance | path

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

/openbmc/qemu/hw/9pfs/
H A D9p-proxy.c34 typedef struct V9fsProxy { struct
39 } V9fsProxy; argument
185 static int v9fs_receive_response(V9fsProxy *proxy, int type, in v9fs_receive_response()
297 static int v9fs_receive_status(V9fsProxy *proxy, in v9fs_receive_status()
328 static int v9fs_request(V9fsProxy *proxy, int type, void *response, ...) in v9fs_request()
1194 V9fsProxy *proxy = g_new(V9fsProxy, 1); in proxy_init()
1228 V9fsProxy *proxy = ctx->private; in proxy_cleanup()