Home
last modified time | relevance | path

Searched refs:bootfs (Results 1 – 25 of 47) sorted by relevance

12

/titanic_53/usr/src/test/zfs-tests/tests/functional/bootfs/
H A Dbootfs_001_pos.ksh54 $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 Dbootfs_006_pos.ksh43 $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 Dbootfs_003_pos.ksh53 $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 Dbootfs_002_neg.ksh60 $ZPOOL set 2>&1 | $GREP bootfs > /dev/null
75 log_mustnot $ZPOOL set bootfs=$TESTPOOL/vol $TESTPOOL
H A Dbootfs_004_neg.ksh54 $ZPOOL set 2>&1 | $GREP bootfs > /dev/null
86 log_mustnot $ZPOOL set bootfs=$POOL/$TESTFS $POOL
H A Dbootfs_007_pos.ksh63 log_must $ZPOOL set bootfs=$EFI_BOOTFS $TESTPOOL
H A DMakefile20 TESTDIR = $(ROOTOPTPKG)/tests/functional/bootfs
H A Dbootfs_008_neg.ksh73 log_mustnot $ZPOOL set bootfs=$COMP_FS $TESTPOOL
H A Dbootfs_005_neg.ksh75 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 Dzpool_set_002_neg.ksh47 $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 Dsetboot.c92 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 Dlibgrub_cmd.c331 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 Dlibgrub_cmd.def60 menu_cmd("bootfs", GRBM_BOOTFS_CMD, GRUB_LINE_ENTRY, bootfs)
/titanic_53/usr/src/cmd/cmd-inet/etc/
H A Dwanboot.conf.sample47 # 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 Dbootadm_loader.c252 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 Dbootadm_hyper.c768 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 DMakefile16 FSTYPE= bootfs
/titanic_53/usr/src/boot/sys/boot/forth/
H A Dbeadm.4th99 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 Drootpool_007_neg.ksh55 typeset rootfs=$(get_pool_prop bootfs $rootpool)
/titanic_53/usr/src/test/zfs-tests/tests/functional/poolversion/
H A Dpoolversion_002_pos.ksh58 log_must $ZPOOL set bootfs=$TESTPOOL2 $TESTPOOL2
/titanic_53/usr/src/uts/sparc/bootfs/
H A DMakefile31 MODULE = bootfs
/titanic_53/usr/src/uts/intel/bootfs/
H A DMakefile31 MODULE = bootfs
/titanic_53/usr/src/uts/common/sys/fs/
H A Dbootfs_impl.h56 typedef struct bootfs { struct
/titanic_53/usr/src/test/zfs-tests/tests/functional/
H A DMakefile21 bootfs \
/titanic_53/usr/src/man/man7fs/
H A DMakefile22 MANFILES= bootfs.7fs \

12