|
|
| version 1.9, 2007/06/29 05:09:14 | version 1.10, 2007/08/13 17:20:05 |
|---|---|
| Line 93 typedef struct xio *xio_t; | Line 93 typedef struct xio *xio_t; |
| void xio_init(xio_t xio); | void xio_init(xio_t xio); |
| int xio_init_ubuf(xio_t xio, void *ubase, size_t ubytes, int vmprot); | int xio_init_ubuf(xio_t xio, void *ubase, size_t ubytes, int vmprot); |
| int xio_init_kbuf(xio_t xio, void *kbase, size_t kbytes); | int xio_init_kbuf(xio_t xio, void *kbase, size_t kbytes); |
| int xio_init_pages(xio_t xio, struct vm_page **mbase, int npages, int xflags); | |
| void xio_release(xio_t xio); | void xio_release(xio_t xio); |
| int xio_uio_copy(xio_t xio, int uoffset, struct uio *uio, int *sizep); | int xio_uio_copy(xio_t xio, int uoffset, struct uio *uio, int *sizep); |
| int xio_copy_xtou(xio_t xio, int uoffset, void *uptr, int bytes); | int xio_copy_xtou(xio_t xio, int uoffset, void *uptr, int bytes); |