Searched defs:ibnex_fd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c84 int ibnex_fd = -1; local
94 if ((ibnex_fd = open(IBNEX_DEVCTL_DEV, O_RDONLY)) < 0) {
118 if (ioctl(ibnex_fd, IBNEX_CTL_QUERY_HCA, &query_hca) == -1) {
168 if (ibnex_fd != -1)
169 (void) close(ibnex_fd);

Completed in 17 milliseconds