Home
last modified time | relevance | path

Searched defs:__socketcall (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/internal/
Dsyscall.h61 #define __socketcall(nm,a,b,c,d,e,f) __syscall(SYS_##nm, a, b, c, d, e, f) macro
64 #define __socketcall(nm,a,b,c,d,e,f) __syscall(SYS_socketcall, __SC_##nm, \ macro
/third_party/musl/src/internal/
Dsyscall.h73 #define __socketcall(nm, a, b, c, d, e, f) __alt_socketcall(SYS_##nm, __SC_##nm, 0, \ macro
/third_party/musl/porting/linux/user/src/internal/
Dsyscall.h78 #define __socketcall(nm, a, b, c, d, e, f) __alt_socketcall(SYS_##nm, __SC_##nm, 0, \ macro