Home
last modified time | relevance | path

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

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-sock.c353 int fd_unixfile; in stress_sock_ioctl() local
355 fd_unixfile = ioctl(fd, SIOCUNIXFILE, 0); in stress_sock_ioctl()
356 if (fd_unixfile >= 0) in stress_sock_ioctl()
357 (void)close(fd_unixfile); in stress_sock_ioctl()