Home
last modified time | relevance | path

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

123

/third_party/uboot/u-boot-2020.01/examples/api/
Dcrt0.S19 .globl syscall symbol
20 syscall: label
37 .globl syscall symbol
38 syscall: label
52 .globl syscall symbol
54 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-dns-lookupService.js24 syscall: 'getnameinfo' property
33 syscall: 'getnameinfo' 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-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-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-fs-utimes.js55 function expect_errno(syscall, resource, err, errno) { argument
62 function expect_ok(syscall, resource, err, atime, mtime, statSync) { argument
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
Dtest-fs-promises.js372 syscall: 'mkdir', property
389 syscall: 'mkdir', property
Dtest-dns-lookup-promises.js71 syscall: 'getaddrinfo' property
126 syscall: 'getaddrinfo' property
Dtest-dns-resolveany-bad-ancount.js34 syscall: 'queryAny', 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/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
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Diomgr.pyx.pxi23 cdef grpc_error* socket_error(str syscall, str err):
/third_party/node/deps/npm/node_modules/cross-spawn/lib/
Denoent.js8 function notFoundError(command, syscall) { argument

123