Home
last modified time | relevance | path

Searched refs:current_devid (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c374 current_devid[0] == '\0') { in expand_string()
388 if (current_devid[0] != '\0') in expand_string()
389 vlen += 13 + strlen(current_devid); in expand_string()
405 if (current_devid[0] != '\0') { in expand_string()
407 current_devid); in expand_string()
H A Dshared.h684 extern char current_devid[MAXPATHLEN];
H A Ddisk_io.c132 char current_devid[MAXPATHLEN]; variable
H A Dfsys_zfs.c1697 grub_memmove(current_devid, tmp_devid, grub_strlen(tmp_devid)); in zfs_mount()
H A Dbuiltins.c123 current_devid[0] = '\0'; in init_config()