Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.h65 #define XB_LAST_SECTOR_IN_SEG (XB_NUM_SECTORS_PER_SEG - 1) macro
H A Dxdb.c305 if (fs > XB_LAST_SECTOR_IN_SEG) in xdb_get_buf()
306 fs = XB_LAST_SECTOR_IN_SEG; in xdb_get_buf()
307 if (ls > XB_LAST_SECTOR_IN_SEG) in xdb_get_buf()
308 ls = XB_LAST_SECTOR_IN_SEG; in xdb_get_buf()
429 if ((xreq->xr_segs[i].ls != XB_LAST_SECTOR_IN_SEG) && in xdb_get_buf()