HomeSort by: relevance | last modified time | path
    Searched defs:xio_start_offset (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
xbdback_xenbus.c 167 vaddr_t xio_start_offset; /* I/O start offset */ member in struct:xbdback_io::__anon8badefd0020a::__anon8badefd00308
178 #define xio_start_offset u.xio_rw.xio_start_offset macro
1373 xbd_io->xio_start_offset = xbd_io->xio_seg[0].first_sect * VBD_BSIZE;
1376 KASSERT(xbd_io->xio_start_offset < PAGE_SIZE);
1377 KASSERT(bcount + xbd_io->xio_start_offset <= VBD_VA_SIZE);
1418 (xbd_io->xio_vaddr + xbd_io->xio_start_offset);
xbdback_xenbus.c 167 vaddr_t xio_start_offset; /* I/O start offset */ member in struct:xbdback_io::__anon8badefd0020a::__anon8badefd00308
178 #define xio_start_offset u.xio_rw.xio_start_offset macro
1373 xbd_io->xio_start_offset = xbd_io->xio_seg[0].first_sect * VBD_BSIZE;
1376 KASSERT(xbd_io->xio_start_offset < PAGE_SIZE);
1377 KASSERT(bcount + xbd_io->xio_start_offset <= VBD_VA_SIZE);
1418 (xbd_io->xio_vaddr + xbd_io->xio_start_offset);

Completed in 136 milliseconds