Searched refs:ec (Results 1 - 9 of 9) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/exit/
H A D_Exit.c4 _Noreturn void _Exit(int ec) argument
6 __syscall(SYS_exit_group, ec);
7 for (;;) __syscall(SYS_exit, ec);
/seL4-camkes-master/projects/musllibc/src/misc/
H A Dforkpty.c11 int m, s, ec=0, p[2], cs; local
41 if (read(p[0], &ec, sizeof ec) > 0) {
45 errno = ec;
/seL4-camkes-master/projects/musllibc/src/process/
H A Dposix_spawn.c152 int ec=0, cs; local
173 if (read(args.p[0], &ec, sizeof ec) != sizeof ec) ec = 0;
176 ec = -pid;
181 if (!ec && res) *res = pid;
186 return ec;
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vmmplatsupport/src/sel4_arch/aarch64/
H A Dsysreg_exception.h43 uint32_t ec: 6; member in struct:sysreg::sysreg_params
/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/
H A Dmodule.c544 unsigned int ec; local
564 ec = 0;
567 ec <<= 4;
569 ec |= nc - '0';
573 ec |= nc - ('a' - 10);
577 ec |= nc - ('A' - 10);
582 *op++ = ec & 0xFF;
583 *op++ = ec >> 8;
H A Ddir.c154 wchar_t ec; local
162 ec = *ip++;
163 charlen = nls->uni2char(ec, op, NLS_MAX_CHARSET_SIZE);
170 op = hex_byte_pack(op, ec >> 8);
171 op = hex_byte_pack(op, ec);
/seL4-camkes-master/kernel/src/arch/x86/32/
H A Dtraps.S334 INT_HANDLER_WITHOUT_ERR_CODE(ec)
/seL4-camkes-master/kernel/src/arch/x86/64/
H A Dtraps.S426 INT_HANDLER_WITHOUT_ERR_CODE(ec,0)
/seL4-camkes-master/tools/rumprun/tests/configure/
H A Dconfigure12918 ec++*)
13917 ec++*)

Completed in 87 milliseconds