Searched refs:bootenv (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 956 abd_t *bootenv; in vdev_label_init() local 1117 bootenv = abd_alloc_for_io(VDEV_PAD_SIZE, B_TRUE); in vdev_label_init() 1118 abd_zero(bootenv, VDEV_PAD_SIZE); in vdev_label_init() 1137 vdev_label_write(zio, vd, l, bootenv, in vdev_label_init() 1154 abd_free(bootenv); in vdev_label_init() 1227 vdev_label_read_bootenv(vdev_t *rvd, nvlist_t *bootenv) in vdev_label_read_bootenv() argument 1235 ASSERT(bootenv); in vdev_label_read_bootenv() 1253 fnvlist_add_uint64(bootenv, BOOTENV_VERSION, VB_RAW); in vdev_label_read_bootenv() 1255 fnvlist_add_string(bootenv, GRUB_ENVMAP, in vdev_label_read_bootenv() 1263 fnvlist_merge(bootenv, config); in vdev_label_read_bootenv() [all …]
|
/illumos-gate/usr/src/cmd/eeprom/i386/ |
H A D | benv.c | 858 bool bootenv, bootenv_print, bootenv_delete; in main() local 867 bootenv = false; in main() 876 bootenv = true; in main() 879 if (bootenv) { in main() 890 if (bootenv) in main() 896 if (bootenv) in main() 902 if (bootenv) in main() 908 if (bootenv) in main() 914 if (bootenv) in main() 920 if (bootenv) in main() [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-boot-real-mode.p5m | 35 $(i386_ONLY)file path=boot/solaris/bootenv.rc group=sys \ 36 original_name=SUNWrmodr:boot/solaris/bootenv.rc preserve=renamenew
|
/illumos-gate/usr/src/cmd/boot/filelist/i386/ |
H A D | filelist.ramdisk | 2 boot/solaris/bootenv.rc
|
/illumos-gate/usr/src/uts/intel/config/ |
H A D | Makefile | 53 BOOTENVRC = bootenv.rc
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | bootenv.rc | 24 # bootenv.rc -- boot "environment variables"
|
/illumos-gate/usr/src/cmd/stmsboot/ |
H A D | stmsboot.sh | 73 BOOTENV_FILE=bootenv.rc 408 ONDISKVER=`$AWK '/bootpath/ {print $3}' /boot/solaris/bootenv.rc|\
|
H A D | mpxio-upgrade | 265 ONDISKVER=`$AWK '/bootpath/ {print $3}' /boot/solaris/bootenv.rc|\
|
/illumos-gate/usr/src/boot/forth/ |
H A D | support.4th | 30 \ include_bootenv ( -- ) load bootenv.rc 551 \ bootenv line parser: 1398 s" /boot/solaris/bootenv.rc" 1403 ." Warning: syntax error on /boot/solaris/bootenv.rc" cr drop exit 1406 ." Warning: error reading /boot/solaris/bootenv.rc" cr drop exit 1409 verbose? if ." Warning: unable to open /boot/solaris/bootenv.rc" cr then
|
H A D | menu.rc | 183 set menuset_name3="bootenv"
|