Searched refs:sys (Results 151 - 175 of 462) sorted by relevance

1234567891011>>

/seL4-camkes-master/projects/musllibc/src/misc/
H A Dlogin_tty.c2 #include <sys/ioctl.h>
/seL4-camkes-master/projects/musllibc/src/mman/
H A Dmprotect.c1 #include <sys/mman.h>
/seL4-camkes-master/projects/musllibc/src/network/
H A Dgethostbyname_r.c3 #include <sys/socket.h>
H A Dinet_addr.c1 #include <sys/socket.h>
H A Drecvfrom.c1 #include <sys/socket.h>
H A Dsendto.c1 #include <sys/socket.h>
/seL4-camkes-master/projects/musllibc/src/stat/
H A Dlstat.c1 #include <sys/stat.h>
H A Dmknod.c1 #include <sys/stat.h>
H A Dstat.c1 #include <sys/stat.h>
/seL4-camkes-master/projects/musllibc/src/stdio/
H A D__stdout_write.c2 #include <sys/ioctl.h>
/seL4-camkes-master/projects/musllibc/src/termios/
H A Dtcsetattr.c2 #include <sys/ioctl.h>
/seL4-camkes-master/projects/musllibc/src/time/
H A Dftime.c1 #include <sys/timeb.h>
H A Dgettimeofday.c2 #include <sys/time.h>
H A Dutime.c2 #include <sys/stat.h>
/seL4-camkes-master/projects/musllibc/src/unistd/
H A Dalarm.c2 #include <sys/time.h>
H A Dpreadv.c2 #include <sys/uio.h>
H A Dpwritev.c2 #include <sys/uio.h>
H A Dualarm.c3 #include <sys/time.h>
/seL4-camkes-master/projects/camkes/apps/terminal/tools/
H A Dtermsize.c8 #include <sys/ioctl.h>
/seL4-camkes-master/projects/camkes/apps/testsyscalls/
H A Dserver.c14 #include <sys/types.h>
/seL4-camkes-master/tools/rumprun/platform/sel4/librumpsel4_stdio/
H A Dsel4_stdio.c14 #include <sys/cdefs.h>
15 #include <sys/param.h>
16 #include <sys/cpu.h>
17 #include <sys/kernel.h>
18 #include <sys/module.h>
19 #include <rump-sys/vfs.h>
20 #include <sys/ioctl.h>
21 #include <sys/termios.h>
23 #include <sys/stat.h>
24 #include <rump-sys/ker
[all...]
/seL4-camkes-master/kernel/libsel4/tools/
H A Dsyscall_header_gen.py15 import sys namespace
143 file=sys.stderr)
171 print("Error: invalid xml file.", file=sys.stderr)
172 sys.exit(-1)
178 file=sys.stderr)
179 sys.exit(-1)
184 file=sys.stderr)
185 sys.exit(-1)
189 file=sys.stderr)
190 sys
[all...]
/seL4-camkes-master/kernel/manual/tools/libsel4_tools/
H A Dsyscall_header_gen.py15 import sys namespace
143 file=sys.stderr)
171 print("Error: invalid xml file.", file=sys.stderr)
172 sys.exit(-1)
178 file=sys.stderr)
179 sys.exit(-1)
184 file=sys.stderr)
185 sys.exit(-1)
189 file=sys.stderr)
190 sys
[all...]
/seL4-camkes-master/kernel/tools/
H A Dsyscall_header_gen.py15 import sys namespace
143 file=sys.stderr)
171 print("Error: invalid xml file.", file=sys.stderr)
172 sys.exit(-1)
178 file=sys.stderr)
179 sys.exit(-1)
184 file=sys.stderr)
185 sys.exit(-1)
189 file=sys.stderr)
190 sys
[all...]
/seL4-camkes-master/projects/lwip/src/core/
H A Dstats.c127 stats_display_sys(struct stats_sys *sys) argument
130 LWIP_PLATFORM_DIAG(("sem.used: %"STAT_COUNTER_F"\n\t", sys->sem.used));
131 LWIP_PLATFORM_DIAG(("sem.max: %"STAT_COUNTER_F"\n\t", sys->sem.max));
132 LWIP_PLATFORM_DIAG(("sem.err: %"STAT_COUNTER_F"\n\t", sys->sem.err));
133 LWIP_PLATFORM_DIAG(("mutex.used: %"STAT_COUNTER_F"\n\t", sys->mutex.used));
134 LWIP_PLATFORM_DIAG(("mutex.max: %"STAT_COUNTER_F"\n\t", sys->mutex.max));
135 LWIP_PLATFORM_DIAG(("mutex.err: %"STAT_COUNTER_F"\n\t", sys->mutex.err));
136 LWIP_PLATFORM_DIAG(("mbox.used: %"STAT_COUNTER_F"\n\t", sys->mbox.used));
137 LWIP_PLATFORM_DIAG(("mbox.max: %"STAT_COUNTER_F"\n\t", sys->mbox.max));
138 LWIP_PLATFORM_DIAG(("mbox.err: %"STAT_COUNTER_F"\n", sys
[all...]

Completed in 63 milliseconds

1234567891011>>