Searched refs:ErrorSet (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/qga/vss-win32/ |
H A D | requester.h | 29 typedef struct ErrorSet { struct 32 } ErrorSet; argument 44 typedef void (*QGAVSSRequesterFunc)(int *, void *, ErrorSet *); 45 void requester_freeze(int *num_vols, void *volList, ErrorSet *errset); 46 void requester_thaw(int *num_vols, void *volList, ErrorSet *errset);
|
H A D | requester.cpp | 169 static void AddComponents(ErrorSet *errset) in AddComponents() 299 void requester_freeze(int *num_vols, void *mountpoints, ErrorSet *errset) in requester_freeze() 563 void requester_thaw(int *num_vols, void *mountpints, ErrorSet *errset) in requester_thaw()
|
/openbmc/qemu/qga/ |
H A D | vss-win32.c | 155 ErrorSet errset = { in qga_vss_fsfreeze()
|