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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c83 int ibnex_fd = -1; local
93 if ((ibnex_fd = open(IBNEX_DEVCTL_DEV, O_RDONLY)) < 0) {
117 if (ioctl(ibnex_fd, IBNEX_CTL_QUERY_HCA, &query_hca) == -1) {
167 if (ibnex_fd != -1)
168 (void) close(ibnex_fd);

Completed in 59 milliseconds