Searched refs:pop (Results 26 - 50 of 64) sorted by relevance

123

/illumos-gate/usr/src/cmd/sh/
H A Dmacro.c429 pop();
569 pop();
619 pop();
H A Dargs.c345 while (pop())
H A Dio.c85 pop(void) function
H A Dxec.c522 pop();
H A Dname.c437 pop();
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dbios_call_src.s287 popl %eax /* really executes a 16 bit pop */
294 pop %es
295 pop %ds
323 pop %ds
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dgetcwd.c55 * pop long dir component chdir stack
210 pop:
268 goto pop;
H A Doptget.c409 * pop the push stack
413 pop(register Push_t* psp) function
1386 pop(psp);
3198 psp = pop(psp);
3700 pop(psp);
4537 psp = pop(psp);
4815 pop(psp);
4838 pop(psp);
4856 pop(psp);
4882 pop(ps
[all...]
/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h187 # pragma pack(pop)
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.s126 popl %ebx / pop the IP we just "pushed"
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Drelocater_tramp.S168 pop %ax # Restore slave
170 pop %ax # Restore master
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c552 smbios_info_port(smbios_hdl_t *shp, id_t id, smbios_port_t *pop) argument
564 bzero(pop, sizeof (smbios_port_t));
566 pop->smbo_iref = smb_strptr(stp, p.smbpo_iref);
567 pop->smbo_eref = smb_strptr(stp, p.smbpo_eref);
569 pop->smbo_itype = p.smbpo_itype;
570 pop->smbo_etype = p.smbpo_etype;
571 pop->smbo_ptype = p.smbpo_ptype;
/illumos-gate/usr/src/common/ficl/
H A Dvm.c172 #define _CHECK_STACK(stack, top, pop, push)
175 #define _CHECK_STACK(stack, top, pop, push) \
176 ficlStackCheckNospill(stack, top, pop, push)
196 #define CHECK_STACK(pop, push) \
197 _CHECK_STACK(vm->dataStack, dataTop, pop, push)
198 #define CHECK_FLOAT_STACK(pop, push) \
199 _CHECK_STACK(vm->floatStack, floatTop, pop, push)
200 #define CHECK_RETURN_STACK(pop, push) \
201 _CHECK_STACK(vm->returnStack, returnTop, pop, push)
504 * 2) frame = pop()
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c234 pop(int status) { function
252 pop(EXIT_FAILURE);
724 pop(EXIT_FAILURE);
737 pop(EXIT_FAILURE);
862 pop(status);
/illumos-gate/usr/src/lib/fm/topo/maps/i86pc/
H A Dfan-hc-topology.xmlgen456 pop @indices;
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.s255 pop %ebp
265 pop %ebp
/illumos-gate/usr/src/cmd/dc/
H A Ddc.h114 struct blk *pop(void), *readin(void), *add0(struct blk *, int),
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd75 local(@devdefault) = ( "pop=", "push=", "connecttime=-1", "expecttime=-1",
300 $lastkey = pop @keylist;
791 $ifconf = pop @ifconfiglist;
979 while ($_ = pop @$words) {
1239 while ($peer = pop @bidirectional) {
1279 while (pop @$words) {
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s202 / Atomically pop ElementP off linked list ListP
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_intel.s195 * The CLTS and STTS macros push and pop P1 (%rdi) already.
201 pop %rsi
223 * If CR0_TS was not set above, pop %xmm0 and %xmm1 off stack,
236 pop %rbp
264 * If CR0_TS was not set above, pop %xmm0 - %xmm6 off stack,
282 pop %rbp
/illumos-gate/usr/src/uts/common/kiconv/kiconv_ja/
H A Dkiconv_ja.c235 char **pop, /* point pointer to output buf */
239 char *op = *pop;
269 /* update *pop and *poleft only on successful return */
270 *pop = op;
233 write_unicode( uint_t u32, char **pop, size_t *poleft, int *errno) argument
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s114 pop %si # Restore
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c259 * Our main loop, led by the 'pop' label:
264 * 3) pop the top mtab entry off the stack, and loop.
266 pop:
391 goto pop;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c164 #pragma warning(pop)
213 #pragma warning(pop)
H A Dlm_recv.c438 #pragma warning (pop)
1014 //in case of ramrod, pop out the Rx bd and push it to the free descriptors list
1160 #pragma warning (pop)

Completed in 219 milliseconds

123