Home
last modified time | relevance | path

Searched refs:XYFM_BPS (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/arch/sun3/dev/
H A Dxy.c143 (IORQ)->dbuf += ((N) * XYFM_BPS); \
263 if (bp->b_bcount != XYFM_BPS) in xydummystrat()
265 memcpy(bp->b_data, xy_labeldata, XYFM_BPS); in xydummystrat()
280 xy->sc_dk.dk_label->d_secsize = XYFM_BPS; in xygetdisklabel()
548 dvmabuf = dvma_malloc(XYFM_BPS); in xy_init()
692 memcpy(&xy->dkb, dvmabuf, XYFM_BPS); in xy_init()
697 dvma_free(dvmabuf, XYFM_BPS); in xy_init()
1311 bp->b_bcount / XYFM_BPS, dbuf, bp); in xyc_startbuf()
1634 iorq->buf->b_resid = iorq->sectcnt * XYFM_BPS; in xyc_reset()
1791 iopb->sect = iorq->blockno % XYFM_BPS; in xyc_remove_iorq()
[all …]
H A Dxyreg.h45 #define XYFM_BPS 0x200 /* must be 512! */ macro
/netbsd/sys/dev/vme/
H A Dxy.c130 (IORQ)->dbuf += ((N)*XYFM_BPS); \
259 if (bp->b_bcount != XYFM_BPS) in xydummystrat()
261 memcpy(bp->b_data, xy_labeldata, XYFM_BPS); in xydummystrat()
278 xy->sc_dk.dk_label->d_secsize = XYFM_BPS; in xygetdisklabel()
668 XYFM_BPS, in xyattach()
736 XYFM_BPS); in xyattach()
811 memcpy(&xy->dkb, buf, XYFM_BPS); in xyattach()
817 &seg, rseg, XYFM_BPS, buf); in xyattach()
1450 bp->b_bcount / XYFM_BPS, in xyc_startbuf()
1942 iopb->sect = iorq->blockno % XYFM_BPS; in xyc_remove_iorq()
[all …]
H A Dxyreg.h44 #define XYFM_BPS 0x200 /* must be 512! */ macro