Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.h52 extern char *boottree;
H A Dbenv.c48 char *boottree; variable
300 boottree = "/tmp"; in init_benv()
301 else if ((boottree = (char *)get_propval("boottree", "chosen")) == NULL) in init_benv()
302 boottree = strcats("/boot", NULL); in init_benv()
307 bd->name = strcats(boottree, "/solaris/bootenv.rc", NULL); in init_benv()