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

/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/ieee1275/
H A Dofnet.c220 char *shortname; local
266 shortname = find_alias (alias->path);
267 card->name = grub_xasprintf ("ofnet_%s", shortname ? : alias->path);
269 grub_free (shortname);
/osnet-11/usr/src/grub/grub2/util/
H A Ddeviceiter.c222 char shortname[16];
225 sprintf (shortname, "wd%d", unit);
226 fd = opendisk (shortname, O_RDONLY, name,
269 char shortname[16];
272 sprintf (shortname, "sd%d", unit);
273 fd = opendisk (shortname, O_RDONLY, name,
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Ddevice.c357 char shortname[16];
360 sprintf (shortname, "wd%d", unit);
361 fd = opendisk (shortname, O_RDONLY, name,
400 char shortname[16];
403 sprintf (shortname, "sd%d", unit);
404 fd = opendisk (shortname, O_RDONLY, name,
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c297 char *shortname; member in struct:alias
4959 for (i = 0; aliases[i].shortname != NULL; i++)
4960 if (strcmp(name, aliases[i].shortname) == 0)
4963 if (aliases[i].shortname == NULL)
7770 for (i = 0; aliases[i].shortname != NULL; i++)
7771 if (strcmp(name, aliases[i].shortname) == 0)
7774 if (aliases[i].shortname == NULL)
7853 for (i = 0; aliases[i].shortname != NULL; i++)
7854 if (strcmp(name, aliases[i].shortname) == 0)
7857 if (aliases[i].shortname
[all...]

Completed in 57 milliseconds