Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/eeprom/i386/
H A Dbenv.h54 extern char *boottree;
H A Dbenv.c46 char *boottree; variable
669 boottree = "/tmp"; in init_benv()
670 else if ((boottree = (char *)get_propval("boottree", "chosen")) == NULL) in init_benv()
671 boottree = strcats("/boot", NULL); in init_benv()
676 bd->name = strcats(boottree, "/solaris/bootenv.rc", NULL); in init_benv()