Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/freebsd-13.1/crypto/heimdal/appl/push/
H A DChangeLog41 * push.c: add space to usage
68 * push.c: make `-v' a arg_counter
82 * push.c: use XDELE
86 * push.c (do_connect): v6-ify
134 * push.c: strncasecmp headers
142 * push.c (do_connect): init `s'
153 * push.c: eliminate some warnings
169 * push.8: updated
175 * push.c (net_{read,write}): remove
183 * push.c: quote '^From ' properly
[all …]
H A DMakefile.am9 libexec_PROGRAMS = push program
11 push_SOURCES = push.c push_locl.h
17 man_MANS = push.8 pfrom.1
/freebsd-13.1/sys/compat/ndis/
H A Dwinx32_wrap.S113 push %esi
114 push %edi
130 push %edx
170 push %edx
197 push %eax
198 push %edx
199 push %ecx
208 push %edx
237 push %edx
258 push %ecx
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_amd64.S17 push %rax
20 push %rcx
23 push %rdx
26 push %rsi
29 push %rdi
32 push %r8
35 push %r9
38 push %r10
41 push %r11
112 push %r8
[all …]
/freebsd-13.1/crypto/openssl/crypto/perlasm/
H A Dcbc.pl51 &push("ebp");
52 &push("ebx");
53 &push("esi");
54 &push("edi");
69 &push($out);
70 &push($in);
72 &push($in); # used in decrypt for iv[0]
87 else { &push("ecx"); }
94 else { &push("ecx"); }
101 else { &push("ecx"); }
[all …]
/freebsd-13.1/contrib/libpcap/
H A Ddiag-control.h62 __pragma(warning(push)) \
79 PCAP_DO_PRAGMA(clang diagnostic push) \
94 PCAP_DO_PRAGMA(GCC diagnostic push) \
133 __pragma(warning(push)) \
142 PCAP_DO_PRAGMA(clang diagnostic push) \
154 PCAP_DO_PRAGMA(GCC diagnostic push) \
182 __pragma(warning(push)) \
194 PCAP_DO_PRAGMA(clang diagnostic push) \
205 PCAP_DO_PRAGMA(GCC diagnostic push) \
/freebsd-13.1/sys/contrib/cloudabi/
H A Dcloudabi_vdso_i686_on_64bit.S38 push %ebp
59 push %ebp
84 push %ebp
102 push %ebp
115 push %ebp
134 push %ebp
156 push %ebp
169 push %ebp
188 push %ebp
217 push %ebp
[all …]
H A Dcloudabi_vdso_x86_64.S38 push %rsi
50 push %rdx
74 push %rsi
86 push %rsi
87 push %rdx
107 push %rsi
120 push %r8
133 push %r8
233 push %r9
246 push %r8
[all …]
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dstm32mp15-pinctrl.dtsi132 drive-push-pull;
138 drive-push-pull;
183 drive-push-pull;
189 drive-push-pull;
234 drive-push-pull;
240 drive-push-pull;
283 drive-push-pull;
324 drive-push-pull;
476 drive-push-pull;
520 drive-push-pull;
[all …]
H A Dstm32f7-pinctrl.dtsi143 drive-push-pull;
156 drive-push-pull;
190 drive-push-pull;
210 drive-push-pull;
221 drive-push-pull;
234 drive-push-pull;
246 drive-push-pull;
265 drive-push-pull;
277 drive-push-pull;
/freebsd-13.1/contrib/ntp/sntp/unity/auto/
H A DparseOutput.rb65 … @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\"/>"
77 … @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\">"
78 @arrayList.push " <skipped type=\"TEST IGNORED\"> " + reason + " </skipped>"
79 @arrayList.push " </testcase>"
91 … @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\">"
92 @arrayList.push " <failure type=\"ASSERT FAILED\"> " + reason + " </failure>"
93 @arrayList.push " </testcase>"
/freebsd-13.1/sys/amd64/vmm/amd/
H A Dsvm_support.S39 #define VENTER push %rbp ; mov %rsp,%rbp
52 push %rdx
61 push %rbx
62 push %r12
63 push %r13
64 push %r14
65 push %r15
70 push %rsi /* push guest context pointer on the stack */
/freebsd-13.1/crypto/openssl/engines/asm/
H A De_padlock-x86.pl60 &push ("ebx");
65 &push ("eax");
104 &push ("ebx");
169 &push ("edi");
170 &push ("esi");
171 &push ("ebx");
431 &push ("edi");
453 &push ("edi");
454 &push ("esi");
490 &push ("edi");
[all …]
/freebsd-13.1/stand/i386/btx/btx/
H A Dbtx.S218 push $SEL_UCODE # Set CS
289 push %ax # IMR
291 push %ax # IMR
317 push $0x1 # Int 0x1: #DB
319 push $0x3 # Int 0x3: #BP
321 push $0x4 # Int 0x4: #OF
323 push $0x5 # Int 0x5: #BR
325 push $0x6 # Int 0x6: #UD
327 push $0x7 # Int 0x7: #NM
329 push $0x8 # Int 0x8: #DF
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h107 S.Stk.push<T>(Result); in AddSubMulHelper()
112 S.Stk.push<T>(Result); in AddSubMulHelper()
280 S.Stk.push<T>(S.Stk.peek<T>()); in Dup()
296 S.Stk.push<T>(Arg); in Const()
408 S.Stk.push<T>(B->deref<T>()); in GetGlobal()
621 S.Stk.push<T>(Ptr.deref<T>()); in Load()
630 S.Stk.push<T>(Ptr.deref<T>()); in LoadPop()
814 S.Stk.push<T>(T::zero()); in Zero()
820 S.Stk.push<T>(); in Null()
838 S.Stk.push<Pointer>(This); in This()
[all …]
/freebsd-13.1/crypto/openssl/crypto/des/asm/
H A Ddes-586.pl59 &push("edx");
60 &push("ecx");
74 &push("ecx");
95 &push("ecx");
97 &push("ecx");
132 &push("esi");
133 &push("edi");
143 &push("ebx");
144 &push("ebp");
158 &push("ebx");
[all …]
H A Ddesboth.pl18 &push("ebx");
21 &push("ebp");
22 &push("esi");
24 &push("edi");
/freebsd-13.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.c51 _sema_init(&queue->push, 0); in vchiu_queue_init()
104 up(&queue->push); in vchiu_queue_push()
110 if (down_interruptible(&queue->push) != 0) { in vchiu_queue_peek()
115 up(&queue->push); // We haven't removed anything from the queue. in vchiu_queue_peek()
131 if (down_interruptible(&queue->push) != 0) { in vchiu_queue_pop()
/freebsd-13.1/crypto/openssl/crypto/bn/asm/
H A Dco-586.pl137 &push("esi");
139 &push("edi");
141 &push("ebp");
142 &push("ebx");
222 &push("esi");
223 &push("edi");
224 &push("ebp");
225 &push("ebx");
H A Dx86-gf2m.pl233 &push ("ebp");
234 &push ("ebx");
235 &push ("esi");
236 &push ("edi");
271 &push ("ebp");
272 &push ("ebx");
273 &push ("esi");
274 &push ("edi");
/freebsd-13.1/stand/i386/boot2/
H A Dboot1.S92 xread: push %ss # Address
99 push %cx # block
100 push %ax # number
101 push %es # Address of
102 push %bx # transfer buffer
105 push %ax # transfer
229 push %cs # Read from
279 push %dx # Save
292 read.1: push %dx # Save
302 push %dx # Save
[all …]
/freebsd-13.1/crypto/openssl/crypto/
H A Dx86cpuid.pl27 &push ("eax");
197 &push ("edx");
198 &push ("eax");
280 &push ("ebx");
328 &push ("esi");
329 &push ("edi");
457 &push ("edi");
458 &push ("ebx");
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_x86_64.inc.S10 push %rcx
19 push %rcx
20 push %rax
/freebsd-13.1/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl45 &push("ebp");
46 &push("esi");
47 &push("edi");
55 &push($r);
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm80 push ebp
83 push edi
84 push ebx
85 push ecx
86 push edx
320 push ebp
323 push esi
539 push ebp
542 push ebx
543 push esi
[all …]

12345678910>>...24