Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dfwctl.c281 size_t resp_off; member
302 rinfo.resp_off = 0; in fwctl_request_done()
419 remlen = rinfo.resp_size - rinfo.resp_off; in fwctl_response()
420 dp = (uint8_t *)rinfo.resp_biov->iov_base + rinfo.resp_off; in fwctl_response()
426 rinfo.resp_off += sizeof(uint32_t); in fwctl_response()
431 rinfo.resp_off >= rinfo.resp_size) { in fwctl_response()