Searched refs:pipefd1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dutils_module_tests.c602 int pipefd1[2]; member in struct:test_eloop
705 if (t->pipefd1[0] != sock) {
707 __func__, sock, t->pipefd1[0]);
747 if (t->pipefd1[0] >= 0) {
748 wpa_printf(MSG_INFO, "pipefd1 had not been closed");
749 eloop_unregister_read_sock(t->pipefd1[0]);
750 close(t->pipefd1[0]);
751 t->pipefd1[0] = -1;
752 close(t->pipefd1[1]);
753 t->pipefd1[
[all...]

Completed in 90 milliseconds