Home
last modified time | relevance | path

Searched refs:resp_biov (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dfwctl.c284 struct iovec *resp_biov; member
291 (*rinfo.req_op->op_done)(rinfo.resp_biov); in fwctl_response_done()
301 rinfo.resp_error = (*rinfo.req_op->op_result)(&rinfo.resp_biov); in fwctl_request_done()
305 if (rinfo.resp_biov == NULL) { in fwctl_request_done()
308 rinfo.resp_size = rinfo.resp_biov[0].iov_len; in fwctl_request_done()
423 dp = (uint8_t *)rinfo.resp_biov->iov_base + rinfo.resp_off; in fwctl_response()