Searched refs:EFAULT (Results 1 – 8 of 8) sorted by relevance
| /third_party/ulib/musl/stubs/ |
| A D | idstubs.c | 26 return EFAULT; in stub_getgroups() 33 return EFAULT; in stub_getresgid() 41 return EFAULT; in stub_getresuid()
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | prof_thread_name.c | 50 (void *)&thread_name, sizeof(thread_name)), EFAULT, in TEST_BEGIN() 57 (void *)&thread_name, sizeof(thread_name)), EFAULT, in TEST_BEGIN()
|
| A D | mallctl.c | 405 (void *)&decay_time, sizeof(ssize_t)), EFAULT, in TEST_BEGIN() 530 (void *)&decay_time, sizeof(ssize_t)), EFAULT, in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/test/integration/ |
| A D | MALLOCX_ARENA.c | 32 int expected_err = (have_dss || prec_ind == 0) ? 0 : EFAULT; in thd_start()
|
| /third_party/ulib/musl/include/bits/ |
| A D | errno.h | 14 #define EFAULT 14 macro
|
| /third_party/ulib/musl/src/errno/ |
| A D | __strerror.h | 57 E(EFAULT, "Bad address")
|
| /third_party/ulib/jemalloc/src/ |
| A D | ctl.c | 1338 ret = EFAULT; in CTL_RO_CONFIG_GEN() 1490 ret = EFAULT; in tcache_create_ctl() 1515 ret = EFAULT; in tcache_flush_ctl() 1539 ret = EFAULT; in tcache_destroy_ctl() 1664 ret = EFAULT; in arena_i_reset_destroy_helper() 1670 ret = EFAULT; in arena_i_reset_destroy_helper() 1713 ret = EFAULT; in arena_i_destroy_ctl() 1775 ret = EFAULT; in arena_i_dss_ctl() 1809 ret = EFAULT; in arena_i_decay_time_ctl() 1860 ret = EFAULT; in arena_i_extent_hooks_ctl() [all …]
|
| A D | prof.c | 2133 return (EFAULT); in prof_thread_name_set() 2137 return (EFAULT); in prof_thread_name_set()
|
Completed in 15 milliseconds