Home
last modified time | relevance | path

Searched refs:__alt_socketcall (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/src/internal/
H A Dsyscall.h66 static inline long __alt_socketcall(int sys, int sock, int cp, syscall_arg_t a, syscall_arg_t b, syscall_arg_t c, syscall_arg_t d, syscall_arg_t e, syscall_arg_t f) in __alt_socketcall() function
78 #define __socketcall(nm, a, b, c, d, e, f) __alt_socketcall(SYS_##nm, __SC_##nm, 0, \
80 #define __socketcall_cp(nm, a, b, c, d, e, f) __alt_socketcall(SYS_##nm, __SC_##nm, 1, \
/third_party/musl/porting/linux/user/src/internal/
H A Dsyscall.h66 static inline long __alt_socketcall(int sys, int sock, int cp, long a, long b, long c, long d, long e, long f) in __alt_socketcall() function
78 #define __socketcall(nm, a, b, c, d, e, f) __alt_socketcall(SYS_##nm, __SC_##nm, 0, \
80 #define __socketcall_cp(nm, a, b, c, d, e, f) __alt_socketcall(SYS_##nm, __SC_##nm, 1, \

Completed in 2 milliseconds