OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QCowSnapshot
(Results
1 - 3
of
3
) sorted by null
/external/qemu/block/
qcow2-snapshot.c
67
QCowSnapshot
*sn;
79
s->snapshots = qemu_mallocz(s->nb_snapshots * sizeof(
QCowSnapshot
));
122
QCowSnapshot
*sn;
195
QCowSnapshot
*sn;
238
QCowSnapshot
*snapshots1, sn1, *sn = &sn1;
293
snapshots1 = qemu_malloc((s->nb_snapshots + 1) * sizeof(
QCowSnapshot
));
295
memcpy(snapshots1, s->snapshots, s->nb_snapshots * sizeof(
QCowSnapshot
));
317
QCowSnapshot
*sn;
358
QCowSnapshot
*sn;
394
QCowSnapshot
*sn
[
all
...]
qcow2.h
70
typedef struct
QCowSnapshot
{
79
}
QCowSnapshot
;
118
QCowSnapshot
*snapshots;
qcow2-refcount.c
[
all
...]
Completed in 30 milliseconds