Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dfwctl.c283 size_t resp_off; member
304 rinfo.resp_off = 0; in fwctl_request_done()
422 remlen = rinfo.resp_size - rinfo.resp_off; in fwctl_response()
423 dp = (uint8_t *)rinfo.resp_biov->iov_base + rinfo.resp_off; in fwctl_response()
429 rinfo.resp_off += sizeof(uint32_t); in fwctl_response()
434 rinfo.resp_off >= rinfo.resp_size) { in fwctl_response()
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c2099 clnt_clts_dispatch_notify(mblk_t *mp, int resp_off, zoneid_t zoneid) in clnt_clts_dispatch_notify() argument
2114 if ((mp->b_wptr - (mp->b_rptr + resp_off)) == 0) in clnt_clts_dispatch_notify()
2117 resp->b_rptr += resp_off; in clnt_clts_dispatch_notify()