Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bhyve/
Dfwctl.c289 size_t resp_off; member
310 rinfo.resp_off = 0; in fwctl_request_done()
427 remlen = rinfo.resp_size - rinfo.resp_off; in fwctl_response()
429 ((uint8_t *)rinfo.resp_biov->iov_base + rinfo.resp_off); in fwctl_response()
435 rinfo.resp_off += sizeof(uint32_t); in fwctl_response()
440 rinfo.resp_off >= rinfo.resp_size) { in fwctl_response()