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

  /src/sys/arch/xen/xen/
xbd_xenbus.c 43 * - the request is ultimately processed by xbd_diskstart() that prepares the
198 static int xbd_diskstart(device_t, struct buf *);
260 .d_diskstart = xbd_diskstart,
1122 xbd_diskstart(device_t self, struct buf *bp) function in typeref:typename:int
1131 DPRINTF(("xbd_diskstart(%p): b_bcount = %ld\n",
1150 DPRINTF(("%s: (xbd_diskstart) device suspended\n",
1159 DPRINTF(("xbd_diskstart: no req\n"));
1179 DPRINTF(("xbd_diskstart: no align\n"));

Completed in 13 milliseconds