Searched defs:req_id (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 352 static void xs_ok(XenXenstoreState *s, unsigned int type, unsigned int req_id, in xs_ok() 501 static void xs_read(XenXenstoreState *s, unsigned int req_id, in xs_read() 541 static void xs_write(XenXenstoreState *s, unsigned int req_id, in xs_write() 578 static void xs_mkdir(XenXenstoreState *s, unsigned int req_id, in xs_mkdir() 649 static void xs_directory(XenXenstoreState *s, unsigned int req_id, in xs_directory() 682 static void xs_directory_part(XenXenstoreState *s, unsigned int req_id, in xs_directory_part() 747 static void xs_transaction_start(XenXenstoreState *s, unsigned int req_id, in xs_transaction_start() 778 static void xs_transaction_end(XenXenstoreState *s, unsigned int req_id, in xs_transaction_end() 812 static void xs_rm(XenXenstoreState *s, unsigned int req_id, in xs_rm() 833 static void xs_get_perms(XenXenstoreState *s, unsigned int req_id, in xs_get_perms() [all …]
|
/qemu/include/hw/xen/interface/io/ |
H A D | xs_wire.h | 85 uint32_t req_id;/* Request identifier, echoed in daemon's response. */ member
|