Searched refs:ctr (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_003_pos.ksh41 # 2. Create fs,vol,ctr,snapshot and clones of snapshot in the two datasets
52 for obj in $ctr2 $ctr1 $ctr; do
75 ctr=$TESTPOOL/$TESTCTR
77 ctr2=$ctr/$TESTCTR2
79 child_fs=$ctr/$TESTFS1
83 child_vol=$ctr/$TESTVOL
87 child_fs_snap_clone=$ctr/$TESTCLONE
91 child_fs1_snap_clone1=$ctr/${TESTCLONE1}_across_ctr
96 log_must zfs create $ctr
134 for obj in $child_fs $child_fs1 $ctr
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_009_pos.ksh54 for ds in $ctr/$TESTVOL1 $ctr/$TESTCLONE; do
59 for snap in $ctr/$TESTFS1@$TESTSNAP1 \
72 ctr=$TESTPOOL/$TESTCTR
73 ctrfs=$ctr/$TESTFS1
74 ctrclone=$ctr/$TESTCLONE
75 ctrvol=$ctr/$TESTVOL1
78 snapctr=$ctr@$TESTSNAP
H A Dsnapshot_010_pos.ksh68 ctr=$TESTPOOL/$TESTCTR
69 ctrfs=$ctr/$TESTFS1
70 ctrvol=$ctr/$TESTVOL1
73 snapctr=$ctr@$TESTSNAP
75 snapctrvol=$ctr/$TESTVOL1@$TESTSNAP
76 snapctrclone=$ctr/$TESTCLONE@$TESTSNAP
H A Dsnapshot_012_pos.ksh73 ctr=$TESTPOOL/$TESTCTR
74 ctrfs=$ctr/$TESTFS1
75 clone=$ctr/$TESTCLONE
76 clone1=$ctr/$TESTCLONE1
79 snapctr=$ctr@$TESTSNAP
92 log_fail "'snapshot -r' fails to create $snapctrclone for $ctr/$TESTCLONE."
H A Dsnapshot_013_pos.ksh64 ctr=$TESTPOOL/$TESTCTR
65 ctrfs=$ctr/$TESTFS
68 snapctr=$ctr@$TESTSNAP
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs/
H A Dzfs_002_pos.ksh54 for ds in $fs1 $fs $ctr; do
72 ctr=$TESTPOOL/$TESTCTR
73 log_must zfs create $ctr
75 fs=$ctr/$TESTFS
76 fs1=$ctr/$TESTFS1
78 clone=$ctr/$TESTCLONE
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dstats.c91 struct rds_info_counter ctr; local
95 ASSERT(!(strlen(names[i]) >= sizeof (ctr.name)));
96 (void) strncpy((char *)ctr.name, names[i],
97 sizeof (ctr.name) - 1);
98 ctr.value = values[i];
100 rdsv3_info_copy(iter, &ctr, sizeof (ctr));
/illumos-gate/usr/src/boot/sys/boot/arm64/libarm64/
H A Dcache.c44 uint64_t ctr; local
48 ctr = READ_SPECIALREG(ctr_el0);
54 dcl_size = CTR_DLINE_SIZE(ctr);
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnet.c133 int ctr; local
142 ctr = filesize;
145 while (ctr > 0) {
147 syslog(LOG_DEBUG, "xfer_file: write while loop => ctr = %d", ctr);
152 nw = write(sockfd, pa, ctr);
180 ctr -= nw;
197 int ctr; local
212 ctr = size;
219 while (ctr >
319 int ctr; local
[all...]
H A Dtcp_misc.c152 int ctr = 0; local
173 while (ctr < BUFSIZ) {
194 if ((buf[ctr++] = c) == '\n' || (nr == 0))
198 if (ctr > 1)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_006_pos.ksh73 function test_ctr_share # mntp ctr
76 typeset ctr=$2
81 log_must zfs set sharenfs=on $ctr
90 log_must zfs create $ctr/$TESTFS2
91 log_must zfs set mountpoint=$mntp2 $ctr/$TESTFS2
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_002_pos.ksh54 datasetexists $ctr && \
55 log_must zfs destroy -r $ctr
75 zfs receive -d $ctr <$stream
106 ctr=$TESTPOOL/$TESTCTR
108 rstfs=$ctr/$TESTFS
110 ds_path=$ctr/${ZONE_CTR}0
126 log_must zfs create $ctr
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_all_001_pos.ksh50 set -A ctr "" "$TESTCTR" "$TESTCTR/$TESTCTR1" "$TESTCTR1"
59 while (( i < ${#ctr[*]} )); do
62 if [[ -n ${ctr[i]} ]]; then
63 path=$path/${ctr[i]}
66 "${ctr[i]}" "$path" \
67 "ctr"
74 "${ctr[i]}/${vol[j]}" \
84 "${ctr[i]}/${fs[j]}" \
101 ((i = ${#ctr[*]} - 1))
108 "${ctr[
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/
H A Dzfs_unmount_all_001_pos.ksh51 set -A ctr "" "$TESTCTR" "$TESTCTR1" "$TESTCTR/$TESTCTR1"
60 while (( i < ${#ctr[*]} )); do
63 if [[ -n ${ctr[i]} ]]; then
64 path=$path/${ctr[i]}
67 "${ctr[i]}" "$path" \
68 "ctr"
75 "${ctr[i]}/${vol[j]}" \
84 "${ctr[i]}/${fs[j]}" \
100 ((i = ${#ctr[*]} - 1))
107 "${ctr[
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_009_neg.ksh80 for ctr in $ctr1 $ctr2; do
81 log_must zfs create $ctr
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/snowbird/common/
H A Dsnowbird.c671 int unit_no = -1, ctr = 0; local
699 while (valbuf[ctr] != ' ' && valbuf[ctr] != NULL) {
700 label_txt[ctr] = valbuf[ctr];
701 ++ctr;
704 label_txt[ctr++] = '\0';
706 if (valbuf[ctr] != NULL) {
707 unit_no = atoi(valbuf+ctr);
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c816 int ctr; local
910 for (ctr = 0; ctr < stl_hdr->stl_out_cnt; ctr++) {
911 (void) mbstowcs((*ppList)->keys[ctr].name,
912 (char *)stl_hdr->stl_list[ctr].ste_name,
915 (*ppList)->keys[ctr].tpgt = stl_hdr->stl_list[ctr].ste_tpgt;
917 (*ppList)->keys[ctr].address.portNumber =
918 stl_hdr->stl_list[ctr]
2842 int ctr; local
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c604 int ctr = 0, retval = 1; local
725 ctr++;
728 ctr * sizeof (char **))) == NULL) {
732 data.h_aliases[ctr-1] = alias;
742 ctr + 2 : ctr + 1) * sizeof (char **))) == NULL) {
748 data.h_aliases[ctr++] = ecol[3].ec_value.ec_value_val;
750 data.h_aliases[ctr] = NULL;
864 int ctr = 0; local
956 ctr
1075 int ctr = 0; local
1296 int ctr = 0; local
1516 int ctr = 0; local
1759 int ctr = 0; local
2074 int ctr = 0; local
3514 int ctr = 0, retval = 1; local
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Delm.c409 int ctr, *val; local
445 ctr = 1;
447 ctr++;
452 * ctr tells how many notices are in the first sublist
460 fk->numnote = k->numnote - ctr + 1;
465 k->numnote = ctr;
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dsecdb.c98 int ctr; local
105 ctr = kva->length;
108 while (ctr--) {
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c353 static int ctr; local
363 (void) sprintf(fptr, "%.*d", fiwidth, ctr++);
395 (void) sprintf(fptr, "%.*d", fiwidth, (ctr-2));
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c1332 ulong_t *ctr; local
1373 * Increment the ctr irrespective of the lockfs state. If the lockfs
1378 * never see the value of zero for ctr - a livelock kind of scenario.
1380 ctr = (mask & ULOCKFS_FWLOCK) ?
1383 atomic_inc_ulong(ctr);
1402 if (!atomic_dec_ulong_nv(ctr))
1417 * If a file system is unlocked, we would expect the ctr to have
1420 * incrementing the ctr, but by the time we checked for
1539 ulong_t *ctr; local
1580 * Increment the ctr irrespectiv
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/os/
H A Dopl.c1062 int ctr; local
1085 for (ctr = cnt * OPL_BOFF_SPIN; ctr; ctr--) {
1112 for (ctr = OPL_BOFF_SPIN; ctr; ctr--) {
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c3158 int ctr; local
3248 for (ctr = 0; ctr < stl_hdr->stl_out_cnt; ctr++) {
3249 (void) mbstowcs((*ppList)->keys[ctr].name,
3250 (char *)stl_hdr->stl_list[ctr].ste_name,
3253 (*ppList)->keys[ctr].tpgt = stl_hdr->stl_list[ctr].ste_tpgt;
3255 (*ppList)->keys[ctr].address.portNumber =
3256 stl_hdr->stl_list[ctr]
[all...]
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/
H A DMakefile.com58 MODES_COMMON_OBJS = modes.o ecb.o cbc.o ctr.o

Completed in 140 milliseconds

12