Searched refs:REFOS_GET_ERRNO (Results 1 - 10 of 10) sorted by relevance

/seL4-refos-master/libs/librefos/include/refos/
H A Derror.h173 #define REFOS_GET_ERRNO() (_refos_errno) macro
176 #define REFOS_GET_ERRNO() (_refos_errno) macro
178 #define ROS_ERRNO REFOS_GET_ERRNO
/seL4-refos-master/projects/refos/impl/libs/librefos/include/refos/
H A Derror.h173 #define REFOS_GET_ERRNO() (_refos_errno) macro
176 #define REFOS_GET_ERRNO() (_refos_errno) macro
178 #define ROS_ERRNO REFOS_GET_ERRNO
/seL4-refos-master/libs/librefos/src/
H A Dsync.c45 if (REFOS_GET_ERRNO() != ESUCCESS || mutex->mapping == 0) {
/seL4-refos-master/projects/refos/impl/libs/librefos/src/
H A Dsync.c45 if (REFOS_GET_ERRNO() != ESUCCESS || mutex->mapping == 0) {
/seL4-refos-master/libs/librefossys/src/refos-io/
H A Dmmap_segment.c59 if (!window || REFOS_GET_ERRNO() != ESUCCESS) {
/seL4-refos-master/projects/refos/impl/libs/librefossys/src/refos-io/
H A Dmmap_segment.c59 if (!window || REFOS_GET_ERRNO() != ESUCCESS) {
/seL4-refos-master/projects/refos/impl/apps/test_user/src/
H A Dtest_user.c208 test_assert(REFOS_GET_ERRNO() == ESUCCESS);
218 test_assert(REFOS_GET_ERRNO() == ESUCCESS);
/seL4-refos-master/apps/test_user/src/
H A Dtest_user.c208 test_assert(REFOS_GET_ERRNO() == ESUCCESS);
218 test_assert(REFOS_GET_ERRNO() == ESUCCESS);
/seL4-refos-master/libs/librefos/src/refos-util/
H A Dwalloc.c92 if (windowCap == 0 || REFOS_GET_ERRNO() != ESUCCESS) {
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dwalloc.c92 if (windowCap == 0 || REFOS_GET_ERRNO() != ESUCCESS) {

Completed in 48 milliseconds