Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h44 extern uint_t sm_max_units;
46 #define MAX_LQS (sm_max_units)
H A Dttymux.c95 uint_t sm_max_units = 6; variable
2522 sm_max_units = ddi_prop_get_int(DDI_DEV_T_ANY, dip, in sm_attach()
2523 DDI_PROP_DONTPASS, "sm-max-units", sm_max_units); in sm_attach()