Searched refs:write_fd (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ |
D | lib.c | 63 FAIL_IF(write(write_pipe.write_fd, &c, 1) != 1); in sync_with_child() 85 FAIL_IF(write(write_pipe.write_fd, &c, 1) != 1); in notify_parent() 94 FAIL_IF(write(write_pipe.write_fd, &c, 1) != 1); in notify_parent_of_error()
|
D | lib.h | 17 int write_fd; member
|
/linux-4.4.14/samples/seccomp/ |
D | bpf-fancy.c | 39 SYSCALL(__NR_write, JUMP(&l, write_fd)), in main() 52 LABEL(&l, write_fd), in main()
|