Home
last modified time | relevance | path

Searched refs:NULL_PROTOCOL (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1928 if ((uqi->sm_protocol == NULL_PROTOCOL) || in sm_ok_to_open()
1940 if ((uqi->sm_protocol == NULL_PROTOCOL) || 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()
2378 uqi->sm_protocol = NULL_PROTOCOL; in sm_close()
2575 uqi->sm_protocol = NULL_PROTOCOL; in sm_attach()
2628 if (lu && lu->sm_protocol != NULL_PROTOCOL) { in sm_detach()
H A Dttymux_impl.h54 #define NULL_PROTOCOL 0 macro