Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun/io/ttymux/
H A Dttymux_impl.h156 int sm_cmd; member
H A Dttymux.c950 info->sm_cmd = ((struct copyreq *)mp->b_rptr)->cq_cmd; in sm_getiocinfo()
956 info->sm_cmd = ((struct copyresp *)mp->b_rptr)->cp_cmd; in sm_getiocinfo()
961 info->sm_cmd = ((struct iocblk *)mp->b_rptr)->ioc_cmd; in sm_getiocinfo()
969 info->sm_cmd = ((struct iocblk *)mp->b_rptr)->ioc_cmd; in sm_getiocinfo()
974 info->sm_cmd = ((struct copyresp *)mp->b_rptr)->cp_cmd; in sm_getiocinfo()
981 info->sm_cmd = ((struct iocblk *)mp->b_rptr)->ioc_cmd; in sm_getiocinfo()
1002 switch (info.sm_cmd) { in sm_update_ttyinfo()