Home
last modified time | relevance | path

Searched refs:COPY_BLKS (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/i386/gptboot/
H A Dgptldr.S46 .set COPY_BLKS,0x8 # Number of blocks define
82 add $(COPY_BLKS*COPY_BLK_SZ/16),%ax # small as possible.
86 add $(COPY_BLKS*COPY_BLK_SZ/16),%ax # the last byte we
88 mov $COPY_BLKS,%bx # Copy COPY_BLKS 32k blocks
/freebsd/stand/i386/zfsboot/
H A Dzfsldr.S33 .set COPY_BLKS,0x8 # Number of blocks define
37 .set NSECT,(COPY_BLK_SZ / SIZ_SEC * COPY_BLKS)
127 add $(COPY_BLKS*COPY_BLK_SZ/16),%ax # small as possible.
131 add $(COPY_BLKS*COPY_BLK_SZ/16),%ax # the last byte we
133 mov $COPY_BLKS,%bx # Copy COPY_BLKS 32k blocks