Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/xen/io/
H A Dxdb.h99 xdb_seg_t xr_segs[BLKIF_MAX_SEGMENTS_PER_REQUEST]; member
H A Dxdb.c312 xreq->xr_segs[i].fs = fs; in xdb_get_buf()
313 xreq->xr_segs[i].ls = ls; in xdb_get_buf()
405 curseg) + xreq->xr_segs[curseg].fs * DEV_BSIZE; in xdb_get_buf()
425 if ((xreq->xr_segs[i].fs != 0) && (i != curseg)) { in xdb_get_buf()
428 sectors += (xreq->xr_segs[i].ls - xreq->xr_segs[i].fs + 1); in xdb_get_buf()
429 if ((xreq->xr_segs[i].ls != XB_LAST_SECTOR_IN_SEG) && in xdb_get_buf()