Searched defs:xreq (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c237 xdb_get_buf(xdb_t *vdp, blkif_request_t *req, xdb_request_t *xreq) argument
247 bp = XDB_XREQ2BP(xreq);
248 curseg = xreq->xr_curseg;
255 xreq->xr_vdp = vdp;
256 xreq->xr_op = op;
257 xreq->xr_id = ddi_get64(acchdl, &req->id);
258 segs = xreq->xr_buf_pages = ddi_get8(acchdl, &req->nr_segments);
281 segs = xreq->xr_buf_pages =
289 vdp->xs_iopage_va, xreq->xr_idx, i);
312 xreq
538 xdb_request_t *xreq; local
636 xdb_request_t *xreq = XDB_BP2XREQ(bp); local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c4251 * current mode is set according to xreq,
4260 ecpp_1284_negotiation(struct ecppunit *pp, uint8_t xreq, uint8_t *rdsr) argument
4264 ecpp_error(pp->dip, "nego(%x): entering...\n", xreq);
4275 DATAR_WRITE(pp, xreq);
4290 "nego(%x): failed event 2 %x\n", xreq, DSR_READ(pp));
4313 xflag = (xreq == ECPP_XREQ_NIBBLE) ? 0 : ECPP_SLCT;
4322 "nego(%x): failed event 6 %x\n", xreq, DSR_READ(pp));
4330 "nego(%x): failed event 5 %x\n", xreq, DSR_READ(pp));

Completed in 72 milliseconds