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