Searched refs:writea (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 204 writea(int fd, const void* idata, size_t length) { in writea() function 940 if (!writea(options.out_fd, &nhdr, sizeof(nhdr)) || in WriteThread() 941 !writea(options.out_fd, "CORE\0\0\0\0", 8) || in WriteThread() 942 !writea(options.out_fd, &pr, sizeof(struct prstatus))) { in WriteThread() 949 if (!writea(options.out_fd, &nhdr, sizeof(nhdr)) || in WriteThread() 950 !writea(options.out_fd, "CORE\0\0\0\0", 8) || in WriteThread() 951 !writea(options.out_fd, &thread.fpregs, sizeof(user_fpregs_struct))) { in WriteThread() 959 if (!writea(options.out_fd, &nhdr, sizeof(nhdr)) || in WriteThread() 960 !writea(options.out_fd, "LINUX\0\0\0", 8) || in WriteThread() 961 !writea(options.out_fd, &thread.fpxregs, sizeof(user_fpxregs_struct))) { in WriteThread() [all …]
|
/external/ltp/lib/ |
D | tlibio.c | 774 if ((ret = writea(fd, buffer, size, &status, sig)) == -1) { in lio_write_buffer()
|
/external/ltp/testcases/kernel/fs/doio/ |
D | doio.c | 1860 if (writea(fd, addr, nbytes, &aiop->iosw, signo) == -1) { in do_write()
|