Home
last modified time | relevance | path

Searched defs:syscall (Results 1 – 25 of 57) sorted by relevance

123

/third_party/musl/porting/linux/user/src/misc/aarch64/
Dsyscall.s2 .global syscall symbol
4 syscall: label
/third_party/node/test/parallel/
Dtest-errors-systemerror.js23 syscall: 'syscall_test', property
44 syscall: 'syscall_test', property
64 syscall: 'syscall_test', property
85 syscall: 'syscall_test', property
119 syscall: 'syscall_test' property
Dtest-fs-rmdir-recursive.js114 }, { syscall: 'rmdir' }); property
117 }, { syscall: 'rmdir' }); property
126 assert.throws(() => fs.rmdirSync(dir), { syscall: 'rmdir' }); property
135 assert.rejects(fs.promises.rmdir(dir), { syscall: 'rmdir' }); property
137 syscall: 'rmdir' property
147 assert.rejects(fs.promises.rmdir(dir), { syscall: 'rmdir' }); property
Dtest-dns-lookupService.js24 syscall: 'getnameinfo' property
33 syscall: 'getnameinfo' property
Dtest-dns-channel-cancel-promise.js33 syscall: 'queryA', property
54 syscall: 'queryA', property
Dtest-fs-rm.js133 }, { syscall: 'rm' }); property
136 }, { syscall: 'rm' }); property
161 assert.throws(() => fs.rmSync(dir), { syscall: 'stat' }); property
170 assert.rejects(fs.promises.rm(dir), { syscall: 'rm' }); property
172 syscall: 'rm' property
179 assert.rejects(fs.promises.rm(dir), { syscall: 'stat' }); property
Dtest-dgram-socket-buffer-size.js31 syscall field
130 syscall: 'uv_recv_buffer_size' property
153 syscall: 'uv_send_buffer_size' property
Dtest-fs-utimes.js55 function expect_errno(syscall, resource, err, errno) { argument
62 function expect_ok(syscall, resource, err, atime, mtime, statSync) { argument
Dtest-uv-unmapped-exception.js8 const exception = uvException({ errno: 100, syscall: 'open' }); property
Dtest-filehandle-close.js15 syscall: 'close' property
Dtest-fs-filehandle-use-after-close.js21 syscall: 'fstat' property
Dtest-process-chdir-errormessage.js17 syscall: 'chdir', property
Dtest-dns-resolve-promises.js17 syscall: 'queryA', property
Dtest-net-connect-immediate-finish.js53 syscall: mockedSysCall, property
Dtest-net-better-error-messages-port-hostname.js35 syscall: 'getaddrinfo' property
/third_party/node/lib/internal/fs/
Dwatchers.js120 syscall: 'watch', property
205 syscall: 'watch', property
245 syscall: 'watch', property
340 syscall: 'watch', property
356 syscall: 'watch', property
/third_party/node/src/api/
Dexceptions.cc24 const char* syscall, in ErrnoException()
91 const char* syscall, in UVException()
186 const char* syscall, in WinapiErrnoException()
/third_party/node/src/
Dnode_file-inl.h51 void FSReqBase::Init(const char* syscall, in Init()
68 FSReqBase::Init(const char* syscall, size_t len, enum encoding encoding) { in Init()
246 const char* syscall, const char* dest, in AsyncDestCall()
270 const char* syscall, enum encoding enc, in AsyncCall()
283 FSReqWrapSync* req_wrap, const char* syscall, in SyncCall()
/third_party/ltp/metadata/tests/
Dmacro_str.c.json2 "syscall": "syscall(\"foo\")", string
/third_party/rust/crates/rustix/tests/param/
Dweak.rs118 macro_rules! syscall { macro
134 macro_rules! syscall { macro
/third_party/rust/crates/rustix/tests/process/
Dweak.rs118 macro_rules! syscall { macro
134 macro_rules! syscall { macro
/third_party/rust/crates/rustix/src/backend/libc/
Dweak.rs118 macro_rules! syscall { macro
134 macro_rules! syscall { macro
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/
Dmod.rs58 macro_rules! syscall { macro
/third_party/libuv/src/win/
Derror.c35 void uv_fatal_error(const int errorno, const char* syscall) { in uv_fatal_error()
/third_party/musl/src/misc/
Dsyscall.c8 long syscall(long n, ...) in syscall() function

123