Searched refs:nd (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dlnkops.c23 static void *sf_follow_link(struct dentry *dentry, struct nameidata *nd) argument
43 nd_set_link(nd, error ? ERR_PTR(error) : path);
47 static void sf_put_link(struct dentry *dentry, struct nameidata *nd, void *cookie) argument
49 char *page = nd_get_link(nd);
H A Ddirops.c339 , struct nameidata *nd
609 static int sf_create(struct inode *parent, struct dentry *dentry, umode_t mode, struct nameidata *nd)
611 static int sf_create(struct inode *parent, struct dentry *dentry, int mode, struct nameidata *nd)
H A Dutils.c266 sf_dentry_revalidate(struct dentry *dentry, struct nameidata *nd)
278 if (nd && nd->flags & LOOKUP_RCU)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dsmisc.c45 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
47 (CONST char *s, int nd0, int nd, ULong y9)
54 x = (nd + 8) / 9;
82 for(; i < nd; i++) {
H A Dstrtod.c81 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
164 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
165 if (nd < 9)
167 else if (nd < 16)
169 nd0 = nd;
178 if (!nd) {
195 if (nd++ < 9)
197 else if (nd <= DBL_DIG + 1)
199 if (nd
[all...]
H A Dstrtodg.c341 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
401 for(decpt = nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
402 if (nd < 9)
404 else if (nd < 16)
406 nd0 = nd;
415 if (!nd) {
432 if (nd++ < 9)
434 else if (nd <= DBL_DIG + 1)
436 if (nd
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A Dselect.c150 int nd,
162 if (nd < 0)
169 nfdbits = roundup(nd, NFDBITS);
220 error = selscan(ibits, obits, nd, &nselected);
149 select( int nd, fd_set *in, fd_set *ou, fd_set *ex, struct timeval *tv ) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dpprio.h202 NSPR_API(PRInt32) PR_EmulateAcceptRead(PRFileDesc *sd, PRFileDesc **nd,
222 NSPR_API(PRInt32) PR_NTFast_AcceptRead(PRFileDesc *sd, PRFileDesc **nd,
243 PRFileDesc **nd,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dlldiv.c41 ; 2nd pushed: dividend (QWORD)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprsocket.c843 static PRInt32 PR_CALLBACK SocketAcceptRead(PRFileDesc *sd, PRFileDesc **nd, argument
864 *nd = NULL;
879 *nd = PR_AllocFileDesc(newSock, PR_GetTCPMethods());
880 if (*nd == 0) {
885 (*nd)->secret->md.io_model_committed = PR_TRUE;
886 (*nd)->secret->md.accepted_socket = PR_TRUE;
887 memcpy(&(*nd)->secret->md.peer_addr, *raddr,
897 rv = PR_EmulateAcceptRead(sd, nd, raddr, buf, amount, timeout);
903 PR_IMPLEMENT(PRInt32) PR_NTFast_AcceptRead(PRFileDesc *sd, PRFileDesc **nd,
921 *nd
[all...]
H A Dpripv6.c201 PRFileDesc **nd, PRNetAddr **ipv6_raddr, void *buf, PRInt32 amount,
221 sd->lower, nd, ipv6_raddr, buf, amount, timeout);
231 rv = PR_PushIOLayer(*nd, PR_TOP_IO_LAYER, newstack);
200 Ipv6ToIpv4SocketAcceptRead(PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **ipv6_raddr, void *buf, PRInt32 amount, PRIntervalTime timeout) argument
H A Dpriometh.c261 PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr,
264 return((sd->methods->acceptread)(sd, nd, raddr, buf, amount,timeout));
297 PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr,
319 *nd = accepted;
H A Dprlayer.c325 PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, void *buf,
350 sd->lower, nd, raddr, buf, amount, t);
357 newstack->lower = *nd;
358 (*nd)->higher = newstack;
359 *nd = newstack;
363 rv = PR_PushIOLayer(*nd, PR_TOP_IO_LAYER, newstack);
324 pl_DefAcceptread( PRFileDesc *sd, PRFileDesc **nd, PRNetAddr **raddr, void *buf, PRInt32 amount, PRIntervalTime t) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcnetio.cpp75 RCIO **nd, RCNetAddr **raddr, void *buf,
85 if (NULL != *nd) ns->fd = accepted;
87 *nd = ns;
74 AcceptRead( RCIO **nd, RCNetAddr **raddr, void *buf, PRSize amount, const RCInterval& timeout) argument
H A Drcio.h84 RCIO **nd, RCNetAddr **raddr, void *buf,
H A Drcnetio.h72 RCIO **nd, RCNetAddr **raddr, void *buf,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c697 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
699 (CONST char *s, int nd0, int nd, ULong y9)
706 x = (nd + 8) / 9;
727 for(; i < nd; i++)
1617 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1666 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
1667 if (nd < 9)
1669 else if (nd < 1
[all...]
/vbox/src/VBox/Devices/PC/BIOS/
H A Dmakefile17 CFLAGS32 = -q -wx -zu -s -oas -d1+ -ms -nt=BIOS32 -nd=BIOS32
H A Dpirq.inc102 ;; third slot entry: 2nd PCI slot
350 ;; 22nd slot entry: 21st PCI slot
363 ;; 23rd slot entry: 22nd PCI slot
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dio.h154 static inline int dup2(int od, int nd) { return _dup2(od, nd); } argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dio.h151 static inline int dup2(int od, int nd) { return _dup2(od, nd); } argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dacceptreademu.c63 static PRInt32 PR_CALLBACK emu_AcceptRead(PRFileDesc *sd, PRFileDesc **nd, argument
66 return PR_EmulateAcceptRead(sd, nd, raddr, buf, amount, timeout);
/vbox/src/VBox/VMM/VMMAll/
H A DEMAllA.asm1154 mov rbx, rdx ; rdx = 2nd parameter
1165 mov ebx, [esp + 08h + 4] ; ebx = 2nd parameter (eax)
1184 ; load 2nd parameter's value
1193 ; load 2nd parameter's value
1201 ; load 2nd parameter's value
1209 ; load 2nd parameter's value
1232 mov rax, qword [rbx] ; load 2nd parameter's value
1262 mov rbx, rdx ; rdx = 2nd parameter
1273 mov ebx, [esp + 08h + 4] ; ebx = 2nd parameter (eax)
1292 ; load 2nd paramete
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_Darwin_ppc.s37 # A Specification for A New Family of RISC Processors, 2nd Ed.,
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dmyri10ge.c212 static inline struct myri10ge_private *myri10ge_priv ( struct net_device *nd )
217 return ( struct myri10ge_private * ) ( nd + 1 );

Completed in 994 milliseconds

12