Searched refs:EVTYP_VT220MSG_MASK (Results 1 – 3 of 3) sorted by relevance
188 if (sccb_get_sclp_send_mask(sccb) & EVTYP_VT220MSG_MASK) in sclp_early_con_check_vt220()204 send_mask = disable ? 0 : EVTYP_VT220MSG_MASK | EVTYP_MSG_MASK; in sclp_early_setup()209 *have_vt220 = !!(sccb_get_send_mask(sccb) & EVTYP_VT220MSG_MASK); in sclp_early_setup()
105 .send_mask = EVTYP_VT220MSG_MASK,111 .receive_mask = EVTYP_VT220MSG_MASK,
48 #define EVTYP_VT220MSG_MASK SCLP_EVTYP_MASK(EVTYP_VT220MSG) macro