| /trueos/crypto/heimdal/appl/push/ |
| HD | ChangeLog | 3 * push.c: catch when snprint needs a larger buffer 7 * push.c: alloc memory to handle very long lines 11 * push.c: fixed one incorrect fprintf to stderr 15 * push.c: add names of pop states, add some more debugging and use 20 * push.c (doit): check return values from snprintf being negative 24 * push.c (main): handle krb5_init_context failure consistently 28 * push.c: support several headers, from <mattiasa@e.kth.se> use 36 * push.8: work around bug in grog that makes it think it needs 41 * push.c: add space to usage 45 * push.c (doit): check that fds are not too large to select on [all …]
|
| HD | Makefile.am | 9 libexec_PROGRAMS = push program 11 push_SOURCES = push.c push_locl.h 17 man_MANS = push.8 pfrom.1
|
| /trueos/sys/compat/ndis/ |
| HD | winx32_wrap.S | 113 push %esi 114 push %edi 129 push %eax # preserve return val 130 push %edx 153 push %esi # must preserve %esi 154 push %edi # and %edi 169 push %eax # preserve return val 170 push %edx 197 push %eax 198 push %edx [all …]
|
| /trueos/crypto/openssl/crypto/perlasm/ |
| HD | cbc.pl | 44 &push("ebp"); 45 &push("ebx"); 46 &push("esi"); 47 &push("edi"); 62 &push($out); 63 &push($in); 64 &push($out); # used in decrypt for iv[1] 65 &push($in); # used in decrypt for iv[0] 79 { &mov("eax", &wparam($p3)); &push("eax"); } 80 else { &push("ecx"); } [all …]
|
| /trueos/sys/amd64/vmm/amd/ |
| HD | svm_support.S | 35 #define VENTER push %rbp ; mov %rsp,%rbp 53 push %rbx 54 push %r12 55 push %r13 56 push %r14 57 push %r15 62 push %rsi /* push guest context pointer on the stack */
|
| /trueos/sys/boot/i386/btx/btx/ |
| HD | btx.S | 217 push $0x202 # Set flags (IF set) 218 push $SEL_UCODE # Set CS 226 init.9: push $0x0 # general 289 push %ax # IMR 291 push %ax # IMR 315 intx00: push $0x0 # Int 0x0: #DE 317 push $0x1 # Int 0x1: #DB 319 push $0x3 # Int 0x3: #BP 321 push $0x4 # Int 0x4: #OF 323 push $0x5 # Int 0x5: #BR [all …]
|
| /trueos/sys/boot/pc98/btx/btx/ |
| HD | btx.S | 215 push $0x202 # Set flags (IF set) 216 push $SEL_UCODE # Set CS 224 init.9: push $0x0 # general 290 push %ax # IMR 292 push %ax # IMR 317 intx00: push $0x0 # Int 0x0: #DE 319 push $0x1 # Int 0x1: #DB 321 push $0x3 # Int 0x3: #BP 323 push $0x4 # Int 0x4: #OF 325 push $0x5 # Int 0x5: #BR [all …]
|
| /trueos/crypto/openssl/crypto/des/asm/ |
| HD | des-586.pl | 48 &push("edx"); 49 &push("ecx"); 63 &push("ecx"); 84 &push("ecx"); 86 &push("ecx"); 100 &push("ecx"); 121 &push("esi"); 122 &push("edi"); 132 &push("ebx"); 133 &push("ebp"); [all …]
|
| HD | desboth.pl | 11 &push("ebx"); 14 &push("ebp"); 15 &push("esi"); 17 &push("edi");
|
| /trueos/contrib/llvm/patches/ |
| HD | patch-r263312-llvm-r196940-update-inline-asm-test.diff | 14 __asm push y 15 - // CHECK: call void asm sideeffect inteldialect "push dword ptr $0", "=*m,~{dirflag},~{fpsr},~{f… 16 + // CHECK: call void asm sideeffect inteldialect "push dword ptr $0", "=*m,~{esp},~{dirflag},~{fp… 28 -// CHECK: call void asm sideeffect inteldialect "push ebx\0A\09mov ebx, $$0x07\0A\09pop ebx", "~{e… 29 +// CHECK: call void asm sideeffect inteldialect "push ebx\0A\09mov ebx, $$0x07\0A\09pop ebx", "~{e… 37 -// CHECK: call void asm sideeffect inteldialect "push ebx\0A\09mov ebx, $$0x07\0A\09pop ebx", "~{e… 38 +// CHECK: call void asm sideeffect inteldialect "push ebx\0A\09mov ebx, $$0x07\0A\09pop ebx", "~{e… 46 -// CHECK: call void asm sideeffect inteldialect "push ebx\0A\09mov ebx, esp", "~{ebx},~{dirflag},~… 47 +// CHECK: call void asm sideeffect inteldialect "push ebx\0A\09mov ebx, esp", "~{ebx},~{esp},~{dir…
|
| /trueos/sys/i386/xbox/ |
| HD | pic16l.s | 40 push %ebp 43 push %ebx 84 push %ecx 172 push %ecx 188 push %ebp 191 push %ebx
|
| /trueos/crypto/openssl/crypto/bn/asm/x86/ |
| HD | comba.pl | 114 &push("esi"); 116 &push("edi"); 118 &push("ebp"); 119 &push("ebx"); 199 &push("esi"); 200 &push("edi"); 201 &push("ebp"); 202 &push("ebx");
|
| /trueos/contrib/ntp/ntpd/ |
| HD | ntpsim.c | 97 push(event(0, BEEP), &ntp_node.events); in ntpsim() 98 push(event(ntp_node.time + 1.0, TIMER), &ntp_node.events); in ntpsim() 151 void push( in push() function 227 push(event(e.time + (1 << EVENT_TIMEOUT), TIMER), &n->events); in ntptmr() 292 push(xvnt, &n->events); in srvr_rply() 348 push(event(n->bdly, BEEP), &n->events); in ndbeep() 349 push(event(n->sim_time, BEEP), &n->events); in ndbeep() 356 push(event(e.time + n->bdly, BEEP), &n->events); in ndbeep()
|
| /trueos/crypto/openssl/crypto/bn/asm/ |
| HD | co-586.pl | 126 &push("esi"); 128 &push("edi"); 130 &push("ebp"); 131 &push("ebx"); 211 &push("esi"); 212 &push("edi"); 213 &push("ebp"); 214 &push("ebx");
|
| HD | x86-gf2m.pl | 223 &push ("ebp"); 224 &push ("ebx"); 225 &push ("esi"); 226 &push ("edi"); 261 &push ("ebp"); 262 &push ("ebx"); 263 &push ("esi"); 264 &push ("edi");
|
| HD | bn-586.pl | 133 &push("ebp"); 134 &push("ebx"); 135 &push("esi"); 136 &push("edi"); 155 &push("ecx"); # Up the stack for a tmp variable 249 &push("ebp"); 250 &push("ebx"); 251 &push("esi"); 252 &push("edi"); 355 &push("ebp"); [all …]
|
| /trueos/sys/boot/pc98/cdboot/ |
| HD | cdboot.S | 317 putc: push %es 318 push %di 319 push %bx 373 load_vd: push %eax # Save %eax 391 lookup_path: push %si # Save file name pointer 395 push %es 432 push %eax # Save 458 push %edi # Save entry point for later 543 push %bx 544 push %si [all …]
|
| /trueos/sys/boot/i386/boot2/ |
| HD | 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 106 push $0x10 # Size of packet 229 push %cs # Read from 279 push %dx # Save 292 read.1: push %dx # Save [all …]
|
| /trueos/sys/boot/pc98/boot0/ |
| HD | boot0.s | 62 push %ax 67 push %es 68 push %bp 84 push %ax 89 push %es 90 push %bp
|
| /trueos/crypto/openssl/crypto/rc5/asm/ |
| HD | rc5-586.pl | 33 &push("ebp"); 34 &push("esi"); 35 &push("edi"); 43 &push($r);
|
| /trueos/sys/boot/pc98/boot2/ |
| HD | boot1.S | 79 push %cx 82 push %cs 166 push %cs 212 push %cx 236 error: push %cs 250 putstr.0: push %cs 294 push %ds 342 push %ds
|
| /trueos/bin/pax/ |
| HD | buf_subs.c | 881 int push = 0; in buf_flush() local 912 push = bufcnt - blksz; in buf_flush() 929 if (push > 0) { in buf_flush() 934 memcpy(buf, bufend, push); in buf_flush() 935 bufpt = buf + push; in buf_flush() 936 if (push >= blksz) { in buf_flush() 937 push -= blksz; in buf_flush() 977 push = bufcnt - blksz; in buf_flush()
|
| /trueos/contrib/ntp/scripts/ |
| HD | checktime.in | 26 push (@results,$res); 42 push(@down,$dargs[0]); 47 push(@toofarout,$dargs[0]); }
|
| /trueos/crypto/openssl/crypto/ |
| HD | x86cpuid.pl | 17 &push ("eax"); 175 &push ("edx"); 176 &push ("eax"); 258 &push ("ebx"); 288 &push ("ebp");
|
| /trueos/bin/sh/ |
| HD | input.c | 392 setinputfile(const char *fname, int push) in setinputfile() argument 407 setinputfd(fd, push); in setinputfile() 418 setinputfd(int fd, int push) in setinputfd() argument 420 if (push) { in setinputfd() 439 setinputstring(const char *string, int push) in setinputstring() argument 442 if (push) in setinputstring()
|