Home
last modified time | relevance | path

Searched refs:rename (Results 1 – 25 of 432) sorted by relevance

12345678910>>...18

/titanic_44/usr/src/test/zfs-tests/tests/functional/userquota/
H A Duserquota_011_pos.ksh51 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_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_007_pos.ksh96 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 Dzfs_rename_012_neg.ksh60 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 Dzfs_rename_004_neg.ksh89 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 Dzfs_rename.cfg31 export DATAFS=datafs.rename
32 export DATA=$TESTDIR2/data.rename
38 export VOLDATA=$TESTDIR2/voldata.rename
H A Dzfs_rename_003_pos.ksh57 log_must $ZFS rename $snap ${newname[$i]}
59 log_must $ZFS rename ${snap%%@*}@${newname[$i]##*@} $snap
H A Dzfs_rename_009_neg.ksh72 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 Dzfs_rename_005_neg.ksh78 log_mustnot $ZFS rename $src $dest
79 log_mustnot $ZFS rename -p $src $dest
H A Dzfs_rename_013_pos.ksh72 log_must $ZFS rename -r $TESTPOOL/$TESTCTR@snap $TESTPOOL/$TESTCTR@snap-new
76 log_must $ZFS rename -r $TESTPOOL@snap $TESTPOOL@snap-new
/titanic_44/usr/src/test/zfs-tests/cmd/rename_dir/
H A Drename_dir.c64 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_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_snapshot/
H A Dzfs_snapshot_005_neg.ksh87 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_44/usr/src/cmd/dtrace/test/cmd/scripts/
H A DMakefile49 $(INS.rename)
52 $(INS.rename)
55 $(INS.rename)
/titanic_44/usr/src/cmd/ypcmd/yppasswd/
H A Dchangepasswd.c645 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_44/usr/src/test/zfs-tests/tests/functional/no_space/
H A Denospc_002_pos.ksh54 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_44/usr/src/cmd/initpkg/init.d/
H A DMakefile78 $(INS.rename)
81 $(INS.rename)
84 $(INS.rename)
/titanic_44/usr/src/cmd/ttymon/
H A Dtmlog.c111 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_44/usr/src/lib/libc/port/sys/
H A Drename.c39 #pragma weak _rename = rename
41 rename(const char *oldname, const char *newname) in rename() function
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Duser_property_002_pos.ksh47 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_44/usr/src/test/zfs-tests/tests/functional/rootpool/
H A Drootpool_003_neg.ksh55 log_mustnot $ZFS rename $rootfs $rootpool/newfs
56 log_mustnot $ZFS rename -f $rootfs $rootpool/newfs
/titanic_44/usr/src/cmd/
H A DMakefile.cmd343 $(INS.rename)
370 $(INS.rename)
373 $(INS.rename)
376 $(INS.rename)
379 $(INS.rename)
479 $(INS.rename)
482 $(INS.rename)
485 $(INS.rename)
/titanic_44/usr/src/lib/brand/solaris10/s10_replacefile/
H A Ds10_replacefile.c99 if (rename(argv[1], argv[2]) != 0) in main()
101 if (rename(argv[3], argv[1]) != 0) in main()
/titanic_44/usr/src/cmd/ypcmd/shared/
H A Dutils.c104 if (rename(fromfile, tofile)) {
116 if (rename(fromfile, tofile)) {
124 if (rename(tofile, fromfile)) {
/titanic_44/usr/src/lib/libast/common/comp/
H A Drename.c28 NoN(rename)
65 rename(const char* from, const char* to)
/titanic_44/usr/src/test/zfs-tests/tests/functional/reservation/
H A DMakefile58 $(INS.rename)
61 $(INS.rename)
/titanic_44/usr/src/cmd/keyserv/
H A Dkeylogin.c125 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()

12345678910>>...18