Home
last modified time | relevance | path

Searched defs:syscall (Results 1 - 25 of 36) sorted by relevance

12

/third_party/musl/src/misc/aarch64/linux/
H A Dsyscall.s5 syscall: label
/third_party/musl/porting/linux/user/src/misc/aarch64/
H A Dsyscall.s5 syscall: label
/third_party/musl/src/misc/
H A Dsyscall.c6 #undef syscall macro
8 long syscall(long n, ...) in syscall() function
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/
H A Dmod.rs58 macro_rules! syscall { macros
/third_party/libuv/src/win/
H A Derror.c35 void uv_fatal_error(const int errorno, const char* syscall) { in uv_fatal_error() argument
/third_party/node/test/parallel/
H A Dtest-errors-systemerror.js22 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 Dtest-dns-lookup-promises.js
H A Dtest-errors-systemerror-frozen-intrinsics.js
H A Dtest-errors-systemerror-stackTraceLimit-custom-setter.js
H A Dtest-errors-systemerror-stackTraceLimit-deleted-and-Error-sealed.js
H A Dtest-errors-systemerror-stackTraceLimit-not-writable.js
H A Dtest-errors-systemerror-stackTraceLimit-has-only-a-getter.js
H A Dtest-errors-systemerror-stackTraceLimit-deleted.js
H A Dtest-dgram-socket-buffer-size.js129 syscall: 'uv_recv_buffer_size' global() property
152 syscall: 'uv_send_buffer_size' global() property
/third_party/node/deps/uv/src/win/
H A Derror.c35 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 Dset_thread_area01.c39 int syscall; member
/third_party/rust/crates/rustix/tests/process/
H A Dweak.rs118 macro_rules! syscall { macros
134 macro_rules! syscall { macros
/third_party/rust/crates/rustix/tests/param/
H A Dweak.rs118 macro_rules! syscall { macros
134 macro_rules! syscall { macros
/third_party/rust/crates/rustix/src/backend/libc/
H A Dweak.rs118 macro_rules! syscall { macros
134 macro_rules! syscall { macros
/third_party/node/src/api/
H A Dexceptions.cc23 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 Dlinux.rs338 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 Dproc01.c159 static int found_errno(const char *syscall, const char *obj, int tmperr) in found_errno() argument
/third_party/node/src/
H A Dnode_file-inl.h51 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 Dnode_file.h131 const char* syscall() const { return syscall_; } in syscall() function in node::fs::FSReqBase
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c450 char *syscall; member

Completed in 12 milliseconds

12