Home
last modified time | relevance | path

Searched defs:p9dev (Results 1 – 2 of 2) sorted by relevance

/kvmtool/virtio/
H A D9p.c86 static struct p9_fid *get_fid(struct p9_dev *p9dev, int fid) in get_fid()
106 static void close_fid(struct p9_dev *p9dev, u32 fid) in close_fid()
148 static void virtio_p9_error_reply(struct p9_dev *p9dev, in virtio_p9_error_reply()
170 static void virtio_p9_version(struct p9_dev *p9dev, in virtio_p9_version()
191 static void virtio_p9_clunk(struct p9_dev *p9dev, in virtio_p9_clunk()
273 static int stat_rel(struct p9_dev *p9dev, const char *path, struct stat *st) in stat_rel()
286 static void virtio_p9_open(struct p9_dev *p9dev, in virtio_p9_open()
326 static void virtio_p9_create(struct p9_dev *p9dev, in virtio_p9_create()
387 static void virtio_p9_mkdir(struct p9_dev *p9dev, in virtio_p9_mkdir()
441 static void virtio_p9_walk(struct p9_dev *p9dev, in virtio_p9_walk()
[all …]
/kvmtool/include/kvm/
H A Dvirtio-9p.h38 struct p9_dev *p9dev; member