Searched defs:err (Results 1 - 25 of 78) sorted by relevance

1234

/seL4-refos-master/libs/libmuslc/src/misc/
H A Dptsname.c9 int err = __ptsname_r(fd, buf, sizeof buf); local
H A Dpty.c27 int pty, err; local
H A Dsetrlimit.c29 int err; member in struct:ctx
H A Dwordexp.c39 int err = 0; local
/seL4-refos-master/projects/util_libs/libfdt/
H A Dfdt_empty_tree.c60 int err; local
[all...]
/seL4-refos-master/libs/libmuslc/src/string/
H A Dstrerror_r.c5 int strerror_r(int err, char *buf, size_t buflen) argument
/seL4-refos-master/libs/libmuslc/src/network/
H A Dgethostbyaddr.c12 int err; local
H A Dgethostbyname2.c13 int err; local
H A Dgethostbyname_r.c6 gethostbyname_r(const char *name, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) argument
H A Dgethostbyaddr_r.c10 gethostbyaddr_r(const void *a, socklen_t l, int af, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) argument
H A Dgethostbyname2_r.c11 gethostbyname2_r(const char *name, int af, struct hostent *h, char *buf, size_t buflen, struct hostent **res, int *err) argument
/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dsetxid.c9 int nr, err; member in struct:ctx
/seL4-refos-master/libs/libmuslc/src/legacy/
H A Derr.c53 _Noreturn void err(int status, const char *fmt, ...) function
/seL4-refos-master/seL4_tools/misc/
H A Dcpio-strip.c95 int err = cpio_info(p, &info); local
/seL4-refos-master/libs/libmuslc/src/aio/
H A Dlio_listio.c16 int i, err, got_err = 0; local
/seL4-refos-master/libs/librefos/include/refos/
H A Derror.h86 refos_error_str(refos_err_t err) argument
/seL4-refos-master/libs/librefos/include/refos-rpc/
H A Ddata_client_helper.h52 refos_err_t err; member in struct:data_mapping
/seL4-refos-master/libs/librefos/src/refos-util/
H A Dwalloc.c100 int err = chash_set(&ws->windowCptrMap, startPage, (chash_item_t) windowCap); local
/seL4-refos-master/projects/refos/impl/libs/librefos/include/refos/
H A Derror.h86 refos_error_str(refos_err_t err) argument
/seL4-refos-master/projects/refos/impl/libs/librefos/include/refos-rpc/
H A Ddata_client_helper.h52 refos_err_t err; member in struct:data_mapping
/seL4-refos-master/projects/refos/impl/libs/librefos/src/refos-util/
H A Dwalloc.c100 int err = chash_set(&ws->windowCptrMap, startPage, (chash_item_t) windowCap); local
/seL4-refos-master/seL4_tools/elfloader-tool/src/plat/tx2/
H A Dplatform_init.c62 static void tegra_mce_write_uncore_mca(mca_cmd_t cmd, uint64_t data, uint32_t *err) argument
73 uint32_t err; local
/seL4-refos-master/tools/elfloader/src/plat/tx2/
H A Dplatform_init.c62 static void tegra_mce_write_uncore_mca(mca_cmd_t cmd, uint64_t data, uint32_t *err) argument
73 uint32_t err; local
/seL4-refos-master/libs/libsel4debug/src/
H A Dalloc.c99 static int err = 0; variable
/seL4-refos-master/libs/libsel4utils/src/
H A Diommu_dma.c222 int err = sel4utils_get_vspace_with_map(&dma->vspace, dma->iospaces + i, dma->iospace_data + i, &dma->vka, iospaces[i], local

Completed in 168 milliseconds

1234