HomeSort by relevance Sort by last modified time
    Searched refs:sys_write (Results 1 - 10 of 10) sorted by null

  /external/google-breakpad/src/client/linux/log/
log.cc 44 return sys_write(2, buf, nbytes);
  /external/bcc/examples/lua/
kprobe-write.lua 18 -- return from sys_write() and tracks the number of hits
26 local probe = bpf.kprobe('myprobe:sys_write', function (ptregs)
  /external/google-breakpad/src/client/
minidump_file_writer.cc 258 if (sys_write(file_, src, size) == size) {
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 192 IGNORE_RET(HANDLE_EINTR(sys_write(fd, &len, sizeof(len))));
193 IGNORE_RET(HANDLE_EINTR(sys_write(fd, descriptor.path(), len)));
    [all...]
exception_handler.cc 542 r = HANDLE_EINTR(sys_write(fdes[1], &okToContinueMessage, sizeof(char)));
545 "sys_write failed:";
  /external/python/cpython3/Python/
sysmodule.c 2719 sys_write(_Py_Identifier *key, FILE *fp, const char *format, va_list va) function
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsysnum_openbsd_386.go 12 SYS_WRITE = 4 // { ssize_t sys_write(int fd, const void *buf, \
zsysnum_openbsd_amd64.go 12 SYS_WRITE = 4 // { ssize_t sys_write(int fd, const void *buf, \
zsysnum_openbsd_arm.go 12 SYS_WRITE = 4 // { ssize_t sys_write(int fd, const void *buf, \
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 206 __SYSCALL(__NR_write, sys_write)

Completed in 206 milliseconds