Home
last modified time | relevance | path

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

/qemu/crypto/
H A Dblockpriv.h50 int (*open)(QCryptoBlock *block, member
/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/ebpf/
H A Drss.bpf.skeleton.h979 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.h262 void (*open)(Chardev *chr, ChardevBackend *backend, member
/qemu/fsdev/
H A Dfile-op-9p.h140 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()