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

/opensolaris-onvv-gate/usr/src/uts/sun/sys/
H A Dttymux.h82 int sm_protocol; /* in use for this protocol */ member in struct:sm_uqi
/opensolaris-onvv-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1928 if ((uqi->sm_protocol == NULL_PROTOCOL) ||
1929 (uqi->sm_protocol == ASYN_PROTOCOL)) {
1940 if ((uqi->sm_protocol == NULL_PROTOCOL) ||
1941 (uqi->sm_protocol == OUTD_PROTOCOL)) {
1944 } else if (uqi->sm_protocol == ASYN_PROTOCOL) {
1977 uqi->sm_protocol = proto;
1980 uqi, protocol, uqi->sm_protocol, rval, *abort_waiters));
2157 if (uqi->sm_protocol == NULL_PROTOCOL) {
2230 uqi->sm_protocol = NULL_PROTOCOL;
2307 uqi->sm_protocol
[all...]

Completed in 52 milliseconds