| /freebsd-12.1/crypto/heimdal/appl/push/ |
| H A D | ChangeLog | 41 * 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 D | Makefile.am | 9 libexec_PROGRAMS = push program 11 push_SOURCES = push.c push_locl.h 17 man_MANS = push.8 pfrom.1
|
| /freebsd-12.1/sys/compat/ndis/ |
| H A D | winx32_wrap.S | 113 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-12.1/sys/contrib/zstd/contrib/pzstd/utils/test/ |
| H A D | WorkQueueTest.cpp | 41 queue.push(5); in TEST() 45 queue.push(1); in TEST() 46 queue.push(2); in TEST() 52 queue.push(1); in TEST() 53 queue.push(2); in TEST() 153 queue.push(5); in TEST() 155 queue.push(5); in TEST() 157 queue.push(5); in TEST() 166 queue.push(5); in TEST() 183 queue.push(5); in TEST() [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_amd64.S | 17 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-12.1/crypto/openssl/crypto/perlasm/ |
| H A D | cbc.pl | 51 &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-12.1/sys/contrib/cloudabi/ |
| H A D | cloudabi_vdso_i686_on_64bit.S | 38 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 D | cloudabi_vdso_x86_64.S | 38 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-12.1/contrib/libpcap/ |
| H A D | diag-control.h | 62 __pragma(warning(push)) \ 79 PCAP_DO_PRAGMA(clang diagnostic push) \ 94 PCAP_DO_PRAGMA(GCC diagnostic push) \ 132 __pragma(warning(push)) \ 141 PCAP_DO_PRAGMA(clang diagnostic push) \ 153 PCAP_DO_PRAGMA(GCC diagnostic push) \ 178 __pragma(warning(push)) \ 190 PCAP_DO_PRAGMA(clang diagnostic push) \ 201 PCAP_DO_PRAGMA(GCC diagnostic push) \
|
| /freebsd-12.1/crypto/openssl/engines/asm/ |
| H A D | e_padlock-x86.pl | 60 &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-12.1/stand/i386/btx/btx/ |
| H A D | btx.S | 218 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-12.1/contrib/ntp/sntp/unity/auto/ |
| H A D | parseOutput.rb | 65 … @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-12.1/sys/amd64/vmm/amd/ |
| H A D | svm_support.S | 39 #define VENTER push %rbp ; mov %rsp,%rbp 56 push %rdx 65 push %rbx 66 push %r12 67 push %r13 68 push %r14 69 push %r15 74 push %rsi /* push guest context pointer on the stack */
|
| /freebsd-12.1/crypto/openssl/crypto/des/asm/ |
| H A D | des-586.pl | 59 &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 D | desboth.pl | 18 &push("ebx"); 21 &push("ebp"); 22 &push("esi"); 24 &push("edi");
|
| /freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_util.c | 51 _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-12.1/sys/gnu/dts/arm/ |
| H A D | stm32mp157-pinctrl.dtsi | 172 drive-push-pull; 240 drive-push-pull; 260 drive-push-pull; 269 drive-push-pull; 278 drive-push-pull; 287 drive-push-pull; 299 drive-push-pull; 305 drive-push-pull; 317 drive-push-pull; 323 drive-push-pull; [all …]
|
| H A D | stm32f7-pinctrl.dtsi | 143 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-12.1/crypto/openssl/crypto/bn/asm/ |
| H A D | co-586.pl | 137 &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 D | x86-gf2m.pl | 233 &push ("ebp"); 234 &push ("ebx"); 235 &push ("esi"); 236 &push ("edi"); 271 &push ("ebp"); 272 &push ("ebx"); 273 &push ("esi"); 274 &push ("edi");
|
| H A D | bn-586.pl | 145 &push("ebp"); 146 &push("ebx"); 147 &push("esi"); 148 &push("edi"); 261 &push("ebp"); 262 &push("ebx"); 263 &push("esi"); 264 &push("edi"); 367 &push("ebp"); 368 &push("ebx"); [all …]
|
| /freebsd-12.1/stand/i386/boot2/ |
| H A D | boot1.S | 92 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-12.1/crypto/openssl/crypto/ |
| H A D | x86cpuid.pl | 27 &push ("eax"); 197 &push ("edx"); 198 &push ("eax"); 280 &push ("ebx"); 328 &push ("esi"); 329 &push ("edi"); 457 &push ("edi"); 458 &push ("ebx");
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | z_Windows_NT-586_asm.asm | 81 push ebp 84 push edi 85 push ebx 86 push ecx 87 push edx 321 push ebp 324 push esi 540 push ebp 543 push ebx 544 push esi [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/rc5/asm/ |
| H A D | rc5-586.pl | 45 &push("ebp"); 46 &push("esi"); 47 &push("edi"); 55 &push($r);
|