Searched refs:sm_protocol (Results 1 – 2 of 2) sorted by relevance
1928 if ((uqi->sm_protocol == NULL_PROTOCOL) || in sm_ok_to_open()1929 (uqi->sm_protocol == ASYN_PROTOCOL)) { in sm_ok_to_open()1940 if ((uqi->sm_protocol == NULL_PROTOCOL) || in sm_ok_to_open()1941 (uqi->sm_protocol == OUTD_PROTOCOL)) { in sm_ok_to_open()1944 } else if (uqi->sm_protocol == ASYN_PROTOCOL) { in sm_ok_to_open()1977 uqi->sm_protocol = proto; in sm_ok_to_open()1980 uqi, protocol, uqi->sm_protocol, rval, *abort_waiters)); in sm_ok_to_open()2157 if (uqi->sm_protocol == NULL_PROTOCOL) { in sm_open()2230 uqi->sm_protocol = NULL_PROTOCOL; in sm_open()2307 uqi->sm_protocol = NULL_PROTOCOL; in sm_open()[all …]
82 int sm_protocol; /* in use for this protocol */ member