Searched refs:writen (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/bench/ |
| H A D | inject-buildid.c | 151 return writen(data->input_pipe[1], &event, event.header.size); in synthesize_attr() 169 return writen(data->input_pipe[1], &event, event.header.size); in synthesize_fork() 200 if (writen(data->input_pipe[1], &event, len - bench_id_hdr_size) < 0) in synthesize_mmap() 207 if (writen(data->input_pipe[1], id_hdr_ptr, bench_id_hdr_size) < 0) in synthesize_mmap() 215 return writen(data->input_pipe[1], &event, len); in synthesize_mmap() 234 return writen(data->input_pipe[1], &event, event.header.size); in synthesize_sample() 244 return writen(data->input_pipe[1], &header, header.size); in synthesize_flush()
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/include/internal/ |
| H A D | lib.h | 10 ssize_t writen(int fd, const void *buf, size_t n);
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/ |
| H A D | lib.c | 44 ssize_t writen(int fd, const void *buf, size_t n) in writen() function
|
| /OK3568_Linux_fs/buildroot/package/genpart/ |
| H A D | 0001-fix-return-code.patch | 1 genpart: return 0 if partition writen OK, with no do_magic
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | zlib.c | 66 if (writen(output_fd, buf, len) != len) { in gzip_decompress_to_file()
|
| H A D | lzma.c | 84 if (writen(output_fd, buf_out, write_size) != write_size) { in lzma_decompress_to_file()
|
| H A D | vdso.c | 174 if (count && writen(fd, buf, count) != (ssize_t)count) in vdso__do_copy_compat()
|
| H A D | data.c | 362 return writen(file->fd, buf, size); in perf_data_file__write()
|
| H A D | auxtrace.c | 874 if (writen(fd, &ent, sizeof(ent)) != sizeof(ent)) in auxtrace_index__do_write() 889 if (writen(fd, &total, sizeof(total)) != sizeof(total)) in auxtrace_index__write()
|
| H A D | header.c | 93 ssize_t ret = writen(ff->fd, buf, size); in __do_write_fd()
|