OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drive_get_serial
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
sysemu.h
165
extern const char *
drive_get_serial
(BlockDriverState *bdrv);
vl-android.c
982
const char *
drive_get_serial
(BlockDriverState *bdrv)
function
[
all
...]
vl.c
789
const char *
drive_get_serial
(BlockDriverState *bdrv)
function
[
all
...]
/external/qemu/hw/
scsi-disk.c
953
strncpy(s->drive_serial_str,
drive_get_serial
(s->bdrv),
Completed in 34 milliseconds