Home
last modified time | relevance | path

Searched defs:err (Results 1 – 25 of 216) sorted by relevance

123456789

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/
A Dsyscalls.h32 #define INTERNAL_SYSCALL_DECL(err) long err attribute_unused argument
34 #define INTERNAL_SYSCALL_ERROR_P(val, err) ((long) (err)) argument
36 #define INTERNAL_SYSCALL_ERRNO(val, err) (val) argument
38 #define INTERNAL_SYSCALL(name, err, nr, args...) \ argument
42 #define INTERNAL_SYSCALL_NCS(number, err, nr, args...) \ argument
51 #define internal_syscall0(ncs_init, cs_init, input, err, dummy...) \ argument
72 #define internal_syscall1(ncs_init, cs_init, input, err, arg1) \ argument
94 #define internal_syscall2(ncs_init, cs_init, input, err, arg1, arg2) \ argument
117 #define internal_syscall3(ncs_init, cs_init, input, err, arg1, arg2, arg3)\ argument
141 #define internal_syscall4(ncs_init, cs_init, input, err, arg1, arg2, arg3, arg4)\ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/
A Dsysdep.h257 #define INTERNAL_SYSCALL_DECL(err) do { } while (0) argument
267 #define INTERNAL_SYSCALL_RAW(name, err, nr, args...) \ argument
286 #define INTERNAL_SYSCALL_RAW(name, err, nr, args...) \ argument
300 #define INTERNAL_SYSCALL_RAW(name, err, nr, args...) \ argument
315 #define INTERNAL_SYSCALL(name, err, nr, args...) \ argument
319 #define INTERNAL_SYSCALL_ARM(name, err, nr, args...) \ argument
323 #define INTERNAL_SYSCALL_ERROR_P(val, err) \ argument
327 #define INTERNAL_SYSCALL_ERRNO(val, err) (-(val)) argument
340 #define INTERNAL_SYSCALL_NCS_0(number, err, args...) \ argument
342 #define INTERNAL_SYSCALL_NCS_1(number, err, args...) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-cond8.c62 int err; in tf1() local
102 int err; in tf2() local
151 int err; in do_test() local
A Dtst-cond1.c32 int err; in tf() local
58 int err; in do_test() local
A Dtst-tsd2.c41 int err; in tf() local
56 int err; in do_test() local
A Dtst-cond3.c42 int err; in tf() local
65 int err; in do_test() local
A Dtst-cond15.c63 int err = pthread_cond_timedwait (&cond, &mut, &ts); in tf() local
104 int err = pthread_create (&th, NULL, tf, NULL); in do_test() local
A Dtst-cond9.c34 int err = pthread_cond_wait (&cond, &mut); in tf() local
77 int err; in do_test() local
A Dtst-cancel1.c59 int err = pthread_setcanceltype (PTHREAD_CANCEL_ASYNCHRONOUS, NULL); in tf() local
93 int err; in do_test() local
A Dtst-cond2.c35 int err; in tf() local
78 int err; in do_test() local
A Dtst-cond20.c58 int err = pthread_barrier_wait (&b); in tf() local
88 int i, j, err; in do_test() local
/l4re-core-master/l4re/include/impl/
A Ddataspace_impl.h46 long err = map_t::call(c(), offset, spot, flags, r, fp, l4_utcb()); in __map() local
63 long err = 0; in map_region() local
112 int err = info(&stats); in size() local
122 int err = info(&stats); in flags() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Dtd_thr_validate.c26 td_err_e err; in check_thread_list() local
58 td_err_e err; in td_thr_validate() local
/l4re-core-master/sigma0/server/src/
A Dmem_man.cc48 int err = _tree.remove(*n); in add() local
68 int err = _tree.remove(*n); in add() local
112 int err = _tree.remove(*n); in add_free() local
144 int err = _tree.remove(*r2); in alloc_from() local
268 int err = _tree.remove(*r2); in reserve() local
/l4re-core-master/l4re_vfs/include/impl/
A Dvfs_impl.h379 #define GET_FILE_DBG(fd, err) \ argument
386 #define GET_FILE(fd, err) \ argument
398 int err; in munmap() local
442 int err; in alloc_ds() local
477 int err; in alloc_anon_mem() local
491 int err; in alloc_anon_mem() local
503 if (int err = (*ds)->allocate(_anon_offset, size)) in alloc_anon_mem() local
526 int err; in mmap2() local
551 int err = alloc_anon_mem(size, &ds, &anon_offset); in mmap2() local
611 int err; in mmap2() local
[all …]
A Dns_fs_impl.h30 cap_to_vfs_object(L4::Cap<void> o, int *err) in cap_to_vfs_object()
67 int err = _ns->query(path, file.get()); in get_ds() local
88 int err = get_ds(path, &file); in get_entry() local
148 int err = get_ds(".dirinfo", &dirinfofile); in getdents() local
246 int err = c->query(p.path(), p.length(), file.get()); in get_ds() local
267 int err = get_ds(path, &file); in get_entry() local
/l4re-core-master/libc_backends/lib/initcwd/
A Dinitcwd.cc19 int err = chdir(initial_dir); in set_initial_cwd() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/
A Dsyscalls.h62 # define INTERNAL_VSYSCALL(name, err, nr, args...) \ argument
79 # define INTERNAL_VSYSCALL(name, err, nr, args...) \ argument
83 # define INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK(name, err, nr, args...) \ argument
105 # define INTERNAL_VSYSCALL_NCS(funcptr, err, nr, args...) \ argument
140 # define INTERNAL_SYSCALL_DECL(err) long int err argument
142 # define INTERNAL_SYSCALL_NCS(name, err, nr, args...) \ argument
169 # define INTERNAL_SYSCALL_ERROR_P(val, err) \ argument
172 # define INTERNAL_SYSCALL_ERRNO(val, err) (val) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/powerpc/
A Dpthread_spin_trylock.c26 int err = EBUSY; in pthread_spin_trylock() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/powerpc/
A Dsem_post.c36 int err = lll_futex_wake (&isem->value, 1, in sem_post() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dsem_post.c47 int err = lll_futex_wake (&isem->value, 1, in sem_post() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dstatfs.c21 int err = INLINE_SYSCALL(statfs64, 3, path, sizeof(*buf), buf); in __libc_statfs() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/
A Dsem_post.c43 int err = lll_futex_wake (&isem->value, 1, in sem_post() local
/l4re-core-master/l4sys/lib/src/
A Derrtostr.c69 L4_CV char const *l4sys_errtostr(long err) in l4sys_errtostr()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/
A Dtst-futimens1.c19 int err; /* expected errno */ member
44 int err, fd; in do_test() local

Completed in 41 milliseconds

123456789