Searched defs:syscall (Results 26 - 36 of 36) sorted by relevance
12
| /third_party/musl/porting/liteos_m/user/src/internal/ |
| H A D | syscall.h | 44 #define syscall(...) __syscall_ret(__syscall(__VA_ARGS__)) macro
|
| /third_party/musl/src/internal/ |
| H A D | syscall.h | 45 #define syscall(...) __syscall_ret(__syscall(__VA_ARGS__)) macro
|
| /third_party/musl/porting/linux/user/src/internal/ |
| H A D | syscall.h | 45 #define syscall(...) __syscall_ret(__syscall(__VA_ARGS__)) macro
|
| /third_party/node/src/ |
| H A D | env.cc | 1296 CollectExceptionInfo(Environment* env, Local<Object> obj, int errorno, const char* err_string, const char* syscall, const char* message, const char* path, const char* dest) CollectExceptionInfo() argument 1336 CollectUVExceptionInfo(Local<Value> object, int errorno, const char* syscall, const char* message, const char* path, const char* dest) CollectUVExceptionInfo() argument
|
| H A D | env-inl.h | 729 ThrowErrnoException(int errorno, const char* syscall, const char* message, const char* path) ThrowErrnoException() argument 737 ThrowUVException(int errorno, const char* syscall, const char* message, const char* path, const char* dest) ThrowUVException() argument
|
| H A D | node_wasi.cc | 91 WASIException(Local<Context> context, int errorno, const char* syscall) WASIException() argument
|
| /third_party/rust/crates/libc/src/unix/bsd/ |
| H A D | mod.rs | 634 pub fn syscall(num: ::c_int, ...) -> ::c_int; in syscall() functions
|
| /third_party/toybox/generated/ |
| H A D | globals.h | 988 long regs[256/sizeof(long)], syscall; member
|
| /third_party/rust/crates/libc/src/unix/linux_like/android/ |
| H A D | mod.rs | 3215 pub fn syscall(num: ::c_long, ...) -> ::c_long; in syscall() functions
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| H A D | mod.rs | 4094 pub fn syscall(num: ::c_long, ...) -> ::c_long; in syscall() functions
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/ |
| H A D | mod.rs | 4113 pub fn syscall(num: ::c_long, ...) -> ::c_long; in syscall() functions
|
Completed in 49 milliseconds
12