Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 25 of 205) sorted by relevance

123456789

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dreceive-o-x_props_aliases.ksh51 orig=$TESTPOOL/$TESTFS1
52 origsub=$orig/sub
65 log_must zfs create $orig
90 log_must zfs create $orig
107 log_must zfs create $orig
118 log_must eval "zfs send -R -I $orig@snap1 $orig@snap3 > $streamfile_incr"
143 log_must zfs create $orig
159 log_must eval "zfs send -R -I $orig@snap1 $orig@snap3 > $streamfile_incr"
175 log_must zfs create $orig
188 log_must eval "zfs send -R -I $orig@snap1 $orig@snap3 > $streamfile_incr"
[all …]
H A Dreceive-o-x_props_override.ksh51 orig=$TESTPOOL/$TESTFS1
52 origsub=$orig/sub
67 log_must zfs create $orig
92 log_must zfs create $orig
109 log_must zfs create $orig
122 log_must eval "zfs send -R -I $orig@snap1 $orig@snap3 > $streamfile_incr"
157 log_must zfs create $orig
178 log_must eval "zfs send -R -I $orig@snap1 $orig@snap3 > $streamfile_incr"
200 log_must zfs create $orig
214 log_must eval "zfs send -R -I $orig@snap1 $orig@snap3 > $streamfile_incr"
[all …]
H A Dzfs_receive_014_pos.ksh41 orig=$TESTPOOL/$TESTFS1
54 log_must zfs destroy -rf $orig
62 log_must eval "zfs create $orig"
63 mntpnt=$(get_prop mountpoint $orig)
66 log_must eval "zfs set compression='gzip-1' $orig"
68 log_must eval "zfs snapshot $orig@snap1"
77 log_must eval "zfs inherit '$userprop' $orig"
79 log_must eval "zfs snapshot $orig@snap2"
80 log_must eval "zfs send -p -i $orig@snap1 $orig@snap2 > $streamfile_incr"
82 log_must eval "zfs snapshot $orig@snap3"
[all …]
H A Dzfs_receive_015_pos.ksh41 orig=$TESTPOOL/$TESTFS1
58 log_must zfs create $orig
61 log_must zfs snapshot $orig@snap1
62 log_must zfs snapshot $orig@snap2
63 log_must zfs snapshot $orig@snap3
66 log_must eval "zfs set '$user_prop'='$value' $orig"
67 log_must eval "zfs set '$user_prop:snap1'='$value:snap1' $orig@snap1"
68 log_must eval "zfs set '$user_prop:snap2'='$value:snap2' $orig@snap2"
69 log_must eval "zfs set '$user_prop:snap3'='$value:snap3' $orig@snap3"
72 log_must eval "zfs send -p $orig@snap1 > $streamfile_full"
[all …]
H A Dzfs_receive_012_pos.ksh56 orig=$TESTPOOL/$TESTFS1
60 log_must zfs create $orig
61 origdir=$(get_prop mountpoint $orig)
64 log_must zfs set refquota=50M $orig
67 log_must zfs snapshot $orig@1
70 log_must eval "zfs send -R $orig@1 > $streamfile"
77 log_must zfs snapshot $orig@2
80 log_must eval "zfs send -I 1 -R $orig@2 > $streamfile"
H A Dzfs_receive_011_pos.ksh59 orig=$TESTPOOL/$TESTFS1
62 log_must zfs create $orig
63 origdir=$(get_prop mountpoint $orig)
71 log_must zfs snapshot $orig@1
78 log_must zfs set refquota=8M $orig
81 log_must zfs snapshot $orig@2
84 log_must eval "zfs send -R $orig@2 > $streamfile"
/freebsd/contrib/nvi/common/
H A Dscreen.c60 if (orig == NULL) { in screen_init()
64 if (orig->alt_name != NULL && in screen_init()
69 if (F_ISSET(orig, SC_AT_SET)) { in screen_init()
71 sp->at_lbuf = orig->at_lbuf; in screen_init()
77 v_wstrdup(sp, orig->re, orig->re_len)) == NULL) in screen_init()
79 sp->re_len = orig->re_len; in screen_init()
81 v_wstrdup(sp, orig->subre, orig->subre_len)) == NULL) in screen_init()
85 v_wstrdup(sp, orig->repl, orig->repl_len)) == NULL) in screen_init()
87 sp->repl_len = orig->repl_len; in screen_init()
88 if (orig->newl_len) { in screen_init()
[all …]
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat-dirs.sh11 orig=$1
33 rorig=`realpath $orig`
38 test_file $orig/$i $new/$i || continue
39 $SHLIB_COMPAT --out-orig $out/$i.orig.c --out-new $out/$i.new.c -v "$@" \
40 $orig/$i $new/$i > $out/$i.cmp 2> $out/$i.err || true
41 remove_empty $out/$i.orig.c $out/$i.new.c $out/$i.cmp $out/$i.err
42 if [ -f $out/$i.orig.c -a -f $out/$i.new.c ]; then
43 astyle --quiet --style=bsd -k3 $out/$i.orig.c $out/$i.new.c
44 rm -f $out/$i.orig.c.orig $out/$i.new.c.orig
45 diff -u $out/$i.orig.c $out/$i.new.c > $out/$i.diff || true
/freebsd/usr.bin/seq/
H A Dseq.c332 for (cp = orig; (*orig = *cp); cp++, orig++) { in unescape()
338 *orig = '\a'; in unescape()
341 *orig = '\b'; in unescape()
344 *orig = '\e'; in unescape()
347 *orig = '\f'; in unescape()
350 *orig = '\n'; in unescape()
353 *orig = '\r'; in unescape()
356 *orig = '\t'; in unescape()
368 *orig = '"'; in unescape()
384 *orig = c; in unescape()
[all …]
/freebsd/crypto/openssh/regress/
H A Dkeygen-knownhosts.sh36 cp $OBJ/kh.invalid $OBJ/kh.invalid.orig
37 cp $OBJ/kh.hosts $OBJ/kh.hosts.orig
159 cp $OBJ/kh.invalid.orig $OBJ/kh.invalid
164 cp $OBJ/kh.hosts.orig $OBJ/kh.hosts
170 cp $OBJ/kh.hosts.orig $OBJ/kh.hosts
176 cp $OBJ/kh.hosts.orig $OBJ/kh.hosts
182 cp $OBJ/kh.hosts.orig $OBJ/kh.hosts
188 cp $OBJ/kh.hosts.orig $OBJ/kh.hosts
199 cp $OBJ/kh.hosts.orig $OBJ/kh.hosts
204 cp $OBJ/kh.hosts $OBJ/kh.hashed.orig
[all …]
H A Dchannel-timeout.sh31 rm -f $OBJ/sshd_proxy.orig
32 cp $OBJ/sshd_proxy $OBJ/sshd_proxy.orig
42 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout session:command=1") \
51 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout session:command=60") \
60 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout session:*=1") \
69 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout session:shell=1") \
92 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout session:shell=1") \
103 (cat $OBJ/sshd_proxy.orig ; echo "ChannelTimeout global=10") \
126 (grep -vi subsystem.*sftp $OBJ/sshd_proxy.orig;
138 (grep -vi subsystem.*sftp $OBJ/sshd_proxy.orig;
[all …]
H A Dcert-hostkey.sh64 kh_ca host_ca_key.pub host_ca_key2.pub > $OBJ/known_hosts-cert.orig
65 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
117 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
168 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
177 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
189 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
197 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
208 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
229 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
295 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert
[all …]
H A Dhostkey-rotate.sh25 rm -f $OBJ/hkr.* $OBJ/ssh_proxy.orig $OBJ/ssh_proxy.orig
27 grep -vi 'hostkey' $OBJ/sshd_proxy > $OBJ/sshd_proxy.orig
28 mv $OBJ/ssh_proxy $OBJ/ssh_proxy.orig
29 grep -vi 'globalknownhostsfile' $OBJ/ssh_proxy.orig > $OBJ/ssh_proxy
44 echo "Hostkey $OBJ/hkr.${k}" >> $OBJ/sshd_proxy.orig
79 cp $OBJ/sshd_proxy.orig $OBJ/sshd_proxy
128 ( cat $OBJ/sshd_proxy.orig ; echo HostKey $OBJ/hkr.${primary}-new ) \
138 cp $OBJ/sshd_proxy.orig $OBJ/sshd_proxy
/freebsd/usr.sbin/bsdinstall/runconsoles/
H A Dchild.c167 sig_t orig; in grandchild_run() local
170 orig = signal(SIGALRM, SIG_DFL); in grandchild_run()
171 if (orig == SIG_ERR) in grandchild_run()
173 orig = signal(SIGCHLD, SIG_DFL); in grandchild_run()
174 if (orig == SIG_ERR) in grandchild_run()
177 if (orig == SIG_ERR) in grandchild_run()
179 orig = signal(SIGINT, SIG_DFL); in grandchild_run()
180 if (orig == SIG_ERR) in grandchild_run()
183 if (orig == SIG_ERR) in grandchild_run()
186 if (orig == SIG_ERR) in grandchild_run()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h39 uint32_t orig = read32le(T); in write32AArch64Imm() local
40 orig &= ~(0xFFF << 10); in write32AArch64Imm()
45 uint32_t orig = read32le(T); in write32AArch64Ldr() local
46 uint32_t size = orig >> 30; in write32AArch64Ldr()
49 if ((orig & 0x04800000) == 0x04800000) in write32AArch64Ldr()
200 uint32_t orig = read32le(Displacement); in processRelocationRef() local
201 Addend = (orig & 0x03FFFFFF) << 2; in processRelocationRef()
210 Addend = (orig & 0x00FFFFE0) >> 3; in processRelocationRef()
215 Addend = (orig & 0x000FFFE0) >> 3; in processRelocationRef()
221 Addend = ((orig >> 29) & 0x3) | ((orig >> 3) & 0x1FFFFC); in processRelocationRef()
[all …]
/freebsd/contrib/file/src/
H A Dmemtest.c50 void *(*orig)(size_t) = dlsym(RTLD_NEXT, "malloc"); in malloc() local
51 void *p = (*orig)(len); in malloc()
61 void (*orig)(void *) = dlsym(RTLD_NEXT, "free"); in free() local
62 (*orig)(p); in free()
71 void *(*orig)(size_t, size_t) = dlsym(RTLD_NEXT, "calloc"); in calloc() local
72 void *p = (*orig)(len, nitems); in calloc()
82 void *(*orig)(void *, size_t) = dlsym(RTLD_NEXT, "realloc"); in realloc() local
83 void *p = (*orig)(q, len); in realloc()
/freebsd/sbin/ipf/libipf/
H A Ddupmbt.c12 dupmbt(mb_t *orig) in dupmbt() argument
19 m->mb_len = orig->mb_len; in dupmbt()
21 m->mb_data = (char *)m->mb_buf + (orig->mb_data - (char *)orig->mb_buf); in dupmbt()
22 bcopy(orig->mb_data, m->mb_data, m->mb_len); in dupmbt()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c201 SCREEN *sp = _nc_screen_of(orig); in derwin()
212 if (begy + num_lines > orig->_maxy + 1 in derwin()
213 || begx + num_columns > orig->_maxx + 1) in derwin()
217 num_lines = orig->_maxy + 1 - begy; in derwin()
220 num_columns = orig->_maxx + 1 - begx; in derwin()
222 if (orig->_flags & _ISPAD) in derwin()
226 orig->_begy + begy, in derwin()
227 orig->_begx + begx, flags); in derwin()
233 WINDOW_ATTRS(win) = WINDOW_ATTRS(orig); in derwin()
234 win->_nc_bkgd = orig->_nc_bkgd; in derwin()
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Dhci.h191 u32 orig; in rtw_read32_mask() local
194 orig = rtw_read32(rtwdev, addr); in rtw_read32_mask()
195 ret = (orig & mask) >> shift; in rtw_read32_mask()
204 u32 orig; in rtw_read16_mask() local
208 ret = (orig & mask) >> shift; in rtw_read16_mask()
217 u32 orig; in rtw_read8_mask() local
220 orig = rtw_read8(rtwdev, addr); in rtw_read8_mask()
221 ret = (orig & mask) >> shift; in rtw_read8_mask()
230 u32 orig; in rtw_write32_mask() local
244 u8 orig, set; in rtw_write8_mask() local
[all …]
/freebsd/contrib/unbound/util/
H A Drtt.c103 rtt_lost(struct rtt_info* rtt, int orig) in rtt_lost() argument
108 if(rtt->rto < orig) in rtt_lost()
114 orig *= 2; in rtt_lost()
115 if(rtt->rto <= orig) { in rtt_lost()
116 rtt->rto = orig; in rtt_lost()
/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dvmbus_x86.c120 uint64_t val, orig; in vmbus_synic_setup1() local
123 orig = RDMSR(sint); in vmbus_synic_setup1()
125 (orig & MSR_HV_SINT_RSVD_MASK); in vmbus_synic_setup1()
133 uint64_t orig; in vmbus_synic_teardown1() local
137 orig = RDMSR(sint); in vmbus_synic_teardown1()
138 WRMSR(sint, orig | MSR_HV_SINT_MASKED); in vmbus_synic_teardown1()
/freebsd/tools/test/stress2/misc/
H A Dsplit.sh63 local blocks md5 md5a orig s spmax spmin
69 orig=`ls -l file.$1 | tail -1`
81 echo "orig $orig $md5"
82 orig=`ls -l file.$1 | tail -1`
83 echo "new $orig $md5a"
/freebsd/usr.bin/find/
H A Dmisc.c52 brace_subst(char *orig, char **store, char *path, size_t len) in brace_subst() argument
59 newlen = strlen(orig) + 1; in brace_subst()
60 pastorigend = orig + newlen; in brace_subst()
61 for (p = orig; (q = strstr(p, "{}")) != NULL; p = q + 2) { in brace_subst()
72 for (p = orig; (q = strstr(p, "{}")) != NULL; p = q + 2) { in brace_subst()
/freebsd/bin/pax/tests/
H A Dlegacy_test.pl54 (my $orig = $top) =~ s,1$,2,;
55 rmtree $orig;
56 rename $top, $orig;
61 system "diff -ru $orig $top";
65 rename $orig, $top;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp52 WatchpointOptions::CopyOptionsNoCallback(WatchpointOptions &orig) { in CopyOptionsNoCallback() argument
53 WatchpointHitCallback orig_callback = orig.m_callback; in CopyOptionsNoCallback()
54 lldb::BatonSP orig_callback_baton_sp = orig.m_callback_baton_sp; in CopyOptionsNoCallback()
55 bool orig_is_sync = orig.m_callback_is_synchronous; in CopyOptionsNoCallback()
57 orig.ClearCallback(); in CopyOptionsNoCallback()
58 WatchpointOptions *ret_val = new WatchpointOptions(orig); in CopyOptionsNoCallback()
60 orig.SetCallback(orig_callback, orig_callback_baton_sp, orig_is_sync); in CopyOptionsNoCallback()

123456789