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

/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.h54 extern char *boottree;
H A Dbenv.c46 char *boottree; variable
298 boottree = "/tmp";
299 else if ((boottree = (char *)get_propval("boottree", "chosen")) == NULL)
300 boottree = strcats("/boot", NULL);
305 bd->name = strcats(boottree, "/solaris/bootenv.rc", NULL);

Completed in 62 milliseconds