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

/linux-master/tools/testing/selftests/ir/
H A Dir_loopback.c107 int rlircfd, wlircfd, protocolfd, i, n; local
127 protocolfd = open(buf, O_WRONLY);
128 if (protocolfd == -1)
134 if (write(protocolfd, protocols[i].decoder,
211 close(protocolfd);

Completed in 207 milliseconds