Searched defs:map_file (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c522 read_device_map (FILE *fp, char **map, const char *map_file) argument
529 fprintf (stderr, "%s:%d: error: %s\n", map_file, no, msg);
537 fprintf (stderr, "%s:%d: warning: ", map_file, no);
647 init_device_map (char ***map, const char *map_file, int floppy_disks) argument
664 if (map_file)
667 fp = fopen (map_file, "r");
672 ret = read_device_map (fp, *map, map_file);
684 if (map_file)
686 fp = fopen (map_file, "w");
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h129 file_info_t *map_file; /* pointer into list of mapped files */ member in struct:map_info
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h1198 char *map_file; /* the (nominal) filename */ variable

Completed in 57 milliseconds