Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_lrp.c137 chkflag = MSU_CMD_ACTIVE; in oplmsu_lrioctl_termios()
144 if ((chkflag == MSU_CMD_ACTIVE) || (chkflag == MSU_CMD_STOP)) { in oplmsu_lrioctl_termios()
179 if ((chkflag == MSU_CMD_ACTIVE) && (hndl_mp != NULL)) { in oplmsu_lrioctl_termios()
254 if ((chkflag == MSU_CMD_ACTIVE) && in oplmsu_lrioctl_termios()
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h119 #define MSU_CMD_ACTIVE (MSU_CMD|0x1a) macro