Searched refs:scbuf (Results 1 – 1 of 1) sorted by relevance
635 struct sclp_statechangebuf *scbuf; in sclp_state_change_cb() local639 scbuf = (struct sclp_statechangebuf *) evbuf; in sclp_state_change_cb()641 if (scbuf->validity_sclp_receive_mask) in sclp_state_change_cb()642 sclp_receive_mask = sccb_get_recv_mask(scbuf); in sclp_state_change_cb()643 if (scbuf->validity_sclp_send_mask) in sclp_state_change_cb()644 sclp_send_mask = sccb_get_send_mask(scbuf); in sclp_state_change_cb()646 if (scbuf->validity_sclp_active_facility_mask) in sclp_state_change_cb()647 sclp.facilities = scbuf->sclp_active_facility_mask; in sclp_state_change_cb()