Home
last modified time | relevance | path

Searched defs:open (Results 1 – 6 of 6) sorted by relevance

/qemu/include/hw/xen/
H A Dxen_backend_ops.h54 xenevtchn_handle *(*open)(void); member
153 xengnttab_handle *(*open)(void); member
270 struct qemu_xs_handle *(*open)(void); member
/qemu/crypto/
H A Dblockpriv.h56 int (*open)(QCryptoBlock *block, member
/qemu/ebpf/
H A Drss.bpf.skeleton.h967 struct rss_bpf *rss_bpf::open(const struct bpf_object_open_opts *opts) { return rss_bpf__open_opts(… in open() function
/qemu/include/chardev/
H A Dchar.h263 void (*open)(Chardev *chr, ChardevBackend *backend, member
/qemu/fsdev/
H A Dfile-op-9p.h142 int (*open)(FsContext *, V9fsPath *, int, V9fsFidOpenState *); member
/qemu/tests/qtest/
H A Dahci-test.c1636 static void atapi_wait_tray(AHCIQState *ahci, bool open) in atapi_wait_tray()