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

/osnet-11/usr/src/grub/grub2/grub-core/disk/arc/
H A Darcdisk.c26 static char *last_path = NULL; variable
107 if (last_path && grub_strcmp (last_path, name) == 0)
112 if (last_path)
115 grub_free (last_path);
116 last_path = NULL;
124 last_path = grub_strdup (name);
125 if (!last_path)
290 if (last_path)
293 grub_free (last_path);
[all...]

Completed in 352 milliseconds