Home
last modified time | relevance | path

Searched refs:write_fd (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
Dlib.c63 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()
Dlib.h17 int write_fd; member
/linux-4.4.14/samples/seccomp/
Dbpf-fancy.c39 SYSCALL(__NR_write, JUMP(&l, write_fd)), in main()
52 LABEL(&l, write_fd), in main()