Home
last modified time | relevance | path

Searched refs:sys (Results 1 – 25 of 26) sorted by relevance

12

/lib/liblwip/src/core/
Dstats.c139 stats_display_sys(struct stats_sys *sys) in stats_display_sys() argument
142 LWIP_PLATFORM_DIAG(("sem.used: %"U32_F"\n\t", (u32_t)sys->sem.used)); in stats_display_sys()
143 LWIP_PLATFORM_DIAG(("sem.max: %"U32_F"\n\t", (u32_t)sys->sem.max)); in stats_display_sys()
144 LWIP_PLATFORM_DIAG(("sem.err: %"U32_F"\n\t", (u32_t)sys->sem.err)); in stats_display_sys()
145 LWIP_PLATFORM_DIAG(("mutex.used: %"U32_F"\n\t", (u32_t)sys->mutex.used)); in stats_display_sys()
146 LWIP_PLATFORM_DIAG(("mutex.max: %"U32_F"\n\t", (u32_t)sys->mutex.max)); in stats_display_sys()
147 LWIP_PLATFORM_DIAG(("mutex.err: %"U32_F"\n\t", (u32_t)sys->mutex.err)); in stats_display_sys()
148 LWIP_PLATFORM_DIAG(("mbox.used: %"U32_F"\n\t", (u32_t)sys->mbox.used)); in stats_display_sys()
149 LWIP_PLATFORM_DIAG(("mbox.max: %"U32_F"\n\t", (u32_t)sys->mbox.max)); in stats_display_sys()
150 LWIP_PLATFORM_DIAG(("mbox.err: %"U32_F"\n\t", (u32_t)sys->mbox.err)); in stats_display_sys()
/lib/liblwip/src/include/lwip/
Dstats.h145 struct stats_sys sys; member
260 #define SYS_STATS_INC(x) STATS_INC(sys.x)
261 #define SYS_STATS_DEC(x) STATS_DEC(sys.x)
262 #define SYS_STATS_INC_USED(x) STATS_INC_USED(sys.x, 1)
263 #define SYS_STATS_DISPLAY() stats_display_sys(&lwip_stats.sys)
278 void stats_display_sys(struct stats_sys *sys);
285 #define stats_display_sys(sys) argument
/sbin/newfs_o2fs/
DSConscript1 import sys
20 newfs_env.Append(CPPPATH = ['#sys/fs/o2fs'])
/
DSConstruct1 import sys
79 sys.exit(-1)
83 sys.exit(-1)
167 CopyTree('build/include/sys', 'sys/include', env)
168 CopyTree('build/include/machine', 'sys/' + env['ARCH'] + '/include', env)
172 SConscript('sys/SConscript', variant_dir='build/sys')
199 env.Install('$PREFIX/','build/sys/castor')
221 Depends(bootdisk, "#build/sys/castor")
/lib/liblwip/
DSConscript1 import sys
36 "src/core/sys.c",
DUPGRADING50 * Separated timer implementation from sys.h/.c, moved to timers.h/.c;
54 +++ sys layer:
61 * Added Mutex concept in sys_arch (define LWIP_COMPAT_MUTEX to let sys.h use
DCHANGELOG20 * posix/*: added posix-compatibility include files posix/netdb.h and posix/sys/socket.h
156 * sys.c: fixed bug #34884: sys_msleep() body needs to be surrounded with
296 * sys_arch.txt: Fixed documentation after changing sys arch prototypes for 1.4.0.
452 * sys layer: task #10139 (Prefer statically allocated memory): converted
456 to let sys.h use binary semaphores instead of mutexes - as before)
529 * tcpip.c, init.c, memp.c, sys.c, memp_std.h, sys.h, tcpip.h
1144 * sys.h: Made SYS_LIGHTWEIGHT_PROT and sys_now() work with NO_SYS=1
1160 * tcp.c, tcp_out.c, tcp_in.c, sys.h, tcp.h, opts.h: add support for
1535 * sys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg.c, tcpip.c, sys.h, opt.h:
1733 * opt.h, sys.h, tcpip.c, slipif.c, ppp.c, sys_arch.txt: Change parameters list
[all …]
/bin/ethdump/
DSConscript1 import sys
/sbin/ifconfig/
DSConscript1 import sys
/sbin/sysctl/
DSConscript1 import sys
/bin/ethinject/
DSConscript1 import sys
/bin/cat/
DSConscript1 import sys
/bin/true/
DSConscript1 import sys
/bin/stat/
DSConscript1 import sys
/bin/false/
DSConscript1 import sys
/bin/echo/
DSConscript1 import sys
/bin/ls/
DSConscript1 import sys
/bin/shell/
DSConscript1 import sys
/sbin/init/
DSConscript1 import sys
/bin/date/
DSConscript1 import sys
/sys/
DSConscript1 import sys
77 ldscript = "#sys/amd64/kernel.lds"
/lib/libc/
DSConscript1 import sys
/release/
Dbootdisk.manifest3 FILE kernel build/sys/castor
/tests/
DSConscript1 import sys
/lib/liblwip/doc/
Drawapi.txt42 - sys.h

12