/illumos-gate/usr/src/lib/libc/i386/unwind/ |
H A D | unwind_frame.s | 44 movl (%ebp), %edx / pop first frame [ back to f1() ] 45 movl (%edx), %ebp / pop second frame [ back to f2() ] 64 movl (%ebp), %ebp / pop out one frame
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | tparm.c | 56 * print pop() as in printf(3), as defined in the local 60 * %c print pop() like %c in printf(3) 61 * %l pop() a string address and push its length. 71 * %+ %- %* %/ %m arithmetic (%m is mod): push(pop() op pop()) 72 * %& %| %^ bit operations: push(pop() op pop()) 73 * %= %> %< logical operations: push(pop() op pop()) 74 * %A %O logical AND, OR push(pop() o 130 pop(STACK *st) function [all...] |
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | asm_misc.h | 79 pop %edi; \ 80 pop %esi; \ 81 pop %ebx; \ 83 pop %ebp
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/ |
H A D | tst.libdepfullyconnected.ksh | 90 exit 1 if pop(@new) ne pop(@order);
|
/illumos-gate/usr/src/cmd/streams/strcmd/ |
H A D | strchg.c | 120 short pop; /* TRUE if -p */ local 135 error = fromfile = is_a_tty = pop = popall = popupto = push = FALSE; 172 case 'a': /* pop All */ 180 if (pop || push) 189 if (fromfile || pop) 201 pop = TRUE; 204 case 'u': /* pop Upto */ 226 if (!pop && (popall || popupto)) { 228 "%s: -p option must be used with -a or -u to pop modules\n", 240 if (fromfile || pop) { [all...] |
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfclose.c | 52 { reg Sfio_t* pop; local 54 if(!(pop = (*_Sfstack)(f,NIL(Sfio_t*))) ) 57 if(sfclose(pop) < 0) 58 { (*_Sfstack)(f,pop);
|
/illumos-gate/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_crt.s | 78 pop %ebp / restore frame pointer
|
/illumos-gate/usr/src/lib/libadt_jni/com/sun/audit/ |
H A D | AuditSession.java | 76 private Stack stateStack = new Stack(); // for push/pop 154 state = (byte[])stateStack.pop(); 239 sh = (byte[])stateStack.pop();
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | asm.S | 1473 pop %ebx 1474 pop %ebp 1514 pop %ebx 1515 pop %ebp 1588 pop %esi 1589 pop %edi 1590 pop %ebx 1591 pop %ebp 2180 pop %ebp 2223 pop [all...] |
H A D | start_eltorito.S | 153 pop %si 154 pop %bp 262 pop %eax
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | proc64_support.s | 81 pop %rbx
|
/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/ |
H A D | mboot.S | 143 pop cx /* restore saved cx */ 222 pop bx /* restore partition pointer */ 248 pop bx /* restore partition pointer */ 327 pop si /* and pass partition pointer ds:si */
|
/illumos-gate/usr/src/tools/depcheck/ |
H A D | make_pkg_db | 323 @AbsPath = (pop(@RelPath)) if $RelPath[$#RelPath] =~ /w/; 324 pop @EntryPath; 327 # pop the relative path until a relative dir shows up 331 $relhere = pop(@RelPath); 334 } elsif ($relhere =~ /^\.\.$/) { # its a .. pop up one dir 335 pop(@EntryPath); 342 unshift(@AbsPath, pop(@EntryPath)); # ...from the remaining entry
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_open.c | 207 ulong_t pop[CTF_K_MAX + 1] = { 0 }; local 279 pop[CTF_K_STRUCT]++; 281 pop[tp->ctt_type]++; 299 pop[kind]++; 316 if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0) 319 if ((err = ctf_hash_create(&fp->ctf_unions, pop[CTF_K_UNION])) != 0) 322 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0) 326 pop[CTF_K_INTEGER] + pop[CTF_K_FLOAT] + pop[CTF_K_FUNCTIO [all...] |
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | strchr.s | 88 pop %esi / restore esi ebx as per calling cvntn 89 pop %ebx 110 pop %esi 111 pop %ebx
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | hypot.s | 106 / push&pop y in case y is a SNaN 127 / push&pop x in case x is a SNaN
|
/illumos-gate/usr/src/common/crypto/modes/amd64/ |
H A D | gcm_intel.s | 108 * The CLTS and STTS macros push and pop P1 (%rdi) already. 114 pop %rsi 150 * If CR0_TS was not set above, pop %xmm0 - %xmm10 off stack, 172 pop %rbp
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/ |
H A D | append.h | 144 #pragma pack(pop)
|
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm/ |
H A D | start.S | 169 pop {r0, r1}
|
/illumos-gate/usr/src/cmd/dc/ |
H A D | dc.c | 152 arg1 = pop(); 154 arg2 = pop(); 159 p = pop(); 187 p = pop(); 202 p = pop(); 226 arg1 = pop(); 230 arg2 = pop(); 263 p = pop(); 282 p = pop(); 313 p = pop(); 1242 pop(void) function [all...] |
/illumos-gate/usr/src/lib/libc/i386/threads/ |
H A D | asm_subr.s | 129 addl $56, %esp / pop 14 words
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | __fex_i386.c | 1162 /* pop the saved stack */ 1163 static void pop(ucontext_t *uap) function 1301 pop(uap); 1312 pop(uap); 1313 pop(uap); 1345 pop(uap); 1369 pop(uap); 1385 pop(uap); 1434 pop(uap); 1470 pop(ua [all...] |
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_table_c.x | 93 % entryp pop();
|
/illumos-gate/usr/src/cmd/sgs/rtld/i386/ |
H A D | boot_elf.s | 179 * So - we pop the previous %ebp, and then 316 addl $12, %esp / pop args 323 addl $4,%esp / pop args
|
/illumos-gate/usr/src/uts/common/cpr/ |
H A D | cpr_stat.c | 271 cpr_convert_promtime(cpr_time_t *pop) argument 296 pop->tv_sec = startp->tv_sec - min_promtime;
|