Home
last modified time | relevance | path

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

/external/kmod/testsuite/
Dtestsuite.c222 int fderr[2], int fdmonitor[2]) in test_run_child()
246 close(fdmonitor[0]); in test_run_child()
572 int fdout, int fderr, int fdmonitor, in test_run_parent_check_outputs() argument
604 err = fd_cmp_open(&fd_cmp_monitor, FD_CMP_MONITOR, NULL, fdmonitor, fd_ep); in test_run_parent_check_outputs()
945 int fderr[2], int fdmonitor[2], pid_t child) in test_run_parent()
956 close(fdmonitor[1]); in test_run_parent()
959 fdmonitor[0], child); in test_run_parent()
969 close(fdmonitor[0]); in test_run_parent()
1080 int fdmonitor[2]; in test_run() local
1099 if (pipe(fdmonitor) != 0) { in test_run()
[all …]