| /titanic_53/usr/src/test/zfs-tests/tests/functional/bootfs/ |
| H A D | bootfs_001_pos.ksh | 54 $ZPOOL set 2>&1 | $GREP bootfs > /dev/null 72 log_must $ZPOOL set bootfs=$TESTPOOL/$TESTFS $TESTPOOL 73 log_must $ZPOOL set bootfs=$TESTPOOL/$TESTFS@snap $TESTPOOL 74 log_must $ZPOOL set bootfs=$TESTPOOL/clone $TESTPOOL 77 log_must $ZPOOL set bootfs=$TESTPOOL/clone $TESTPOOL
|
| H A D | bootfs_006_pos.ksh | 43 $ZPOOL set 2>&1 | $GREP bootfs > /dev/null 58 log_must $ZPOOL set bootfs=$POOL/$TESTFS $POOL 59 VAL=$($ZPOOL get bootfs $POOL | $TAIL -1 | $AWK '{print $3}' ) 72 log_mustnot $ZPOOL set bootfs=$POOL/$TESTFS $POOL 73 VAL=$($ZPOOL get bootfs $POOL | $TAIL -1 | $AWK '{print $3}' )
|
| H A D | bootfs_003_pos.ksh | 53 $ZPOOL set 2>&1 | $GREP bootfs > /dev/null 72 log_must $ZPOOL set bootfs=$POOL/$TESTFS $POOL 73 RES=$($ZPOOL get bootfs $POOL | $TAIL -1 | $AWK '{print $3}' )
|
| H A D | bootfs_002_neg.ksh | 60 $ZPOOL set 2>&1 | $GREP bootfs > /dev/null 75 log_mustnot $ZPOOL set bootfs=$TESTPOOL/vol $TESTPOOL
|
| H A D | bootfs_004_neg.ksh | 54 $ZPOOL set 2>&1 | $GREP bootfs > /dev/null 86 log_mustnot $ZPOOL set bootfs=$POOL/$TESTFS $POOL
|
| H A D | bootfs_007_pos.ksh | 63 log_must $ZPOOL set bootfs=$EFI_BOOTFS $TESTPOOL
|
| H A D | Makefile | 20 TESTDIR = $(ROOTOPTPKG)/tests/functional/bootfs
|
| H A D | bootfs_008_neg.ksh | 73 log_mustnot $ZPOOL set bootfs=$COMP_FS $TESTPOOL
|
| H A D | bootfs_005_neg.ksh | 75 log_mustnot $ZPOOL set bootfs=$POOL_NAME/$TESTFS $POOL_NAME
|
| /titanic_53/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_set/ |
| H A D | zpool_set_002_neg.ksh | 47 $ZPOOL destroy bootfs 53 if poolexists bootfs 103 log_must $ZPOOL create bootfs /tmp/zpool_set_002.$$.dat 104 log_must $ZFS create bootfs/root
|
| /titanic_53/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()
|
| /titanic_53/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)
|
| /titanic_53/usr/src/cmd/cmd-inet/etc/ |
| H A D | wanboot.conf.sample | 47 # These are used by wanboot-cgi(bootfile|bootfs|rootfs) to determine 48 # whether boot_file or the bootfs is to be sent encrypted/signed, or 59 # This is used by wanboot-cgi(bootfs) and wanboot to determine whether 65 # This is used by wanboot-cgi(bootfs) and wanboot to determine whether 72 # wanboot-cgi(bootfs) will construct a hosts file which resolves any
|
| /titanic_53/usr/src/cmd/boot/bootadm/ |
| H A D | bootadm_loader.c | 252 menu_active_on_boot(be_node_list_t *be_nodes, const char *bootfs) in menu_active_on_boot() argument 259 if (strcmp(be_node->be_root_ds, bootfs) == 0) { in menu_active_on_boot() 276 char *bootfs; in menu_read() local 295 bootfs = NULL; in menu_read() 324 if ((bootfs = strdup(value)) == NULL) { in menu_read() 335 mp->me_bootfs = bootfs; in menu_read() 336 mp->me_active = menu_active_on_boot(be_nodes, bootfs); in menu_read() 341 bootfs = NULL; in menu_read() 347 free(bootfs); in menu_read()
|
| 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()
|
| /titanic_53/usr/src/cmd/fs.d/bootfs/ |
| H A D | Makefile | 16 FSTYPE= bootfs
|
| /titanic_53/usr/src/boot/sys/boot/forth/ |
| H A D | beadm.4th | 99 name_buffer strget s" bootfs" compare 0= if 2 spaces then 189 \ otherwize, we query device:/boot/menu.lst for bootfs and 190 \ if found, and bootfs type is chain, attempt chainload. 191 \ set currdev to bootfs. 345 read_line \ get bootfs 355 read_line \ get bootfs 407 read_line \ skip bootfs
|
| /titanic_53/usr/src/test/zfs-tests/tests/functional/rootpool/ |
| H A D | rootpool_007_neg.ksh | 55 typeset rootfs=$(get_pool_prop bootfs $rootpool)
|
| /titanic_53/usr/src/test/zfs-tests/tests/functional/poolversion/ |
| H A D | poolversion_002_pos.ksh | 58 log_must $ZPOOL set bootfs=$TESTPOOL2 $TESTPOOL2
|
| /titanic_53/usr/src/uts/sparc/bootfs/ |
| H A D | Makefile | 31 MODULE = bootfs
|
| /titanic_53/usr/src/uts/intel/bootfs/ |
| H A D | Makefile | 31 MODULE = bootfs
|
| /titanic_53/usr/src/uts/common/sys/fs/ |
| H A D | bootfs_impl.h | 56 typedef struct bootfs { struct
|
| /titanic_53/usr/src/test/zfs-tests/tests/functional/ |
| H A D | Makefile | 21 bootfs \
|
| /titanic_53/usr/src/man/man7fs/ |
| H A D | Makefile | 22 MANFILES= bootfs.7fs \
|