Searched refs:map_file (Results 1 – 5 of 5) sorted by relevance
/external/grub/lib/ |
D | device.c | 494 read_device_map (FILE *fp, char **map, const char *map_file) in read_device_map() argument 501 fprintf (stderr, "%s:%d: error: %s\n", map_file, no, msg); in read_device_map() 509 fprintf (stderr, "%s:%d: warning: ", map_file, no); in read_device_map() 619 init_device_map (char ***map, const char *map_file, int floppy_disks) in init_device_map() argument 636 if (map_file) in init_device_map() 639 fp = fopen (map_file, "r"); in init_device_map() 644 ret = read_device_map (fp, *map, map_file); in init_device_map() 656 if (map_file) in init_device_map() 658 fp = fopen (map_file, "w"); in init_device_map()
|
D | device.h | 38 extern int init_device_map (char ***map, const char *map_file,
|
/external/jsilver/src/com/google/clearsilver/jsilver/precompiler/ |
D | compile_cs | 32 map_file = name + '.map' 35 outs = [ map_file ] + gen_java_files, 50 resources = [ map_file ],
|
/external/elfutils/src/ |
D | strings.c | 461 map_file (int fd, off64_t start_off, off64_t fdlen, size_t *map_sizep) in map_file() function 587 elfmap_base = elfmap = map_file (fd, elfmap_off, fdlen, &elfmap_size); in read_block()
|
D | ChangeLog | 990 [_MUDFLAP] (map_file): Simplify mudflap debugging by not using mmap.
|