Searched refs:write_fd (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | stack_expansion_signal.c | 83 close(write_pipe.write_fd); in test_one_size() 87 close(read_pipe.write_fd); in test_one_size() 96 close(write_pipe.write_fd); in test_one_size()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ |
| H A D | lib.c | 37 FAIL_IF(write(write_pipe.write_fd, &c, 1) != 1); in sync_with_child() 59 FAIL_IF(write(write_pipe.write_fd, &c, 1) != 1); in notify_parent() 68 FAIL_IF(write(write_pipe.write_fd, &c, 1) != 1); in notify_parent_of_error()
|
| H A D | lib.h | 18 int write_fd; member
|
| /OK3568_Linux_fs/kernel/samples/seccomp/ |
| H A D | bpf-fancy.c | 40 SYSCALL(__NR_write, JUMP(&l, write_fd)), in main() 53 LABEL(&l, write_fd), in main()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | ifdtool.c | 711 int write_fd, write_size; in write_data() local 714 write_fd = open_for_read(write_fname, &write_size); in write_data() 715 if (write_fd < 0) in write_data() 716 return write_fd; in write_data() 747 if (read(write_fd, image + offset, write_size) != write_size) { in write_data() 752 close(write_fd); in write_data()
|