geteblk            96 arch/i386/i386/disksubr.c 	bp = geteblk((int)lp->d_secsize);
geteblk           135 arch/i386/i386/disksubr.c 	bp = geteblk((int)lp->d_secsize);
geteblk            82 arch/i386/i386/dkcsum.c 	bp = geteblk(bios_cksumlen * DEV_BSIZE);	/* XXX error check?  */
geteblk           222 dev/ic/lpt.c   	sc->sc_inbuf = geteblk(LPT_BSIZE);
geteblk          2302 dev/raidframe/rf_openbsdkintf.c 	bp = geteblk((int)RF_COMPONENT_INFO_SIZE);
geteblk          2337 dev/raidframe/rf_openbsdkintf.c 	bp = geteblk((int)RF_COMPONENT_INFO_SIZE);
geteblk          2024 dev/softraid.c 	bp = geteblk(sz);
geteblk           473 isofs/cd9660/cd9660_vfsops.c 	bp = geteblk(ISO_DEFAULT_BLOCK_SIZE);
geteblk           105 isofs/udf/udf_subr.c 	bp = geteblk(bsize);
geteblk           228 sys/buf.h      struct buf *geteblk(int);