Searched defs:ret (Results 26 - 50 of 272) sorted by relevance

1234567891011

/seL4-refos-master/libs/libmuslc/src/stdio/
H A Dswprintf.c6 int ret; local
H A Dswscanf.c7 int ret; local
H A Dwprintf.c7 int ret; local
H A Dwscanf.c8 int ret; local
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dcnd_timedwait.c8 int ret = __pthread_cond_timedwait(c, m, ts); local
H A Dmtx_timedlock.c8 int ret = __pthread_mutex_timedlock(m, ts); local
H A Dthrd_sleep.c7 int ret = __syscall(SYS_nanosleep, req, rem); local
/seL4-refos-master/libs/libmuslc/src/time/
H A Dtimespec_get.c10 int ret = __clock_gettime(CLOCK_REALTIME, ts); local
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dfchdir.c10 int ret = __syscall(SYS_fchdir, fd); local
H A Dpipe2.c9 int ret = __syscall(SYS_pipe2, fd, flag); local
/seL4-refos-master/projects/util_libs/libutils/src/arch/arm/
H A Dstack.c21 void *ret; local
/seL4-refos-master/projects/util_libs/libutils/src/arch/riscv/
H A Dstack.c19 void *ret; local
/seL4-refos-master/projects/util_libs/libutils/src/arch/x86/
H A Dstack.c42 void *ret; local
59 void *ret; local
/seL4-refos-master/libs/libsel4debug/src/
H A Dprintf.c31 int ret; local
H A Dstack.c35 void *ret = (void*)utils_run_on_stack( local
/seL4-refos-master/libs/libsel4utils/arch_include/x86/sel4utils/arch/
H A Dtsc.h27 ssize_t ret = simple_get_extended_bootinfo(simple, SEL4_BOOTINFO_HEADER_X86_TSC_FREQ, buf, sizeof(buf)); local
/seL4-refos-master/projects/seL4_libs/libsel4debug/src/
H A Dprintf.c31 int ret; local
H A Dstack.c35 void *ret = (void*)utils_run_on_stack( local
/seL4-refos-master/projects/seL4_libs/libsel4utils/arch_include/x86/sel4utils/arch/
H A Dtsc.h27 ssize_t ret = simple_get_extended_bootinfo(simple, SEL4_BOOTINFO_HEADER_X86_TSC_FREQ, buf, sizeof(buf)); local
/seL4-refos-master/libs/libmuslc/src/ipc/
H A Dshmat.c13 unsigned long ret; local
/seL4-refos-master/libs/libmuslc/src/linux/
H A Dsignalfd.c9 int ret = __syscall(SYS_signalfd4, fd, sigs, _NSIG/8, flags); local
/seL4-refos-master/libs/libmuslc/src/process/
H A Dfork.c16 pid_t ret; local
/seL4-refos-master/libs/libmuslc/src/signal/
H A Draise.c8 int tid, ret; local
H A Dsigtimedwait.c8 int ret; local
/seL4-refos-master/libs/libmuslc/src/stat/
H A Dfchmod.c10 int ret = __syscall(SYS_fchmod, fd, mode); local

Completed in 65 milliseconds

1234567891011