Lines Matching refs:evbuf
402 struct evbuf_header *evbuf; in sclp_dispatch_evbufs() local
411 offset += evbuf->length) { in sclp_dispatch_evbufs()
412 evbuf = (struct evbuf_header *) ((addr_t) sccb + offset); in sclp_dispatch_evbufs()
414 if (evbuf->length == 0) in sclp_dispatch_evbufs()
420 if (reg->receive_mask & SCLP_EVTYP_MASK(evbuf->type)) in sclp_dispatch_evbufs()
427 reg->receiver_fn(evbuf); in sclp_dispatch_evbufs()
632 sclp_state_change_cb(struct evbuf_header *evbuf) in sclp_state_change_cb() argument
639 scbuf = (struct sclp_statechangebuf *) evbuf; in sclp_state_change_cb()
728 struct evbuf_header *evbuf; in sclp_remove_processed() local
732 evbuf = (struct evbuf_header *) (sccb + 1); in sclp_remove_processed()
736 remaining -= evbuf->length; in sclp_remove_processed()
737 if (evbuf->flags & 0x80) { in sclp_remove_processed()
738 sccb->length -= evbuf->length; in sclp_remove_processed()
739 memcpy(evbuf, (void *) ((addr_t) evbuf + evbuf->length), in sclp_remove_processed()
743 evbuf = (struct evbuf_header *) in sclp_remove_processed()
744 ((addr_t) evbuf + evbuf->length); in sclp_remove_processed()