Searched refs:scbuf (Results 1 – 1 of 1) sorted by relevance
818 struct sclp_statechangebuf *scbuf; in sclp_state_change_cb() local822 scbuf = (struct sclp_statechangebuf *) evbuf; in sclp_state_change_cb()824 if (scbuf->validity_sclp_receive_mask) in sclp_state_change_cb()825 sclp_receive_mask = sccb_get_recv_mask(scbuf); in sclp_state_change_cb()826 if (scbuf->validity_sclp_send_mask) in sclp_state_change_cb()827 sclp_send_mask = sccb_get_send_mask(scbuf); in sclp_state_change_cb()829 if (scbuf->validity_sclp_active_facility_mask) in sclp_state_change_cb()830 sclp.facilities = scbuf->sclp_active_facility_mask; in sclp_state_change_cb()