Searched refs:MSU_PSTAT_ACTIVE (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu_ioctl_lrp.c | 171 oplmsu_cmn_set_upath_sts(upath, MSU_PSTAT_ACTIVE, in oplmsu_lrioctl_termios() 458 case MSU_PSTAT_ACTIVE : in oplmsu_lrioctl_termios() 645 if ((stp_upath->status != MSU_PSTAT_ACTIVE) || in oplmsu_lrdata_xoffxon() 655 if ((upath->status == MSU_PSTAT_ACTIVE) && in oplmsu_lrdata_xoffxon() 726 oplmsu_cmn_set_upath_sts(upath, MSU_PSTAT_ACTIVE, upath->status, in oplmsu_lrdata_xoffxon()
|
H A D | oplmsu.c | 1360 if ((status == MSU_PSTAT_ACTIVE) || (status == MSU_PSTAT_STANDBY)) { in oplmsu_dr_detach() 2086 } else if ((upath->status == MSU_PSTAT_ACTIVE) && in oplmsu_config_stop() 2156 oplmsu_cmn_set_upath_sts(altn_upath, MSU_PSTAT_ACTIVE, in oplmsu_config_stop() 2343 oplmsu_cmn_set_upath_sts(upath, MSU_PSTAT_ACTIVE, in oplmsu_config_start() 2374 oplmsu_cmn_set_upath_sts(altn_upath, MSU_PSTAT_ACTIVE, in oplmsu_config_start()
|
H A D | oplmsu_cmn_func.c | 413 if (((upath->status == MSU_PSTAT_ACTIVE) && in oplmsu_get_inst_status() 496 if ((upath->status == MSU_PSTAT_ACTIVE) && in oplmsu_search_min_stop_path()
|
/illumos-gate/usr/src/uts/sun4u/opl/sys/oplmsu/ |
H A D | oplmsu.h | 127 #define MSU_PSTAT_ACTIVE 1 macro
|