HomeSort by: relevance | last modified time | path
    Searched refs:first_sect (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
blkif.h 610 * NB. first_sect and last_sect in blkif_request_segment, as well as
619 /* @first_sect: first sector in frame to transfer (inclusive). */
621 uint8_t first_sect, last_sect; member in struct:blkif_request_segment
  /src/sys/arch/xen/xen/
xbd_xenbus.c 1269 int nsects, nbytes, dmaseg, first_sect, size, segidx = 0; local in function:xbd_diskstart_submit
1306 first_sect = (ma & PAGE_MASK) >> XEN_BSHIFT;
1310 reqseg->first_sect = first_sect;
1311 reqseg->last_sect = first_sect + nsects - 1;
1312 KASSERT(reqseg->first_sect <= reqseg->last_sect);
1315 reqseg->first_sect, reqseg->last_sect));
1330 int nsects, nbytes, dmaseg, first_sect; local in function:xbd_diskstart_submit_indirect
1362 first_sect = (ma & PAGE_MASK) >> XEN_BSHIFT;
1365 reqseg->first_sect = first_sect
    [all...]
xbdback_xenbus.c 1212 /* first_sect and segment grefs fetched later */
1237 /* first_sect and segment grefs fetched later */
1261 /* first_sect and segment grefs fetched later */
1348 seg->first_sect > VBD_MAXSECT) {
1353 seg->first_sect, seg->last_sect);
1364 seg->first_sect != 0) {
1370 bcount += (seg->last_sect - seg->first_sect + 1)
1373 xbd_io->xio_start_offset = xbd_io->xio_seg[0].first_sect * VBD_BSIZE;
1485 vaddr_t segoffset = seg->first_sect * VBD_BSIZE;
1487 (seg->last_sect - seg->first_sect + 1)
    [all...]

Completed in 16 milliseconds