Home | History | Annotate | Download | only in qemu

Lines Matching full:void

53 void bdrv_mon_event(const BlockDriverState *bdrv,
55 void bdrv_info_print(Monitor *mon, const QObject *data);
56 void bdrv_info(Monitor *mon, QObject **ret_data);
57 void bdrv_stats_print(Monitor *mon, const QObject *data);
58 void bdrv_info_stats(Monitor *mon, QObject **ret_data);
60 void bdrv_init(void);
61 void bdrv_init_with_whitelist(void);
69 void bdrv_delete(BlockDriverState *bs);
73 void bdrv_close(BlockDriverState *bs);
75 void bdrv_detach(BlockDriverState *bs, DeviceState *qdev);
82 void *buf, int count);
84 const void *buf, int count);
86 const void *buf, int count);
91 void bdrv_get_geometry(BlockDriverState *bs, uint64_t *nb_sectors_ptr);
92 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs);
94 void bdrv_commit_all(void);
97 void bdrv_register(BlockDriver *bdrv);
110 typedef void BlockDriverCompletionFunc(void *opaque, int ret);
111 typedef void BlockDriverDirtyHandler(BlockDriverState *bs, int64_t sector,
115 BlockDriverCompletionFunc *cb, void *opaque);
118 BlockDriverCompletionFunc *cb, void *opaque);
120 BlockDriverCompletionFunc *cb, void *opaque);
121 void bdrv_aio_cancel(BlockDriverAIOCB *acb);
129 void *opaque;
139 int bdrv_ioctl(BlockDriverState *bs, unsigned long int req, void *buf);
141 unsigned long int req, void *buf,
142 BlockDriverCompletionFunc *cb, void *opaque);
145 void bdrv_flush(BlockDriverState *bs);
146 void bdrv_flush_all(void);
147 void bdrv_close_all(void);
162 void bdrv_set_geometry_hint(BlockDriverState *bs,
164 void bdrv_set_type_hint(BlockDriverState *bs, int type);
165 void bdrv_set_translation_hint(BlockDriverState *bs, int translation);
166 void bdrv_get_geometry_hint(BlockDriverState *bs,
170 void bdrv_set_on_error(BlockDriverState *bs, BlockErrorAction on_read_error,
173 void bdrv_set_removable(BlockDriverState *bs, int removable);
181 void bdrv_set_locked(BlockDriverState *bs, int locked);
183 void bdrv_set_change_cb(BlockDriverState *bs,
184 void (*change_cb)(void *opaque), void *opaque);
185 void bdrv_get_format(BlockDriverState *bs, char *buf, int buf_size);
188 void bdrv_iterate(void (*it)(void *opaque, BlockDriverState *bs),
189 void *opaque);
193 int bdrv_query_missing_keys(void);
194 void bdrv_iterate_format(void (*it)(void *opaque, const char *name),
195 void *opaque);
202 void bdrv_get_backing_filename(BlockDriverState *bs,
206 BlockDriverState *bdrv_snapshots(void);
218 void path_combine(char *dest, int dest_size,
230 void bdrv_set_dirty_tracking(BlockDriverState *bs, int enable);
232 void bdrv_reset_dirty(BlockDriverState *bs, int64_t cur_sector,
286 void bdrv_debug_event(BlockDriverState *bs, BlkDebugEvent event);