Searched refs:phys_ram_fd (Results 1 – 3 of 3) sorted by relevance
98 static int phys_ram_fd = -1; local115 if (phys_ram_fd < 0) {150 phys_ram_fd = mkstemp(phys_ram_file);151 if (phys_ram_fd < 0) {159 phys_ram_fd = mkstemp(phys_ram_file);160 if (phys_ram_fd < 0) {169 ftruncate(phys_ram_fd, phys_ram_size + size);174 phys_ram_fd, phys_ram_size);
848 extern int phys_ram_fd;
116 int phys_ram_fd; variable