Lines Matching refs:vbe_bootenv
1349 * if we have textual data in vbe_bootenv, create nvlist
1353 vbe->vbe_bootenv[sizeof (vbe->vbe_bootenv) - 1] = '\0';
1355 vbe->vbe_bootenv);
1359 err = nvlist_unpack(vbe->vbe_bootenv,
1360 sizeof (vbe->vbe_bootenv), &config, 0);
1407 if (nvsize >= sizeof (bootenv->vbe_bootenv)) {
1435 nvbuf = bootenv->vbe_bootenv;
1436 nvsize = sizeof (bootenv->vbe_bootenv);
1442 (void) strlcpy(bootenv->vbe_bootenv, tmp, nvsize);