Searched defs:res (Results 26 - 50 of 91) sorted by relevance

1234

/seL4-test-master/projects/musllibc/src/network/
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
H A Dgetservbyname_r.c12 getservbyname_r(const char *name, const char *prots, struct servent *se, char *buf, size_t buflen, struct servent **res) argument
H A Dgetaddrinfo.c8 int getaddrinfo(const char *restrict host, const char *restrict serv, const struct addrinfo *restrict hint, struct addrinfo **restrict res) argument
/seL4-test-master/projects/musllibc/src/passwd/
H A Dgetgr_r.c6 static int getgr_r(const char *name, gid_t gid, struct group *gr, char *buf, size_t size, struct group **res) argument
40 int getgrnam_r(const char *name, struct group *gr, char *buf, size_t size, struct group **res) argument
45 int getgrgid_r(gid_t gid, struct group *gr, char *buf, size_t size, struct group **res) argument
H A Dgetgrent.c17 struct group *res; local
27 struct group *res; local
35 struct group *res; local
H A Dgetgrent_a.c11 int __getgrent_a(FILE *f, struct group *gr, char **line, size_t *size, char ***mem, size_t *nmem, struct group **res) argument
H A Dgetpw_a.c20 int __getpw_a(const char *name, uid_t uid, struct passwd *pw, char **buf, size_t *size, struct passwd **res) argument
H A Dgetpw_r.c6 static int getpw_r(const char *name, uid_t uid, struct passwd *pw, char *buf, size_t size, struct passwd **res) argument
33 int getpwnam_r(const char *name, struct passwd *pw, char *buf, size_t size, struct passwd **res) argument
38 int getpwuid_r(uid_t uid, struct passwd *pw, char *buf, size_t size, struct passwd **res) argument
H A Dgetspnam_r.c61 int getspnam_r(const char *name, struct spwd *sp, char *buf, size_t size, struct spwd **res) argument
H A Dgetgrouplist.c17 struct group *res; local
H A Dgetgr_a.c20 int __getgr_a(const char *name, gid_t gid, struct group *gr, char **buf, size_t *size, char ***mem, size_t *nmem, struct group **res) argument
/seL4-test-master/tools/riscv-pk/util/
H A Dsnprintf.c95 int res = vsnprintf(out, n, s, vl); local
H A Dstring.c75 long res = 0; local
/seL4-test-master/projects/sel4_projects_libs/libsel4vm/src/arch/arm/
H A Dguest_arm_context.c112 seL4_ARM_VCPU_ReadRegs_t res = seL4_ARM_VCPU_ReadRegs(vcpu->vcpu.cptr, reg); local
/seL4-test-master/projects/seL4_libs/libsel4vka/src/
H A Dnull-vka.c21 static int cspace_alloc(void *data, seL4_CPtr *res) argument
26 static void cspace_make_path(void *data, seL4_CPtr slot, cspacepath_t *res) argument
34 utspace_alloc(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, seL4_Word *res) argument
40 utspace_alloc_maybe_device(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, bool can_use_dev, seL4_Word *res) argument
46 utspace_alloc_at(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, uintptr_t paddr, seL4_Word *res) argument
/seL4-test-master/projects/util_libs/libplatsupport/plat_include/pc99/platsupport/plat/acpi/tables/
H A Derst.h19 uint8_t res; member in struct:acpi_erst_entry
28 uint8_t res[4]; member in struct:acpi_erst
H A Dmcfg.h21 uint8_t res[4]; member in struct:acpi_mcfg_desc
26 uint8_t res[8]; member in struct:acpi_mcfg
/seL4-test-master/projects/musllibc/src/process/
H A Dposix_spawn.c144 int __posix_spawnx(pid_t *restrict res, const char *restrict path, argument
189 int posix_spawn(pid_t *restrict res, const char *restrict path, argument
/seL4-test-master/projects/seL4_libs/libsel4allocman/src/
H A Dvka.c32 static int am_vka_cspace_alloc(void *data, seL4_CPtr *res) argument
56 static void am_vka_cspace_make_path (void *data, seL4_CPtr slot, cspacepath_t *res) argument
90 am_vka_utspace_alloc_maybe_device(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, bool can_use_dev, seL4_Word *res) argument
118 am_vka_utspace_alloc(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, seL4_Word *res) argument
134 am_vka_utspace_alloc_at(void *data, const cspacepath_t *dest, seL4_Word type, seL4_Word size_bits, uintptr_t paddr, seL4_Word *res) argument
[all...]
/seL4-test-master/tools/riscv-pk/machine/
H A Datomic.h45 int res = atomic_swap(&lock->lock, -1); local
/seL4-test-master/projects/util_libs/libutils/src/
H A Dlist.c98 int res = action(n->data, token); local
/seL4-test-master/kernel/src/api/
H A Dfaults.c169 syscall_error_t res; local
/seL4-test-master/kernel/src/
H A Dutil.c105 long res; local
/seL4-test-master/projects/musllibc/src/thread/
H A Dpthread_create.c181 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) argument

Completed in 140 milliseconds

1234