Searched refs:xs_transaction (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/dev/pv/ |
H A D | xenstore.c | 188 int xs_output(struct xs_transaction *, uint8_t *, int); 191 xs_reply(struct xs_transaction *, uint); 354 xs_output(struct xs_transaction *xst, uint8_t *bp, int len) in xs_output() 423 xs_reply(struct xs_transaction *xst, uint rid) in xs_reply() 618 xs_put_buf(struct xs_transaction *xst, struct xs_msg *xsm) in xs_put_buf() 719 xs_cmd(struct xs_transaction *xst, int cmd, const char *path, in xs_cmd() 825 struct xs_transaction xst; in xs_watch() 950 struct xs_transaction xst; in xs_getprop() 985 struct xs_transaction xst; in xs_setprop() 1018 struct xs_transaction xst; in xs_cmpprop() [all …]
|
H A D | xenvar.h | 182 struct xs_transaction { struct 187 int xs_cmd(struct xs_transaction *, int, const char *, struct iovec **, argument 189 void xs_resfree(struct xs_transaction *, struct iovec *, int);
|
H A D | xen.c | 208 struct xs_transaction xst; in xen_control() 1393 struct xs_transaction xst; in xen_probe_devices() 1456 struct xs_transaction xst; in xen_hotplug()
|