Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dinetboot.c59 char *def_miniroot = "miniroot"; variable
136 (void) strncpy(tmpname, def_miniroot, in post_mountroot_nfs()
137 strlen(def_miniroot)+1); in post_mountroot_nfs()
151 if (strncmp(fn, def_miniroot, in post_mountroot_nfs()
152 strlen(def_miniroot)+1) != 0) in post_mountroot_nfs()
156 def_boot_archive, def_miniroot); in post_mountroot_nfs()