/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/ |
H A D | bootfs_001_pos.ksh | 63 zpool set 2>&1 | grep bootfs > /dev/null 81 log_must zpool set bootfs=$TESTPOOL/$TESTFS $TESTPOOL 82 log_must zpool set bootfs=$TESTPOOL/$TESTFS@snap $TESTPOOL 83 log_must zpool set bootfs=$TESTPOOL/clone $TESTPOOL 86 log_must zpool set bootfs=$TESTPOOL/clone $TESTPOOL
|
H A D | bootfs_006_pos.ksh | 48 zpool set 2>&1 | grep bootfs > /dev/null 63 log_must zpool set bootfs=$POOL/$TESTFS $POOL 64 VAL=$(zpool get bootfs $POOL | tail -1 | awk '{print $3}' ) 77 log_mustnot zpool set bootfs=$POOL/$TESTFS $POOL 78 VAL=$(zpool get bootfs $POOL | tail -1 | awk '{print $3}' )
|
H A D | bootfs_003_pos.ksh | 58 zpool set 2>&1 | grep bootfs > /dev/null 78 log_must zpool set bootfs=$POOL/$TESTFS $POOL 79 RES=$(zpool get bootfs $POOL | tail -1 | awk '{print $3}' )
|
H A D | bootfs_002_neg.ksh | 69 zpool set 2>&1 | grep bootfs > /dev/null 84 log_mustnot zpool set bootfs=$TESTPOOL/vol $TESTPOOL
|
H A D | bootfs_004_neg.ksh | 59 zpool set 2>&1 | grep bootfs > /dev/null 91 log_mustnot zpool set bootfs=$POOL/$TESTFS $POOL
|
H A D | Makefile | 20 TARGETDIR = $(ROOTOPTPKG)/tests/functional/bootfs
|
H A D | bootfs_007_pos.ksh | 67 log_must zpool set bootfs=$EFI_BOOTFS $TESTPOOL
|
H A D | bootfs_005_neg.ksh | 75 log_mustnot zpool set bootfs=$POOL_NAME/$TESTFS $POOL_NAME
|
H A D | bootfs_008_pos.ksh | 79 log_must zpool set bootfs=$COMP_FS $TESTPOOL
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_set/ |
H A D | zpool_set_002_neg.ksh | 51 zpool destroy bootfs 57 if poolexists bootfs 107 log_must zpool create bootfs /tmp/zpool_set_002.$$.dat 108 log_must zfs create bootfs/root
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | setboot.c | 92 getbootdevname(char *bootfs, char *bdev) in getbootdevname() argument 102 devname = bootfs; in getbootdevname() 104 if (stat(bootfs, &sbuf) < 0) { in getbootdevname() 126 if (strcmp(m.mnt_mountp, bootfs)) in getbootdevname()
|
/illumos-gate/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_cmd.c | 331 char bootfs[BOOTARGS_MAX]; in dollar_kernel() local 338 bfslen = barg_bootfs_var(barg, bootfs, sizeof (bootfs)); in dollar_kernel() 341 if (bfslen >= sizeof (bootfs) || isalen >= sizeof (isadir)) in dollar_kernel() 345 ZFS_BOOT_VAR, strlen(ZFS_BOOT_VAR), bootfs, bfslen)) != 0) in dollar_kernel() 430 bootfs(const grub_line_t *lp, grub_barg_t *barg) in bootfs() function
|
H A D | libgrub_cmd.def | 60 menu_cmd("bootfs", GRBM_BOOTFS_CMD, GRUB_LINE_ENTRY, bootfs)
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_loader.c | 258 menu_active_on_boot(be_node_list_t *be_nodes, const char *bootfs) in menu_active_on_boot() argument 265 if (strcmp(be_node->be_root_ds, bootfs) == 0) { in menu_active_on_boot() 278 menu_active_next(be_node_list_t *be_nodes, const char *bootfs) in menu_active_next() argument 285 if (strcmp(be_node->be_root_ds, bootfs) == 0) { in menu_active_next() 302 char *bootfs; in menu_read() local 321 bootfs = NULL; in menu_read() 355 if (value == NULL || (bootfs = strdup(value)) == NULL) { in menu_read() 366 mp->me_bootfs = bootfs; in menu_read() 367 mp->me_active = menu_active_on_boot(be_nodes, bootfs); in menu_read() 368 mp->me_active_next = menu_active_next(be_nodes, bootfs); in menu_read() [all …]
|
H A D | bootadm_hyper.c | 768 char *bootfs = NULL; in cvt_to_hyper() local 853 bootfs = strdupa(lp->arg); in cvt_to_hyper() 982 module, bootfs)) == BAM_ERROR) in cvt_to_hyper() 1027 char *bootfs = NULL; in cvt_to_metal() local 1084 bootfs = strdupa(lp->arg); in cvt_to_metal() 1247 barchive_path, bootfs)) == BAM_ERROR) { in cvt_to_metal()
|
/illumos-gate/usr/src/boot/forth/ |
H A D | beadm.4th | 101 name_buffer strget s" bootfs" compare 0= if 2 spaces then 191 \ otherwize, we query device:/boot/menu.lst for bootfs and 192 \ if found, and bootfs type is chain, attempt chainload. 193 \ set currdev to bootfs. 364 read_line \ get bootfs 374 read_line \ get bootfs 421 read_line \ skip bootfs
|
/illumos-gate/usr/src/cmd/fs.d/bootfs/ |
H A D | Makefile | 16 FSTYPE= bootfs
|
/illumos-gate/usr/src/uts/intel/bootfs/ |
H A D | Makefile | 31 MODULE = bootfs
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rootpool/ |
H A D | rootpool_007_pos.ksh | 55 typeset rootfs=$(get_pool_prop bootfs $rootpool)
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/poolversion/ |
H A D | poolversion_002_pos.ksh | 58 log_must zpool set bootfs=$TESTPOOL2 $TESTPOOL2
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | bootfs_impl.h | 56 typedef struct bootfs { struct
|
/illumos-gate/usr/src/man/man4fs/ |
H A D | Makefile | 22 MANFILES= bootfs.4fs \
|
/illumos-gate/usr/src/cmd/halt/ |
H A D | halt.c | 746 char bootfs[ZFS_MAX_DATASET_NAME_LEN]; in get_zfs_bootfs_arg() local 756 bzero(bootfs, sizeof (bootfs)); in get_zfs_bootfs_arg() 790 (void) strlcpy(bootfs, mntsp, sizeof (bootfs)); in get_zfs_bootfs_arg() 814 if (snprintf(bootfs_arg, BOOTARGS_MAX, fmt, bootfs, physpath) >= in get_zfs_bootfs_arg()
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 800 char *bootfs = strtok(NULL, BE_WHITE_SPACE); in be_append_menu() local 802 if (bootfs == NULL) in be_append_menu() 805 if (strcmp(bootfs, be_root_ds) == 0) { in be_append_menu() 811 strcmp(bootfs, be_orig_root_ds) == 0 && in be_append_menu() 1184 char *bootfs = NULL; in be_remove_menu() local 1190 if ((bootfs = strtok(NULL, BE_WHITE_SPACE)) == NULL || in be_remove_menu() 1191 strcmp(bootfs, be_root_ds) != 0) { in be_remove_menu() 1724 char *bootfs = strtok(NULL, BE_WHITE_SPACE); in be_change_grub_default() local 1725 if (bootfs == NULL) in be_change_grub_default() 1728 if (strcmp(bootfs, be_root_ds) == 0) { in be_change_grub_default()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man4fs.inc | 17 file path=usr/share/man/man4fs/bootfs.4fs
|