| /mirbsd/src/lib/libevent/ |
| D | poll.c | 105 poll_check_ok(struct pollop *pop) in poll_check_ok() argument 110 for (i = 0; i < pop->fd_count; ++i) { in poll_check_ok() 111 idx = pop->idxplus1_by_fd[i]-1; in poll_check_ok() 114 assert(pop->event_set[idx].fd == i); in poll_check_ok() 115 if (pop->event_set[idx].events & POLLIN) { in poll_check_ok() 116 ev = pop->event_r_back[idx]; in poll_check_ok() 121 if (pop->event_set[idx].events & POLLOUT) { in poll_check_ok() 122 ev = pop->event_w_back[idx]; in poll_check_ok() 128 for (i = 0; i < pop->nfds; ++i) { in poll_check_ok() 129 struct pollfd *pfd = &pop->event_set[i]; in poll_check_ok() [all …]
|
| /mirbsd/src/sys/arch/i386/stand/libsa/ |
| D | dosfslo.S | 60 pop bx 83 pop edi 84 pop esi 85 pop ebx 87 pop ebp 121 pop bx 141 pop edi 142 pop esi 143 pop ebx 145 pop ebp [all …]
|
| D | gidt.S | 248 pop eax 268 pop eax 270 pop eax 272 pop eax 295 pop eax 297 pop ebx 298 pop eax 302 pop ebp 307 pop gs 308 pop fs [all …]
|
| D | biosdev2.S | 65 pop edx 70 pop edx 81 pop ds define 85 pop edx 94 pop edi 95 pop esi 96 pop ebx 100 pop ebp 133 pop bx 140 pop edi [all …]
|
| /mirbsd/src/kern/c/i386/ |
| D | memcpy.S | 69 pop eax 70 pop edi 71 pop esi 76 pop edi 77 pop esi 104 pop eax 105 pop edi 106 pop esi
|
| D | memcmp.S | 39 pop edi 40 pop esi 45 pop edi 46 pop esi
|
| D | memchr.S | 38 pop edi 41 pop edi
|
| /mirbsd/src/kern/z/ |
| D | adler32_i386.S | 81 pop ebp 97 pop eax /* dummy */ 98 pop eax /* dummy */ 99 pop eax /* return value */ 101 pop edi 102 pop esi 103 pop ebx 104 pop ebp
|
| /mirbsd/src/sys/arch/i386/stand/boot/ |
| D | srt0.S | 127 pop si 128 pop ds define 143 pop bp 229 pop ds define 230 pop ecx 280 pop ds define 281 pop ecx 294 Liscom: pop ebp 335 pop si 336 pop ds define [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/demos/ |
| D | pop3 | 12 $pop = Net::POP3->new('backup3', Debug => $opt_debug ? 6 : 0); 16 $count = $pop->login($user); 20 $m = $pop->get(1); 24 $pop->quit;
|
| /mirbsd/src/lib/libc/hash/ |
| D | suma-i386.S | 99 2: pop ecx 117 7: pop esi 118 pop ebx 119 pop ebp 131 pop ebx 142 pop ebx
|
| /mirbsd/src/lib/libssl/src/crypto/bn/asm/x86/ |
| D | comba.pl | 176 &pop("ebx"); 177 &pop("ebp"); 178 &pop("edi"); 179 &pop("esi"); 269 &pop("ebx"); 270 &pop("ebp"); 271 &pop("edi"); 272 &pop("esi");
|
| /mirbsd/src/lib/libssl/src/crypto/bn/asm/ |
| D | co-586.pl | 187 &pop("ebx"); 188 &pop("ebp"); 189 &pop("edi"); 190 &pop("esi"); 280 &pop("ebx"); 281 &pop("ebp"); 282 &pop("edi"); 283 &pop("esi");
|
| /mirbsd/src/lib/libssl/src/crypto/des/asm/ |
| D | desboth.pl | 71 &pop("edi"); 72 &pop("esi"); 73 &pop("ebp"); 74 &pop("ebx");
|
| /mirbsd/src/gnu/usr.bin/perl/ext/threads/shared/t/ |
| D | av_simple.t | 65 my $var = pop(@foo); 66 ok(21, $var eq "thread2", "Check pop"); 67 threads->create(sub { my $foo = pop @foo; ok(22, $foo == 3, "Check pop works in a thread")})->join(… 68 $var = pop(@foo); 69 ok(23, $var == 2, "Check pop after thread"); 81 $empty = pop @foo2; 82 ok(28, !defined $empty, "Check pop on empty array");
|
| /mirbsd/src/libexec/ftpd/ |
| D | popen.c | 79 char **pop, *argv[MAX_ARGV], *gargv[MAX_GARGV]; in ftpd_popen() local 116 for (pop = gl.gl_pathv; *pop && gargc < MAX_GARGV-1; pop++) { in ftpd_popen() 117 gargv[gargc++] = strdup(*pop); in ftpd_popen()
|
| /mirbsd/src/sys/arch/i386/stand/liveboot/ |
| D | hook.S | 246 pop es 273 pop cx 343 pop dx define 384 pop bp 385 pop di define 386 pop si 413 pop ax 426 pop es
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | inccode.t | 67 pop @INC; 106 pop @INC; 129 pop @INC; 142 pop @INC; 155 pop @INC;
|
| D | override.t | 93 BEGIN { *OverridenPop::pop = sub { ::is( $_[0][0], "ok" ) }; } 96 pop( OverridenPop->foo() ); 97 pop OverridenPop->foo();
|
| /mirbsd/src/sys/arch/i386/stand/bootxx/ |
| D | bootxx.S | 75 pop si 85 pop ds define 149 pop eax /* $PnP header */ 196 pop di define 252 pop si 253 pop bp 329 pop es
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Net/ |
| D | POP3.pm | 471 $pop = Net::POP3->new('pop3host'); 472 $pop = Net::POP3->new('pop3host', Timeout => 60); 474 if ($pop->login($username, $password) > 0) { 475 my $msgnums = $pop->list; # hashref of msgnum => size 477 my $msg = $pop->get($msgnum); 479 $pop->delete($msgnum); 483 $pop->quit;
|
| /mirbsd/src/lib/libncurses/src/ncurses/tinfo/ |
| D | captoinfo.c | 159 pop(void) in pop() function 366 pop(); in _nc_captoinfo() 408 pop(); in _nc_captoinfo() 418 pop(); in _nc_captoinfo() 425 pop(); in _nc_captoinfo() 430 pop(); in _nc_captoinfo() 441 pop(); in _nc_captoinfo() 447 pop(); in _nc_captoinfo() 452 pop(); in _nc_captoinfo()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/ |
| D | read.c | 473 const pseudo_typeS *pop; in pop_insert() local 474 for (pop = table; pop->poc_name; pop++) in pop_insert() 476 errtxt = hash_insert (po_hash, pop->poc_name, (char *) pop); in pop_insert() 584 pseudo_typeS *pop; in read_a_source_file() local 808 pop = NULL; in read_a_source_file() 828 pop = (pseudo_typeS *) hash_find (po_hash, s); in read_a_source_file() 829 if (pop != NULL && pop->poc_handler == NULL) in read_a_source_file() 830 pop = NULL; in read_a_source_file() 833 if (pop != NULL in read_a_source_file() 842 if (pop == NULL) in read_a_source_file() [all …]
|
| /mirbsd/src/sys/arch/i386/stand/mbr/ |
| D | mbr.S | 190 pop ax 203 pop si /* edited partition table entry */ 204 pop bx /* load offset (ES=CS=SS=DS=0000h) */ 236 pop si /* Lload return address */ 237 pop si /* partition table entry */
|
| /mirbsd/src/lib/libc/arch/i386/sys/ |
| D | syscall.S | 39 pop %ecx /* rta */ 40 pop %eax /* syscall number */
|