/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | timer.c | 50 __psunsigned_t phys_addr, raddr; local 59 raddr = phys_addr & ~poffmask; 65 MAP_PRIVATE, t->fd, (off_t)raddr); 74 (off_t)raddr);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | uxrng.c | 208 unsigned phys_addr, raddr, cycleval; 234 raddr = phys_addr & ~pgoffmask; 240 mmap(0, pgoffmask, PROT_READ, MAP_PRIVATE, mfd, (int)raddr); 200 unsigned phys_addr, raddr, cycleval; local
|
H A D | irix.c | 1588 __psunsigned_t phys_addr, raddr, cycleval; local 1591 raddr = phys_addr & ~poffmask; 1593 0, poffmask, PROT_READ, MAP_PRIVATE, mmem_fd, (__psint_t)raddr);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcnetio.cpp | 75 RCIO **nd, RCNetAddr **raddr, void *buf, 74 AcceptRead( RCIO **nd, RCNetAddr **raddr, void *buf, PRSize amount, const RCInterval& timeout) argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ |
H A D | w95sock.c | 114 PRNetAddr *raddr, 121 while ((rv = accept(osfd, (struct sockaddr *) raddr, rlen)) == -1) 112 _MD_Accept( PRFileDesc *fd, PRNetAddr *raddr, PRUint32 *rlen, PRIntervalTime timeout ) argument
|
H A D | ntio.c | 1272 _PR_MD_FAST_ACCEPT(PRFileDesc *fd, PRNetAddr *raddr, PRUint32 *rlen, argument 1296 accept_sock = _nt_nonblock_accept(fd, (struct sockaddr *)raddr, rlen, timeout); 1414 if (raddr != NULL) 1415 memcpy((char *)raddr, (char *)&Raddr->inet, *rlen); 1423 _PR_MD_FAST_ACCEPT_READ(PRFileDesc *sd, PRInt32 *newSock, PRNetAddr **raddr, argument 1595 (LPSOCKADDR *)(raddr),
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | acceptreademu.c | 64 PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime timeout) 66 return PR_EmulateAcceptRead(sd, nd, raddr, buf, amount, timeout); 63 emu_AcceptRead(PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime timeout) argument
|
H A D | accept.c | 105 static PRNetAddr *raddr; variable 288 &raddr, buf, CLIENT_DATA, timeoutTime); 333 &clientSock, &raddr, buf, 4096, timeoutTime); 352 listenSock, &clientSock, &raddr, buf, 4096,
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/ |
H A D | bnet.c | 826 _MD_accept_read (PRFileDesc *sd, PRInt32 *newSock, PRNetAddr **raddr, argument
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/ |
H A D | prlayer.c | 325 PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, void *buf, 350 sd->lower, nd, raddr, buf, amount, t); 324 pl_DefAcceptread( PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime t) argument
|
H A D | prsocket.c | 844 PRNetAddr **raddr, void *buf, PRInt32 amount, 871 if (raddr == NULL) { 872 raddr = &raddrCopy; 874 rv = _PR_MD_ACCEPT_READ(sd, &newSock, raddr, buf, amount, timeout); 887 memcpy(&(*nd)->secret->md.peer_addr, *raddr, 888 PR_NETADDR_SIZE(*raddr)); 890 if (AF_INET6 == *raddr->raw.family) 891 *raddr->raw.family = PR_AF_INET6; 897 rv = PR_EmulateAcceptRead(sd, nd, raddr, buf, amount, timeout); 904 PRNetAddr **raddr, voi 843 SocketAcceptRead(PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime timeout) argument [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_aggregate.c | 819 int64_t *laddr, *raddr; local 849 raddr = (int64_t *)(uintptr_t)(rdata + rrec->dtrd_offset); 853 rval = dt_aggregate_averagecmp(laddr, raddr); 857 rval = dt_aggregate_stddevcmp(laddr, raddr); 861 rval = dt_aggregate_quantizedcmp(laddr, raddr); 865 rval = dt_aggregate_lquantizedcmp(laddr, raddr); 872 rval = dt_aggregate_countcmp(laddr, raddr);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ |
H A D | ptio.c | 2753 PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, 2766 rv = PR_EmulateAcceptRead(sd, nd, raddr, buf, amount, timeout); 2752 pt_AcceptRead( PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime timeout) argument
|