/titanic_50/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_50/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_50/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_50/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_50/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_50/usr/src/cmd/fs.d/bootfs/ |
H A D | Makefile | 16 FSTYPE= bootfs
|
/titanic_50/usr/src/cmd/boot/bootadm/ |
H A D | bootadm_hyper.c | 764 char *bootfs = NULL; in cvt_to_hyper() local 847 bootfs = strdupa(lp->arg); in cvt_to_hyper() 971 module, bootfs)) == BAM_ERROR) in cvt_to_hyper() 1013 char *bootfs = NULL; in cvt_to_metal() local 1068 bootfs = strdupa(lp->arg); in cvt_to_metal() 1227 barchive_path, bootfs)) == BAM_ERROR) { in cvt_to_metal()
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/rootpool/ |
H A D | rootpool_007_neg.ksh | 55 typeset rootfs=$(get_pool_prop bootfs $rootpool)
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/poolversion/ |
H A D | poolversion_002_pos.ksh | 58 log_must $ZPOOL set bootfs=$TESTPOOL2 $TESTPOOL2
|
/titanic_50/usr/src/uts/intel/bootfs/ |
H A D | Makefile | 31 MODULE = bootfs
|
/titanic_50/usr/src/uts/sparc/bootfs/ |
H A D | Makefile | 31 MODULE = bootfs
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | bootfs_impl.h | 56 typedef struct bootfs { struct
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/ |
H A D | Makefile | 21 bootfs \
|
/titanic_50/usr/src/man/man7fs/ |
H A D | Makefile | 22 MANFILES= bootfs.7fs \
|
/titanic_50/usr/src/cmd/halt/ |
H A D | halt.c | 745 char bootfs[ZFS_MAX_DATASET_NAME_LEN]; in get_zfs_bootfs_arg() local 755 bzero(bootfs, sizeof (bootfs)); in get_zfs_bootfs_arg() 789 (void) strlcpy(bootfs, mntsp, sizeof (bootfs)); in get_zfs_bootfs_arg() 813 if (snprintf(bootfs_arg, BOOTARGS_MAX, fmt, bootfs, physpath) >= in get_zfs_bootfs_arg()
|
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 517 char *bootfs = strtok(NULL, BE_WHITE_SPACE); in be_append_menu() local 519 if (bootfs == NULL) in be_append_menu() 522 if (strcmp(bootfs, be_root_ds) == 0) { in be_append_menu() 528 strcmp(bootfs, be_orig_root_ds) == 0 && in be_append_menu() 896 char *bootfs = NULL; in be_remove_menu() local 902 if ((bootfs = strtok(NULL, BE_WHITE_SPACE)) == NULL || in be_remove_menu() 903 strcmp(bootfs, be_root_ds) != 0) { in be_remove_menu() 1431 char *bootfs = strtok(NULL, BE_WHITE_SPACE); in be_change_grub_default() local 1432 if (bootfs == NULL) in be_change_grub_default() 1435 if (strcmp(bootfs, be_root_ds) == 0) { in be_change_grub_default()
|