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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dnfsconf.c53 set_fstype(char *v2path, char *bpath) argument
H A Dboot_plat.h70 extern char *v2path, *kernname, *systype, *my_own_name;
H A Dinetboot.c179 systype = set_fstype(v2path, bpath);
183 if (strcmp(bpath, v2path) != 0)
184 printf("client path '%s'\n", v2path);
H A Dbootprop.c33 char *v2path, *kernname, *systype; variable
85 "boot-path", &v2path, 0,
H A Dboot_plat.c409 * the device, but v2path (as the boot property "boot-path")
415 v2path = stripped_pathname;
421 * Fix up the 'v2path' so that it matches the new firmware path.
450 v2path = bpath;
612 * *v2path will be exported to the standalone as the boot-path boot
615 v2path = bpath;
624 * If bpath is a network card, set v2path to a copy of bpath with the
H A Dwanboot.c1536 * If bpath is a network device path, then v2path
1539 if (strcmp(v2path, devpath) != 0) {
/illumos-gate/usr/src/stand/sys/
H A Dbootvfs.h107 extern char *set_fstype(char *v2path, char *bpath);

Completed in 49 milliseconds