Lines Matching defs:rlen
115 uint32_t rlen;
119 &rlen, &rid, 0);
120 if (error || rlen == 0) {
123 device_xname(vsc->sc_dev), error, rlen);
127 if (rlen < sizeof(*hdr)) {
129 device_xname(vsc->sc_dev), rlen);
136 error = vmbusic_negotiate(vsc, hdr, &rlen,
143 if (rlen < VMBUS_ICMSG_HEARTBEAT_SIZE_MIN) {
145 device_xname(vsc->sc_dev), rlen);
159 (void) vmbusic_sendresp(vsc, ch, vsc->sc_buf, rlen, rid);