/third_party/musl/src/misc/aarch64/linux/ |
H A D | syscall.s | 5 syscall: label
|
/third_party/musl/porting/linux/user/src/misc/aarch64/ |
H A D | syscall.s | 5 syscall: label
|
/third_party/musl/src/misc/ |
H A D | syscall.c | 6 #undef syscall macro 8 long syscall(long n, ...) in syscall() function
|
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/ |
H A D | mod.rs | 58 macro_rules! syscall { macros
|
/third_party/libuv/src/win/ |
H A D | error.c | 35 void uv_fatal_error(const int errorno, const char* syscall) { in uv_fatal_error() argument
|
/third_party/node/test/parallel/ |
H A D | test-errors-systemerror.js | 22 syscall: 'syscall_test', global() property 43 syscall: 'syscall_test', global() property 63 syscall: 'syscall_test', global() property 84 syscall: 'syscall_test', global() property 118 syscall: 'syscall_test' global() property
|
H A D | test-dns-lookup-promises.js | |
H A D | test-errors-systemerror-frozen-intrinsics.js | |
H A D | test-errors-systemerror-stackTraceLimit-custom-setter.js | |
H A D | test-errors-systemerror-stackTraceLimit-deleted-and-Error-sealed.js | |
H A D | test-errors-systemerror-stackTraceLimit-not-writable.js | |
H A D | test-errors-systemerror-stackTraceLimit-has-only-a-getter.js | |
H A D | test-errors-systemerror-stackTraceLimit-deleted.js | |
H A D | test-dgram-socket-buffer-size.js | 129 syscall: 'uv_recv_buffer_size' global() property 152 syscall: 'uv_send_buffer_size' global() property
|
/third_party/node/deps/uv/src/win/ |
H A D | error.c | 35 void uv_fatal_error(const int errorno, const char* syscall) { in uv_fatal_error() argument
|
/third_party/ltp/testcases/kernel/syscalls/set_thread_area/ |
H A D | set_thread_area01.c | 39 int syscall; member
|
/third_party/rust/crates/rustix/tests/process/ |
H A D | weak.rs | 118 macro_rules! syscall { macros 134 macro_rules! syscall { macros
|
/third_party/rust/crates/rustix/tests/param/ |
H A D | weak.rs | 118 macro_rules! syscall { macros 134 macro_rules! syscall { macros
|
/third_party/rust/crates/rustix/src/backend/libc/ |
H A D | weak.rs | 118 macro_rules! syscall { macros 134 macro_rules! syscall { macros
|
/third_party/node/src/api/ |
H A D | exceptions.cc | 23 ErrnoException(Isolate* isolate, int errorno, const char* syscall, const char* msg, const char* path) ErrnoException() argument 91 UVException(Isolate* isolate, int errorno, const char* syscall, const char* msg, const char* path, const char* dest) UVException() argument 187 WinapiErrnoException(Isolate* isolate, int errorno, const char* syscall, const char* msg, const char* path) WinapiErrnoException() argument
|
/third_party/rust/crates/nix/src/sys/ptrace/ |
H A D | linux.rs | 338 pub fn syscall<T: Into<Option<Signal>>>(pid: Pid, sig: T) -> Result<()> { in syscall() functions [all...] |
/third_party/ltp/testcases/kernel/fs/proc/ |
H A D | proc01.c | 159 static int found_errno(const char *syscall, const char *obj, int tmperr) in found_errno() argument
|
/third_party/node/src/ |
H A D | node_file-inl.h | 51 void FSReqBase::Init(const char* syscall, in Init() argument 68 FSReqBase::Init(const char* syscall, size_t len, enum encoding encoding) { in Init() argument 294 AsyncDestCall(Environment* env, FSReqBase* req_wrap, const v8::FunctionCallbackInfo<v8::Value>& args, const char* syscall, const char* dest, size_t len, enum encoding enc, uv_fs_cb after, Func fn, Args... fn_args) AsyncDestCall() argument 317 AsyncCall(Environment* env, FSReqBase* req_wrap, const v8::FunctionCallbackInfo<v8::Value>& args, const char* syscall, enum encoding enc, uv_fs_cb after, Func fn, Args... fn_args) AsyncCall() argument 332 SyncCall(Environment* env, v8::Local<v8::Value> ctx, FSReqWrapSync* req_wrap, const char* syscall, Func fn, Args... args) SyncCall() argument [all...] |
H A D | node_file.h | 131 const char* syscall() const { return syscall_; } in syscall() function in node::fs::FSReqBase
|
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink01.c | 450 char *syscall; member
|