LHD_SECTSIZE      205 kern/dev/lamebus/lhd.c 	uint32_t sector = uio->uio_offset / LHD_SECTSIZE;
LHD_SECTSIZE      206 kern/dev/lamebus/lhd.c 	uint32_t sectoff = uio->uio_offset % LHD_SECTSIZE;
LHD_SECTSIZE      207 kern/dev/lamebus/lhd.c 	uint32_t len = uio->uio_resid / LHD_SECTSIZE;
LHD_SECTSIZE      208 kern/dev/lamebus/lhd.c 	uint32_t lenoff = uio->uio_resid % LHD_SECTSIZE;
LHD_SECTSIZE      239 kern/dev/lamebus/lhd.c 			result = uiomove(lh->lh_buf, LHD_SECTSIZE, uio);
LHD_SECTSIZE      263 kern/dev/lamebus/lhd.c 			result = uiomove(lh->lh_buf, LHD_SECTSIZE, uio);
LHD_SECTSIZE      311 kern/dev/lamebus/lhd.c 	lh->lh_dev.d_blocksize = LHD_SECTSIZE;