Searched refs:EVTYP_VT220MSG_MASK (Results 1 – 3 of 3) sorted by relevance
189 if (sccb_get_sclp_send_mask(sccb) & EVTYP_VT220MSG_MASK) in sclp_early_con_check_vt220()205 send_mask = disable ? 0 : EVTYP_VT220MSG_MASK | EVTYP_MSG_MASK; in sclp_early_setup()210 *have_vt220 = !!(sccb_get_send_mask(sccb) & EVTYP_VT220MSG_MASK); in sclp_early_setup()
101 .send_mask = EVTYP_VT220MSG_MASK,106 .receive_mask = EVTYP_VT220MSG_MASK,
49 #define EVTYP_VT220MSG_MASK SCLP_EVTYP_MASK(EVTYP_VT220MSG) macro