/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/synctask_core/ |
H A D | tst.snapshot_recursive.ksh | 26 rootfs=$TESTPOOL/$TESTFS/root 31 datasetexists $rootfs && log_must zfs destroy -R $rootfs 36 filesystems="$rootfs \ 37 $rootfs/child1 \ 38 $rootfs/child1/subchild1 \ 39 $rootfs/child1/subchild2 \ 40 $rootfs/child1/subchild3 \ 41 $rootfs/child2 \ 42 $rootfs/child2/subchild4 \ 43 $rootfs/child2/subchild5" [all …]
|
H A D | tst.terminate_by_signal.ksh | 25 rootfs=$TESTPOOL/$TESTFS 31 datasetexists $rootfs && log_must zfs destroy -R $rootfs 40 log_must zfs create "$rootfs/child$i" 53 zfs program -t $limit $TESTPOOL - $rootfs $snapname <<-EOF
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/ |
H A D | zfs_upgrade.kshlib | 48 typeset rootfs=$1 49 typeset pool=${rootfs%%/*} 59 typeset current_fs=$rootfs/$verfs 61 typeset current_clone=$rootfs/clone$verfs 108 typeset rootfs=$1 110 if datasetexists $rootfs ; then 111 log_must zfs destroy -Rf $rootfs 114 if datasetnonexists $rootfs ; then 115 log_must zfs create $rootfs 121 typeset rootfs=$1 [all …]
|
H A D | zfs_upgrade_005_pos.ksh | 50 if datasetexists $rootfs ; then 51 log_must zfs destroy -Rf $rootfs 53 log_must zfs create $rootfs 62 typeset current_fs=$rootfs/$verfs 64 typeset current_clone=$rootfs/clone$verfs 82 rootfs=$TESTPOOL/$TESTFS 102 for fs in $(zfs list -rH -t filesystem -o name $rootfs) ; do
|
H A D | zfs_upgrade_001_pos.ksh | 53 if datasetexists $rootfs ; then 54 log_must zfs destroy -Rf $rootfs 56 log_must zfs create $rootfs 68 rootfs=$TESTPOOL/$TESTFS 83 typeset current_fs=$rootfs/$verfs 85 typeset current_clone=$rootfs/clone$verfs 96 log_must zfs create -V 100m $rootfs/$TESTVOL
|
H A D | zfs_upgrade_003_pos.ksh | 50 if datasetexists $rootfs ; then 51 log_must zfs destroy -Rf $rootfs 53 log_must zfs create $rootfs 62 typeset current_fs=$rootfs/$verfs 64 typeset current_clone=$rootfs/clone$verfs 75 rootfs=$TESTPOOL/$TESTFS
|
H A D | zfs_upgrade_004_pos.ksh | 50 if datasetexists $rootfs ; then 51 log_must zfs destroy -Rf $rootfs 53 log_must zfs create $rootfs 62 typeset current_fs=$rootfs/$verfs 64 typeset current_clone=$rootfs/clone$verfs 82 rootfs=$TESTPOOL/$TESTFS
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 127 BMDPRINTF(("rootconf: fstype %s\n", rootfs.bo_fstype)); in rootconf() 128 BMDPRINTF(("rootconf: name %s\n", rootfs.bo_name)); in rootconf() 129 BMDPRINTF(("rootconf: flags 0x%x\n", rootfs.bo_flags)); in rootconf() 146 if (strncmp(rootfs.bo_fstype, "nfs", 3) == 0) { in rootconf() 149 rootfs.bo_fstype); in rootconf() 153 if (modload("fs", rootfs.bo_fstype) == -1) { in rootconf() 155 rootfs.bo_fstype); in rootconf() 160 vsw = vfs_getvfsswbyname(rootfs.bo_fstype); in rootconf() 164 rootfs.bo_fstype); in rootconf() 215 BMDPRINTF(("rootconf: calling VFS_MOUNTROOT %s\n", rootfs.bo_fstype)); in rootconf() [all …]
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | strplumb.c | 240 if (strncmp(rootfs.bo_fstype, "nfs", 3) == 0 && in resolve_boot_path() 241 rootfs.bo_name[0] != '\0') { in resolve_boot_path() 242 devpath = rootfs.bo_name; in resolve_boot_path() 247 (void) strncpy(rootfs.bo_name, netdev_path, in resolve_boot_path() 290 (void) snprintf(rootfs.bo_devname, BO_MAXOBJNAME, in resolve_boot_path() 292 (void) snprintf(rootfs.bo_ifname, BO_MAXOBJNAME, "%s%d", in resolve_boot_path() 294 rootfs.bo_ppa = instance; in resolve_boot_path() 363 if ((err = ldi_open_by_name(rootfs.bo_devname, FREAD|FWRITE, CRED(), in strplumb_dev() 365 printf("strplumb: open %s failed: %d\n", rootfs.bo_devname, in strplumb_dev() 392 (void) strlcpy(lifr.lifr_name, rootfs.bo_ifname, in strplumb_dev() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rootpool/ |
H A D | rootpool_003_neg.ksh | 53 typeset rootfs=$(get_rootfs) 55 log_mustnot zfs rename $rootfs $rootpool/newfs 56 log_mustnot zfs rename -f $rootfs $rootpool/newfs 58 log_mustnot zfs destroy $rootfs 59 log_mustnot zfs destroy -f $rootfs
|
H A D | rootpool_007_pos.ksh | 48 log_must zfs set compression=$orig_compress $rootfs 55 typeset rootfs=$(get_pool_prop bootfs $rootpool) 56 typeset orig_compress=$(get_prop compression $rootfs) 66 log_must zfs set compression=${gtype[i]} $rootfs
|
/illumos-gate/usr/src/uts/sun4/conf/ |
H A D | confunix.c | 37 struct bootobj rootfs, swapfile; variable
|
/illumos-gate/usr/src/uts/i86pc/conf/ |
H A D | confunix.c | 29 struct bootobj rootfs = { variable
|
/illumos-gate/usr/src/lib/libw/ |
H A D | Makefile.com | 29 include $(SRC)/lib/Makefile.rootfs
|
/illumos-gate/usr/src/lib/libpthread/ |
H A D | Makefile.com | 28 include $(SRC)/lib/Makefile.rootfs
|
/illumos-gate/usr/src/lib/libintl/ |
H A D | Makefile.com | 29 include $(SRC)/lib/Makefile.rootfs
|
/illumos-gate/usr/src/lib/libmd5/ |
H A D | Makefile.com | 29 include $(SRC)/lib/Makefile.rootfs
|
/illumos-gate/usr/src/lib/libdoor/ |
H A D | Makefile.com | 29 include $(SRC)/lib/Makefile.rootfs
|
/illumos-gate/usr/src/lib/libaio/ |
H A D | Makefile.com | 28 include $(SRC)/lib/Makefile.rootfs
|
/illumos-gate/usr/src/lib/libxnet/ |
H A D | Makefile.com | 29 include $(SRC)/lib/Makefile.rootfs
|
/illumos-gate/usr/src/lib/pkcs11/libkcfd/ |
H A D | Makefile.com | 30 include $(SRC)/lib/Makefile.rootfs
|
/illumos-gate/usr/src/lib/libctf/ |
H A D | Makefile.com | 27 include ../../Makefile.rootfs
|
/illumos-gate/usr/src/cmd/sgs/libdl/ |
H A D | Makefile.com | 29 include $(SRC)/lib/Makefile.rootfs
|
/illumos-gate/usr/src/lib/libsendfile/ |
H A D | Makefile.com | 32 include ../../Makefile.rootfs
|
/illumos-gate/usr/src/lib/libpam/ |
H A D | Makefile.com | 31 include ../../Makefile.rootfs
|