Lines Matching refs:bootenv
202 char *atpos, *bootenv, *snapname; in bectl_cmd_create() local
231 bootenv = *argv; in bectl_cmd_create()
234 if ((atpos = strchr(bootenv, '@')) != NULL) { in bectl_cmd_create()
240 err = be_snapshot(be, bootenv, atpos, recursive, NULL); in bectl_cmd_create()
255 err = be_create_depth(be, bootenv, snapshot, in bectl_cmd_create()
270 atpos, bootenv); in bectl_cmd_create()
273 "Failed to create bootenv %s\n", bootenv); in bectl_cmd_create()
277 bootenv, snapname); in bectl_cmd_create()
287 char *bootenv; in bectl_cmd_export() local
299 bootenv = argv[1]; in bectl_cmd_export()
306 be_export(be, bootenv, STDOUT_FILENO); in bectl_cmd_export()
315 char *bootenv; in bectl_cmd_import() local
328 bootenv = argv[1]; in bectl_cmd_import()
335 err = be_import(be, bootenv, STDIN_FILENO); in bectl_cmd_import()
422 char *bootenv, *mountpoint; in bectl_cmd_mount() local
437 bootenv = argv[1]; in bectl_cmd_mount()
440 err = be_mount(be, bootenv, mountpoint, mntflags, result_loc); in bectl_cmd_mount()
450 bootenv, mountpoint); in bectl_cmd_mount()
491 char *bootenv, *cmd; in bectl_cmd_unmount() local
518 bootenv = argv[0]; in bectl_cmd_unmount()
520 err = be_unmount(be, bootenv, flags); in bectl_cmd_unmount()
526 fprintf(stderr, "Failed to unmount bootenv %s\n", bootenv); in bectl_cmd_unmount()