gfc_map_mp_t
gfc_map_mp_t *map_mp, *map_ptr;
free_mp_dev_map(gfc_map_mp_t **map_mp_ptr) {
gfc_map_mp_t *next = NULL;
get_mp_dev_map(char *path, gfc_map_mp_t **map_mp_ptr, int verbose) {
gfc_map_mp_t *new_map_mp_ptr;
if ((new_map_mp_ptr = (gfc_map_mp_t *)
g_zalloc(sizeof (gfc_map_mp_t)))
if ((new_map_mp_ptr = (gfc_map_mp_t *)g_zalloc
(sizeof (gfc_map_mp_t))) == NULL) {