Searched refs:bootenv (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sbin/bectl/ |
| H A D | bectl.c | 232 bootenv = *argv; in bectl_cmd_create() 271 atpos, bootenv); in bectl_cmd_create() 278 bootenv, snapname); in bectl_cmd_create() 288 char *bootenv; in bectl_cmd_export() local 300 bootenv = argv[1]; in bectl_cmd_export() 316 char *bootenv; in bectl_cmd_import() local 329 bootenv = argv[1]; in bectl_cmd_import() 438 bootenv = argv[1]; in bectl_cmd_mount() 451 bootenv, mountpoint); in bectl_cmd_mount() 492 char *bootenv, *cmd; in bectl_cmd_unmount() local [all …]
|
| H A D | bectl_jail.c | 239 char *bootenv, **jargv, *mountpoint; in bectl_cmd_jail() local 305 bootenv = argv[0]; in bectl_cmd_jail() 317 if (be_mount(be, bootenv, mountpoint, mntflags, mnt_loc) != BE_ERR_SUCCESS) { in bectl_cmd_jail() 323 jailparam_add("host.hostname", bootenv); in bectl_cmd_jail() 366 jid = bectl_locate_jail(bootenv); in bectl_cmd_jail() 368 be_unmount(be, bootenv, 0); in bectl_cmd_jail()
|
| /freebsd-14.2/lib/libbe/ |
| H A D | be_access.c | 234 be_mount(libbe_handle_t *lbh, const char *bootenv, const char *mountpoint, in be_mount() argument 244 if ((err = be_root_concat(lbh, bootenv, be)) != 0) in be_mount() 247 if ((err = be_exists(lbh, bootenv)) != 0) in be_mount() 290 be_unmount(libbe_handle_t *lbh, const char *bootenv, int flags) in be_unmount() argument 297 if ((err = be_root_concat(lbh, bootenv, be)) != 0) in be_unmount()
|
| H A D | be.c | 1034 be_export(libbe_handle_t *lbh, const char *bootenv, int fd) in be_export() argument 1042 if ((err = be_snapshot(lbh, bootenv, NULL, true, snap_name)) != 0) in be_export() 1059 be_import(libbe_handle_t *lbh, const char *bootenv, int fd) in be_import() argument 1067 be_root_concat(lbh, bootenv, buf); in be_import() 1293 be_activate(libbe_handle_t *lbh, const char *bootenv, bool temporary) in be_activate() argument 1300 be_root_concat(lbh, bootenv, be_path); in be_activate()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 1017 abd_t *bootenv; in vdev_label_init() local 1205 abd_zero(bootenv, VDEV_PAD_SIZE); in vdev_label_init() 1224 vdev_label_write(zio, vd, l, bootenv, in vdev_label_init() 1241 abd_free(bootenv); in vdev_label_init() 1322 ASSERT(bootenv); in vdev_label_read_bootenv() 1350 fnvlist_merge(bootenv, config); in vdev_label_read_bootenv() 1384 vdev_boot_envblock_t *bootenv; in vdev_label_write_bootenv() local 1423 nvbuf = bootenv->vbe_bootenv; in vdev_label_write_bootenv() 1424 nvsize = sizeof (bootenv->vbe_bootenv); in vdev_label_write_bootenv() 1427 switch (bootenv->vbe_version) { in vdev_label_write_bootenv() [all …]
|
| /freebsd-14.2/sbin/bectl/tests/ |
| H A D | bectl_test.sh | 511 for bootenv in "default" "target" "1234"; do 513 mountpoint="$(bectl -r ${zpool}/ROOT list -H | grep ${bootenv} | awk '{print $3}')"
|
| /freebsd-14.2/stand/forth/ |
| H A D | menu.rc | 147 set menuset_name3="bootenv"
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | am3874-iceboard.dts | 454 bootenv@2 {
|