Home
last modified time | relevance | path

Searched refs:c (Results 26 – 50 of 62) sorted by relevance

123

/bin/ethinject/
DSConscript10 "ethinject.c"
20 ethinject_env.Append(LIBPATH = ['#build/lib/libc'], LIBS = ['c'])
/bin/cat/
DSConscript10 "cat.c"
20 init_env.Append(LIBPATH = ['#build/lib/libc'], LIBS = ['c'])
/bin/true/
DSConscript10 "true.c"
20 true_env.Append(LIBPATH = ['#build/lib/libc'], LIBS = ['c'])
/bin/stat/
DSConscript10 "stat.c"
20 init_env.Append(LIBPATH = ['#build/lib/libc'], LIBS = ['c'])
/bin/false/
DSConscript10 "false.c"
20 false_env.Append(LIBPATH = ['#build/lib/libc'], LIBS = ['c'])
/bin/echo/
DSConscript10 "echo.c"
20 init_env.Append(LIBPATH = ['#build/lib/libc'], LIBS = ['c'])
/bin/ls/
DSConscript10 "ls.c"
20 init_env.Append(LIBPATH = ['#build/lib/libc'], LIBS = ['c'])
/bin/shell/
DSConscript10 "shell.c"
20 init_env.Append(LIBPATH = ['#build/lib/libc'], LIBS = ['c'])
/sbin/init/
DSConscript10 "init.c",
20 init_env.Append(LIBPATH = ['#build/lib/libc'], LIBS = ['c'])
/bin/date/
DSConscript10 "date.c"
20 cross_env.Append(LIBPATH = ['#build/lib/libc'], LIBS = ['c'])
/sbin/newfs_o2fs/
DSConscript11 "newfs_o2fs.c"
17 newfs_env.Append(LIBPATH = ['#build/lib/libc'], LIBS = ['c'])
/include/
Dstring.h9 void *memset(void *dst, int c, size_t len);
11 char *strchr(const char *s, int c);
/sys/dev/
Dahci.c492 int c; in AHCI_Configure() local
493 for (c = 0; c < AHCI_MAX_CMDS; c++) in AHCI_Configure()
495 ahci->ctbl[p][c] = (AHCICommandTable *)PAlloc_AllocPage(); in AHCI_Configure()
496 memset(ahci->ctbl[p][c], 0, sizeof(AHCICommandTable)); in AHCI_Configure()
498 ahci->clst[p]->cmds[c].ctba = (uint64_t)ahci->ctbl[p][c]; in AHCI_Configure()
Dconsole.c158 char c = Console_Getc(); in Console_Read() local
159 Console_Putc(c); in Console_Read()
160 Copy_Out(&c, b+i, 1); in Console_Read()
/lib/liblwip/src/include/ipv4/lwip/
Dicmp.h96 #define ICMPH_CODE_SET(hdr, c) ((hdr)->code = (c)) argument
Dip_addr.h139 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument
142 ((u32_t)((c) & 0xff) << 8) | \
147 #define IP4_ADDR(ipaddr, a,b,c,d) \ argument
149 ((u32_t)((c) & 0xff) << 16) | \
Dinet.h73 #define IN_CLASSC(c) IP_CLASSC(c) argument
/sys/kern/
Ddebug.c69 unsigned char c = (unsigned char)data[ixc]; in Debug_PrintHex() local
70 if (c >= 0x20 && c < 0x7F) in Debug_PrintHex()
71 kprintf("%c", c); in Debug_PrintHex()
Dprintf.c202 void consoleputc(int c,void* handle) in consoleputc() argument
204 if (c == '\n') { in consoleputc()
207 Console_Putc(c); in consoleputc()
/lib/liblwip/src/core/
Dtcp_in.c1544 u16_t c, max_c; in tcp_parseopt() local
1556 for (c = 0; c < max_c; ) { in tcp_parseopt()
1557 opt = opts[c]; in tcp_parseopt()
1565 ++c; in tcp_parseopt()
1570 if (opts[c + 1] != 0x04 || c + 0x04 > max_c) { in tcp_parseopt()
1576 mss = (opts[c + 2] << 8) | opts[c + 3]; in tcp_parseopt()
1580 c += 0x04; in tcp_parseopt()
1585 if (opts[c + 1] != 0x0A || c + 0x0A > max_c) { in tcp_parseopt()
1591 tsval = (opts[c+2]) | (opts[c+3] << 8) | in tcp_parseopt()
1592 (opts[c+4] << 16) | (opts[c+5] << 24); in tcp_parseopt()
[all …]
/lib/liblwip/src/arch/
Dsys_arch.c86 unsigned int c; member
356 sem->c = count; in sys_sem_new_internal()
424 while (sem->c <= 0) { in sys_arch_sem_wait()
438 sem->c--; in sys_arch_sem_wait()
451 sem->c++; in sys_sem_signal()
453 if (sem->c > 1) { in sys_sem_signal()
454 sem->c = 1; in sys_sem_signal()
/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/libc/
Dprintf.c207 static void fileputc(int c, void* handle) in fileputc() argument
209 fputc(c, (FILE *)handle); in fileputc()
242 static void strputc(int c, void *handle) in strputc() argument
252 state->cur[0] = c; in strputc()
/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()
99 *ecx = c; in cpuid()
/lib/liblwip/
DUPGRADING45 * Added 4 new files: def.c, timers.c, timers.h, tcp_impl.h:
50 * Separated timer implementation from sys.h/.c, moved to timers.h/.c;
97 * Integrated loopif into netif.c - loopif does not have to be created by the

123