Home
last modified time | relevance | path

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

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/block/
H A Dblock_int.h737 struct BdrvChildClass { struct
740 bool stay_at_node;
746 bool parent_is_bds;
752 void (*change_media)(BdrvChild *child, bool load);
753 void (*resize)(BdrvChild *child);
758 const char *(*get_name)(BdrvChild *child);
764 char *(*get_parent_desc)(BdrvChild *child);
781 void (*drained_begin)(BdrvChild *child);
782 void (*drained_end)(BdrvChild *child, int *drained_end_counter);
789 bool (*drained_poll)(BdrvChild *child);
[all …]
H A Dblock.h27 typedef struct BdrvChildClass BdrvChildClass; typedef
/dports/emulators/qemu60/qemu-6.0.0/include/block/
H A Dblock_int.h720 struct BdrvChildClass { struct
723 bool stay_at_node;
729 bool parent_is_bds;
731 void (*inherit_options)(BdrvChildRole role, bool parent_is_format,
735 void (*change_media)(BdrvChild *child, bool load);
736 void (*resize)(BdrvChild *child);
741 const char *(*get_name)(BdrvChild *child);
747 char *(*get_parent_desc)(BdrvChild *child);
764 void (*drained_begin)(BdrvChild *child);
765 void (*drained_end)(BdrvChild *child, int *drained_end_counter);
[all …]
H A Dblock.h26 typedef struct BdrvChildClass BdrvChildClass; typedef
/dports/emulators/qemu5/qemu-5.2.0/include/block/
H A Dblock_int.h703 struct BdrvChildClass { struct
706 bool stay_at_node;
712 bool parent_is_bds;
714 void (*inherit_options)(BdrvChildRole role, bool parent_is_format,
718 void (*change_media)(BdrvChild *child, bool load);
719 void (*resize)(BdrvChild *child);
724 const char *(*get_name)(BdrvChild *child);
730 char *(*get_parent_desc)(BdrvChild *child);
747 void (*drained_begin)(BdrvChild *child);
748 void (*drained_end)(BdrvChild *child, int *drained_end_counter);
[all …]
H A Dblock.h26 typedef struct BdrvChildClass BdrvChildClass; typedef