Lines Matching defs:h
302 static inline void qemu_xen_xs_close(struct qemu_xs_handle *h) in qemu_xen_xs_close()
310 static inline char *qemu_xen_xs_get_domain_path(struct qemu_xs_handle *h, in qemu_xen_xs_get_domain_path()
319 static inline char **qemu_xen_xs_directory(struct qemu_xs_handle *h, in qemu_xen_xs_directory()
329 static inline void *qemu_xen_xs_read(struct qemu_xs_handle *h, in qemu_xen_xs_read()
339 static inline bool qemu_xen_xs_write(struct qemu_xs_handle *h, in qemu_xen_xs_write()
349 static inline bool qemu_xen_xs_create(struct qemu_xs_handle *h, in qemu_xen_xs_create()
360 static inline bool qemu_xen_xs_destroy(struct qemu_xs_handle *h, in qemu_xen_xs_destroy()
369 static inline struct qemu_xs_watch *qemu_xen_xs_watch(struct qemu_xs_handle *h, in qemu_xen_xs_watch()
380 static inline void qemu_xen_xs_unwatch(struct qemu_xs_handle *h, in qemu_xen_xs_unwatch()
389 static inline xs_transaction_t qemu_xen_xs_transaction_start(struct qemu_xs_handle *h) in qemu_xen_xs_transaction_start()
397 static inline bool qemu_xen_xs_transaction_end(struct qemu_xs_handle *h, in qemu_xen_xs_transaction_end()