Searched defs:__socketcall_cp (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | syscall.h | 62 #define __socketcall_cp(nm,a,b,c,d,e,f) __syscall_cp(SYS_##nm, a, b, c, d, e, f) macro 66 #define __socketcall_cp(nm,a,b,c,d,e,f) __syscall_cp(SYS_socketcall, __SC_##nm, \ macro
|
/third_party/musl/src/internal/ |
D | syscall.h | 80 #define __socketcall_cp(nm, a, b, c, d, e, f) __alt_socketcall(SYS_##nm, __SC_##nm, 1, \ macro
|
/third_party/musl/porting/linux/user/src/internal/ |
D | syscall.h | 80 #define __socketcall_cp(nm, a, b, c, d, e, f) __alt_socketcall(SYS_##nm, __SC_##nm, 1, \ macro
|