Searched refs:scbuf (Results 1 – 1 of 1) sorted by relevance
823 struct sclp_statechangebuf *scbuf; in sclp_state_change_cb() local827 scbuf = (struct sclp_statechangebuf *) evbuf; in sclp_state_change_cb()829 if (scbuf->validity_sclp_receive_mask) in sclp_state_change_cb()830 sclp_receive_mask = sccb_get_recv_mask(scbuf); in sclp_state_change_cb()831 if (scbuf->validity_sclp_send_mask) in sclp_state_change_cb()832 sclp_send_mask = sccb_get_send_mask(scbuf); in sclp_state_change_cb()834 if (scbuf->validity_sclp_active_facility_mask) in sclp_state_change_cb()835 sclp.facilities = scbuf->sclp_active_facility_mask; in sclp_state_change_cb()