/titanic_41/usr/src/test/zfs-tests/tests/functional/userquota/ |
H A D | userquota_011_pos.ksh | 51 for ds in $TESTPOOL/fs $TESTPOOL/fs-rename $TESTPOOL/fs-clone; do 109 log_must $ZFS rename $TESTPOOL/fs-rev $TESTPOOL/fs-rename 114 log_must check_quota "userquota@$QUSER1" $TESTPOOL/fs-rename "$UQUOTA_SIZE" 115 log_must check_quota "groupquota@$QGROUP" $TESTPOOL/fs-rename "$GQUOTA_SIZE" 118 log_must $ZFS upgrade $TESTPOOL/fs-rename 123 log_must check_quota "userquota@$QUSER1" $TESTPOOL/fs-rename "$UQUOTA_SIZE" 124 log_must check_quota "groupquota@$QGROUP" $TESTPOOL/fs-rename "$GQUOTA_SIZE"
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/ |
H A D | zfs_rename_007_pos.ksh | 96 log_must $ZFS rename $fs ${fs}-new 97 log_must $ZFS rename $fsclone ${fsclone}-new 108 log_must $ZFS rename ${fs}-new $fs 109 log_must $ZFS rename $snap ${snap}-new 129 log_must $ZFS rename $vol ${vol}-new 130 log_must $ZFS rename $volclone ${volclone}-new 141 log_must $ZFS rename ${vol}-new $vol 142 log_must $ZFS rename $snap ${snap}-new
|
H A D | zfs_rename_012_neg.ksh | 60 log_mustnot $ZFS rename $opt $ds ${ds}-new 62 log_mustnot $ZFS rename $ds 63 log_mustnot $ZFS rename $ds ${ds}-new ${ds}-new1 64 log_mustnot $ZFS rename $ds ${ds}.$longname
|
H A D | zfs_rename_004_neg.ksh | 89 log_mustnot $ZFS rename ${bad_dataset[i]} ${bad_dataset[((i + 1))]} 92 log_mustnot $ZFS rename -p ${bad_dataset[i]} ${bad_dataset[((i + 1))]} 100 log_mustnot $ZFS rename -p $TESTPOOL/$TESTFS@snapshot \ 103 log_mustnot $ZFS rename -p $TESTPOOL/$TESTFS@snapshot \
|
H A D | zfs_rename.cfg | 31 export DATAFS=datafs.rename 32 export DATA=$TESTDIR2/data.rename 38 export VOLDATA=$TESTDIR2/voldata.rename
|
H A D | zfs_rename_003_pos.ksh | 57 log_must $ZFS rename $snap ${newname[$i]} 59 log_must $ZFS rename ${snap%%@*}@${newname[$i]##*@} $snap
|
H A D | zfs_rename_009_neg.ksh | 72 log_assert "zfs rename -r failed, when snapshot name is already existing." 101 log_pass "zfs rename -r failed, when snapshot name is already existing passed."
|
H A D | zfs_rename_005_neg.ksh | 78 log_mustnot $ZFS rename $src $dest 79 log_mustnot $ZFS rename -p $src $dest
|
/titanic_41/usr/src/test/zfs-tests/cmd/rename_dir/ |
H A D | rename_dir.c | 64 if (rename("a/b/c", "1/2/3/c") == 0) in main() 66 if (rename("1/2/3/c", "a/b/c") == 0) in main() 76 if (rename("1", "a/b/c/d/e/1") == 0) in main() 78 if (rename("a/b/c/d/e/1", "1") == 0) in main()
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_snapshot/ |
H A D | zfs_snapshot_005_neg.ksh | 87 log_mustnot $ZFS rename $basefs ${basefs}a 88 log_mustnot $ZFS rename $basefs ${basefs}-new 89 log_mustnot $ZFS rename $initfs ${initfs}-new 90 log_mustnot $ZFS rename $TESTPOOL/$TESTFS $TESTPOOL/$TESTFS-new
|
/titanic_41/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | Makefile | 49 $(INS.rename) 52 $(INS.rename) 55 $(INS.rename)
|
/titanic_41/usr/src/cmd/ypcmd/yppasswd/ |
H A D | changepasswd.c | 645 if (rename(passwd_file, tmppasswdfile) < 0) { in changepasswd() 650 if (rename(newpasswdfile, passwd_file) < 0) { in changepasswd() 653 if (rename(tmppasswdfile, passwd_file) < 0) { in changepasswd() 664 if (rename(shadow_file, tmpshadowfile) < 0) { in changepasswd() 667 if (rename(tmppasswdfile, passwd_file) < 0) { in changepasswd() 674 if (rename(newshadowfile, shadow_file) < 0) { in changepasswd() 677 if (rename(tmpshadowfile, shadow_file) < 0) { in changepasswd() 682 if (rename(tmppasswdfile, passwd_file) < 0) { in changepasswd() 691 if (rename(adjunct_file, tmpadjunctfile) < 0) { in changepasswd() 694 if (rename(tmppasswdfile, passwd_file) < 0) { in changepasswd() [all …]
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/no_space/ |
H A D | enospc_002_pos.ksh | 54 log_must $ZFS rename $TESTPOOL/$TESTFS@snap $TESTPOOL/$TESTFS@snap_newname 55 log_must $ZFS rename $TESTPOOL/$TESTFS@snap_newname $TESTPOOL/$TESTFS@snap 56 log_must $ZFS rename $TESTPOOL/$TESTFS $TESTPOOL/${TESTFS}_newname 57 log_must $ZFS rename $TESTPOOL/${TESTFS}_newname $TESTPOOL/$TESTFS
|
/titanic_41/usr/src/cmd/initpkg/init.d/ |
H A D | Makefile | 78 $(INS.rename) 81 $(INS.rename) 84 $(INS.rename)
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmlog.c | 111 if (!stat(ologf, &buf) && rename(ologf, tlogf)) { in roll_log() 113 } else if (!stat(logf, &buf) && rename(logf, ologf)) { in roll_log() 116 if (!stat(tlogf, &buf) && rename(tlogf, ologf)) in roll_log() 127 if (!stat(ologf, &buf) && rename(ologf, logf)) in roll_log() 130 else if (!stat(tlogf, &buf) && rename(tlogf, ologf)) in roll_log()
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | rename.c | 39 #pragma weak _rename = rename 41 rename(const char *oldname, const char *newname) in rename() function
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | user_property_002_pos.ksh | 47 datasetexists $new_vol && log_must $ZFS rename $new_vol $vol 108 log_must $ZFS rename $fsclone $new_fsclone 109 log_must $ZFS rename $volclone $new_volclone
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/rootpool/ |
H A D | rootpool_003_neg.ksh | 55 log_mustnot $ZFS rename $rootfs $rootpool/newfs 56 log_mustnot $ZFS rename -f $rootfs $rootpool/newfs
|
/titanic_41/usr/src/cmd/ |
H A D | Makefile.cmd | 343 $(INS.rename) 370 $(INS.rename) 373 $(INS.rename) 376 $(INS.rename) 379 $(INS.rename) 479 $(INS.rename) 482 $(INS.rename) 485 $(INS.rename)
|
/titanic_41/usr/src/lib/brand/solaris10/s10_replacefile/ |
H A D | s10_replacefile.c | 99 if (rename(argv[1], argv[2]) != 0) in main() 101 if (rename(argv[3], argv[1]) != 0) in main()
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_patch_root.c | 125 if (rename(tsname, sname) != 0) { in meta_patch_rootdev() 131 if (rename(dbtname, dbname) != 0) { in meta_patch_rootdev() 137 if (rename(tvname, vname) != 0) { in meta_patch_rootdev()
|
/titanic_41/usr/src/cmd/ypcmd/shared/ |
H A D | utils.c | 104 if (rename(fromfile, tofile)) { 116 if (rename(fromfile, tofile)) { 124 if (rename(tofile, fromfile)) {
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | rename.c | 28 NoN(rename) 65 rename(const char* from, const char* to)
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | Makefile | 58 $(INS.rename) 61 $(INS.rename)
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | keylogin.c | 125 if ((rename(ROOTKEY_FILE, ROOTKEY_FILE_BACKUP)) < 0) { in write_rootkey() 137 (void) rename(ROOTKEY_FILE_BACKUP, ROOTKEY_FILE); in write_rootkey() 146 rename(ROOTKEY_FILE_BACKUP, ROOTKEY_FILE); in write_rootkey() 155 rename(ROOTKEY_FILE_BACKUP, ROOTKEY_FILE); in write_rootkey()
|