Searched refs:phys_ram_fd (Results 1 - 3 of 3) sorted by relevance

/external/qemu/
H A Dosdep.c87 static int phys_ram_fd = -1; local
104 if (phys_ram_fd < 0) {
139 phys_ram_fd = mkstemp(phys_ram_file);
140 if (phys_ram_fd < 0) {
148 phys_ram_fd = mkstemp(phys_ram_file);
149 if (phys_ram_fd < 0) {
158 ftruncate(phys_ram_fd, phys_ram_size + size);
163 phys_ram_fd, phys_ram_size);
H A Dcpu-all.h851 extern int phys_ram_fd;
H A Dexec.c114 int phys_ram_fd; variable

Completed in 88 milliseconds