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

/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ibumad.h168 int issmfd; member in struct:_osm_vendor
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c554 p_vend->issmfd = -1;
1243 p_vend->issmfd = open(p_vend->issm_path, O_NONBLOCK);
1244 if (p_vend->issmfd < 0) {
1249 p_vend->issmfd = -1;
1251 } else if (p_vend->issmfd != -1) {
1252 if (0 != close(p_vend->issmfd))
1256 p_vend->issmfd = -1;

Completed in 297 milliseconds