Home
last modified time | relevance | path

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

/freebsd-13.1/sys/xen/interface/io/
H A Dblkif.h641 uint8_t first_sect, last_sect; member
/freebsd-13.1/sys/dev/xen/blkback/
H A Dblkback.c466 uint8_t first_sect; member
1680 xbb_sg->first_sect = sg->first_sect; in xbb_dispatch_io()
1684 sg->first_sect + 1); in xbb_dispatch_io()
1796 ring_req->seg[i].first_sect + 1); in xbb_count_sects()
2119 && (xbb_sg->first_sect != 0)) { in xbb_dispatch_dev()
2154 xbb_sg->first_sect); in xbb_dispatch_dev()
2298 if (xbb_sg->first_sect != 0) in xbb_dispatch_file()
2304 seg_idx, xbb_sg->first_sect); in xbb_dispatch_file()
2315 xbb_sg->first_sect); in xbb_dispatch_file()
/freebsd-13.1/sys/dev/xen/blkfront/
H A Dblkfront.c203 .first_sect = fsect, in xbd_mksegarray()