OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu
(Results
26 - 31
of
31
) sorted by null
1
2
/system/core/init/
init.c
76
static char
qemu
[32];
variable
706
if (!strcmp(name,"
qemu
")) {
707
strlcpy(
qemu
, value, sizeof(
qemu
));
775
/* first pass does the common stuff, and finds if we are in
qemu
.
776
* second pass is only necessary for
qemu
to export all kernel params
780
if (
qemu
[0])
/sdk/build/
tools.atree
100
external/
qemu
/android/avd/hardware-properties.ini tools/lib/hardware-properties.ini
/build/
envsetup.sh
1057
local KERNEL=$T/prebuilts/
qemu
-kernel/$arch/vmlinux-
qemu
[
all
...]
/build/core/
Makefile
549
prebuilts/
qemu
-kernel/arm/LINUX_KERNEL_COPYING \
[
all
...]
/external/qemu/hw/
scsi-disk.c
16
#include <
qemu
-common.h>
31
#include "
qemu
-common.h"
53
/* Both sector and sector_count are in terms of
qemu
512 byte blocks. */
67
/* The
qemu
block layer uses a fixed 512 byte sector size.
583
memcpy(&outbuf[16], "
QEMU
CD-ROM ", 16);
586
memcpy(&outbuf[16], "
QEMU
HARDDISK ", 16);
588
memcpy(&outbuf[8], "
QEMU
", 8);
/external/qemu/
exec.c
37
#include "
qemu
-common.h"
43
#include "
qemu
-timer.h"
45
#include <
qemu
.h>
190
static const char *logfilename = "
qemu
.log";
192
static const char *logfilename = "/tmp/
qemu
.log";
513
/* Must be called before using the
QEMU
cpus. 'tb_size' is the size
642
printf("
qemu
: flush code_size=%ld nb_tbs=%d avg_tb_size=%ld\n",
[
all
...]
Completed in 306 milliseconds
1
2