Searched refs:first_sect (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/xen/io/
H A Dblkif.h631 * NB. 'first_sect' and 'last_sect' in blkif_request_segment, as well as
639 /* @first_sect: first sector in frame to transfer (inclusive). */
641 uint8_t first_sect, last_sect; member in struct:blkif_request_segment
/freebsd-current/sys/dev/xen/blkback/
H A Dblkback.c435 uint8_t first_sect; member in struct:xbb_sg
1587 xbb_sg->first_sect = sg->first_sect;
1591 sg->first_sect + 1);
1702 ring_req->seg[i].first_sect + 1);
2025 && (xbb_sg->first_sect != 0)) {
2060 xbb_sg->first_sect);
2189 if (xbb_sg->first_sect != 0)
2195 seg_idx, xbb_sg->first_sect);
/freebsd-current/sys/dev/xen/blkfront/
H A Dblkfront.c199 .first_sect = fsect,

Completed in 129 milliseconds