Searched refs:bootenv (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/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() 437 bootenv = argv[1]; in bectl_cmd_mount() 450 bootenv, mountpoint); in bectl_cmd_mount() 491 char *bootenv, *cmd; in bectl_cmd_unmount() local [all …]
|
| H A D | bectl_jail.c | 240 char *bootenv, **jargv, *mountpoint; in bectl_cmd_jail() local 306 bootenv = argv[0]; in bectl_cmd_jail() 318 if (be_mount(be, bootenv, mountpoint, mntflags, mnt_loc) != BE_ERR_SUCCESS) { in bectl_cmd_jail() 324 jailparam_add("host.hostname", bootenv); in bectl_cmd_jail() 367 jid = bectl_locate_jail(bootenv); in bectl_cmd_jail() 369 be_unmount(be, bootenv, 0); in bectl_cmd_jail()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 979 abd_t *bootenv; in vdev_label_init() local 1141 abd_zero(bootenv, VDEV_PAD_SIZE); in vdev_label_init() 1160 vdev_label_write(zio, vd, l, bootenv, in vdev_label_init() 1177 abd_free(bootenv); in vdev_label_init() 1258 ASSERT(bootenv); in vdev_label_read_bootenv() 1286 fnvlist_merge(bootenv, config); in vdev_label_read_bootenv() 1320 vdev_boot_envblock_t *bootenv; in vdev_label_write_bootenv() local 1358 nvbuf = bootenv->vbe_bootenv; in vdev_label_write_bootenv() 1359 nvsize = sizeof (bootenv->vbe_bootenv); in vdev_label_write_bootenv() 1362 switch (bootenv->vbe_version) { in vdev_label_write_bootenv() [all …]
|
| /freebsd-13.1/lib/libbe/ |
| H A D | be_access.c | 236 be_mount(libbe_handle_t *lbh, const char *bootenv, const char *mountpoint, in be_mount() argument 246 if ((err = be_root_concat(lbh, bootenv, be)) != 0) in be_mount() 249 if ((err = be_exists(lbh, bootenv)) != 0) in be_mount() 292 be_unmount(libbe_handle_t *lbh, const char *bootenv, int flags) in be_unmount() argument 299 if ((err = be_root_concat(lbh, bootenv, be)) != 0) in be_unmount()
|
| H A D | be.c | 1025 be_export(libbe_handle_t *lbh, const char *bootenv, int fd) in be_export() argument 1033 if ((err = be_snapshot(lbh, bootenv, NULL, true, snap_name)) != 0) in be_export() 1050 be_import(libbe_handle_t *lbh, const char *bootenv, int fd) in be_import() argument 1058 be_root_concat(lbh, bootenv, buf); in be_import() 1259 be_activate(libbe_handle_t *lbh, const char *bootenv, bool temporary) in be_activate() argument 1267 be_root_concat(lbh, bootenv, be_path); in be_activate()
|
| /freebsd-13.1/sbin/bectl/tests/ |
| H A D | bectl_test.sh | 512 for bootenv in "default" "target" "1234"; do 514 mountpoint="$(bectl -r ${zpool}/ROOT list -H | grep ${bootenv} | awk '{print $3}')"
|
| /freebsd-13.1/stand/forth/ |
| H A D | menu.rc | 148 set menuset_name3="bootenv"
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | am3874-iceboard.dts | 454 bootenv@2 {
|