OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:raw_getlength
(Results
1 - 3
of
3
) sorted by null
/external/qemu/block/
raw-posix.c
124
static int64_t
raw_getlength
(BlockDriverState *bs);
249
int64_t size =
raw_getlength
(bs);
580
static int64_t
raw_getlength
(BlockDriverState *bs)
function
599
static int64_t
raw_getlength
(BlockDriverState *bs)
function
625
static int64_t
raw_getlength
(BlockDriverState *bs)
function
680
static int64_t
raw_getlength
(BlockDriverState *bs)
function
756
.bdrv_getlength =
raw_getlength
,
1019
.bdrv_getlength =
raw_getlength
,
1134
.bdrv_getlength =
raw_getlength
,
1234
.bdrv_getlength =
raw_getlength
,
[
all
...]
raw-win32.c
176
static int64_t
raw_getlength
(BlockDriverState *bs)
function
252
.bdrv_getlength =
raw_getlength
,
414
.bdrv_getlength =
raw_getlength
,
raw.c
183
static int64_t
raw_getlength
(BlockDriverState *bs)
function
257
.bdrv_getlength =
raw_getlength
,
Completed in 18 milliseconds