Home
last modified time | relevance | path

Searched refs:d (Results 1 – 20 of 20) sorted by relevance

/lib/libc/
Ddir.c13 DIR *d = (DIR *)malloc(sizeof(DIR)); in opendir() local
15 d->fd = OSOpen(path, 0); in opendir()
16 if (d->fd < 0) { in opendir()
17 free(d); in opendir()
21 return d; in opendir()
25 readdir(DIR *d) in readdir() argument
27 int status = OSReadDir(d->fd, (char *)&d->de, sizeof(struct dirent), &d->offset); in readdir()
32 return &d->de; in readdir()
36 rewinddir(DIR *d) in rewinddir() argument
38 d->offset = 0; in rewinddir()
[all …]
Dstring.c61 char *d = dst; in strncat() local
64 while (*d != 0) in strncat()
65 d++; in strncat()
68 if ((*d = *s++) == 0) in strncat()
71 d++; in strncat()
74 *d = 0; in strncat()
179 uint8_t *d = (uint8_t *)dst; in memcpy() local
183 *d = *s; in memcpy()
184 d += 1; in memcpy()
/lib/liblwip/src/netif/ppp/
Dmd5.c83 #define FF(a, b, c, d, x, s, ac) \ argument
84 {(a) += F ((b), (c), (d)) + (x) + (u32_t)(ac); \
88 #define GG(a, b, c, d, x, s, ac) \ argument
89 {(a) += G ((b), (c), (d)) + (x) + (u32_t)(ac); \
93 #define HH(a, b, c, d, x, s, ac) \ argument
94 {(a) += H ((b), (c), (d)) + (x) + (u32_t)(ac); \
98 #define II(a, b, c, d, x, s, ac) \ argument
99 {(a) += I ((b), (c), (d)) + (x) + (u32_t)(ac); \
222 u32_t a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in Transform() local
229 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */ in Transform()
[all …]
Dipcp.c890 int d; in ipcp_reqci() local
1029 d = citype == CI_MS_DNS2; in ipcp_reqci()
1032 if (ao->dnsaddr[d] == 0 || in ipcp_reqci()
1034 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: Rejecting DNS%d Request\n", d+1)); in ipcp_reqci()
1039 if (htonl(tl) != ao->dnsaddr[d]) { in ipcp_reqci()
1041 d+1, inet_ntoa(tl))); in ipcp_reqci()
1043 tl = ntohl(ao->dnsaddr[d]); in ipcp_reqci()
1047 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: received DNS%d Request\n", d+1)); in ipcp_reqci()
1053 d = citype == CI_MS_WINS2; in ipcp_reqci()
1054 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: received WINS%d Request\n", d+1)); in ipcp_reqci()
[all …]
Dppp_impl.h213 #define BCOPY(s, d, l) MEMCPY((d), (s), (l)) argument
/sys/kern/
Ddisk.c33 Disk *d; in Disk_GetByID() local
35 LIST_FOREACH(d, &diskList, entries) { in Disk_GetByID()
36 if (d->ctrlNo == ctrlNo && d->diskNo == diskNo) in Disk_GetByID()
37 return d; in Disk_GetByID()
64 Disk *d; in Debug_Disks() local
66 LIST_FOREACH(d, &diskList, entries) { in Debug_Disks()
68 d->ctrlNo, d->diskNo, d->sectorCount); in Debug_Disks()
91 Disk *d = Disk_GetByID(ctrlNo, diskNo); in Debug_DumpDisk() local
99 Disk_Read(d, &buf, &sga, NULL, NULL); in Debug_DumpDisk()
Dlibc.c136 uint8_t *d = (uint8_t *)dst; in memcpy() local
140 *d = *s; in memcpy()
141 d += 1; in memcpy()
/lib/liblwip/src/include/lwip/
Dsockets.h353 #define setsockopt(a,b,c,d,e) lwip_setsockopt(a,b,c,d,e) argument
354 #define getsockopt(a,b,c,d,e) lwip_getsockopt(a,b,c,d,e) argument
356 #define recv(a,b,c,d) lwip_recv(a,b,c,d) argument
357 #define recvfrom(a,b,c,d,e,f) lwip_recvfrom(a,b,c,d,e,f) argument
358 #define send(a,b,c,d) lwip_send(a,b,c,d) argument
359 #define sendto(a,b,c,d,e,f) lwip_sendto(a,b,c,d,e,f) argument
361 #define select(a,b,c,d,e) lwip_select(a,b,c,d,e) argument
Dsys.h63 #define sys_mbox_fetch(m,d) argument
64 #define sys_mbox_tryfetch(m,d) argument
65 #define sys_mbox_post(m,d) argument
66 #define sys_mbox_trypost(m,d) argument
/lib/liblwip/doc/
Dsavannah.txt18 cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/lwip checkout lwip
21 cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/lwip checkout \
22 -r STABLE-0_7 -d lwip-0.7 lwip
25 cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/lwip checkout \
26 -r STABLE-0_7_0 -d lwip-0.7.0 lwip
56 cvs -z3 -d:ext:your_login@cvs.sv.gnu.org:/sources/lwip co lwip
109 cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/lwip checkout \
110 -r STABLE-0_6_3 -d lwip-0.6.3 lwip
112 Archive this directory using tar, gzip'd, bzip2'd and zip'd.
Dsys_arch.txt32 Semaphores are represented by the type "sys_sem_t" which is typedef'd
/lib/liblwip/src/include/ipv4/lwip/
Dip_addr.h139 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument
143 (u32_t)((d) & 0xff)
147 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument
148 (ipaddr)->addr = ((u32_t)((d) & 0xff) << 24) | \
Dinet.h79 #define IN_CLASSD(d) IP_CLASSD(d) argument
/lib/liblwip/src/include/ipv6/lwip/
Dip_addr.h71 #define IP6_ADDR(ipaddr, a,b,c,d,e,f,g,h) do { (ipaddr)->addr[0] = htonl((u32_t)((a & 0xffff) << 16… argument
72 … (ipaddr)->addr[1] = htonl(((c & 0xffff) << 16) | (d & 0xffff)); \
/lib/liblwip/
DCHANGELOG1268 2009-05-04 Fr�d�ric Bernon
1288 2009-04-29 Fr�d�ric Bernon
1310 2009-04-24 Simon Goldschmidt, Fr�d�ric Bernon
1420 2008-12-10 Tamas Somogyi, Fr�d�ric Bernon
1454 2008-07-08 Fr�d�ric Bernon
1502 2008-01-22 Fr�d�ric Bernon
1506 2008-01-14 Fr�d�ric Bernon
1511 2008-01-14 Fr�d�ric Bernon, Marc Chaland
1514 2008-01-12 Fr�d�ric Bernon
1519 2008-01-12 Fr�d�ric Bernon
[all …]
/sys/amd64/include/
Damd64op.h88 uint32_t a, b, c, d; in cpuid() local
91 : "=a" (a), "=b" (b), "=c" (c), "=d" (d) in cpuid()
101 *edx = d; in cpuid()
/sys/amd64/
Dkernel.lds50 .rela.data.rel.ro : { *(.rela.data.rel.ro .rela.data.rel.ro.* .rela.gnu.linkonce.d.rel.ro.*) }
51 .rela.data : { *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) }
136 …l.ro : { *(.data.rel.ro.local* .gnu.linkonce.d.rel.ro.local.*) *(.data.rel.ro .data.rel.ro.* .gnu.…
142 *(.data .data.* .gnu.linkonce.d.*)
/lib/liblwip/test/unit/tcp/
Dtest_tcp.c511 u8_t d = (u8_t)i; in test_tcp_tx_full_window_lost() local
512 if (d == 0xFE) { in test_tcp_tx_full_window_lost()
513 d = 0xF0; in test_tcp_tx_full_window_lost()
515 tx_data[i] = d; in test_tcp_tx_full_window_lost()
/lib/liblwip/src/core/
Dtcp_out.c1458 char *d = ((char *)p->payload + TCP_HLEN); in tcp_zero_window_probe() local
1462 pbuf_copy_partial(seg->p, d, 1, seg->p->tot_len - seg->len); in tcp_zero_window_probe()
/docs/
DDoxyfile955 # *.hh, *.hxx, *.hpp, *.h++, *.l, *.cs, *.d, *.php, *.php4, *.php5, *.phtml,
981 *.d \