Symbol: BLOCK_SIZE
sbin/dkscan_bsdlabel/dkscan_util.c
74
if (pread(disk_fd, tbuf, len, blkno * BLOCK_SIZE) < 0)
sys/arch/hpc/stand/hpcboot/memory.cpp
335
ref = VirtualAlloc(0, BLOCK_SIZE, MEM_RESERVE, PAGE_NOACCESS);
sys/arch/hpc/stand/hpcboot/memory.cpp
341
for (paddr = pstart; paddr < pend; paddr += BLOCK_SIZE) {
sys/arch/hpc/stand/hpcboot/memory.cpp
342
if (!VirtualCopy(ref, LPVOID(paddr >> 8), BLOCK_SIZE,
sys/arch/hpc/stand/hpcboot/memory.cpp
350
ofs = checkMagicRegion(vaddr_t(ref), BLOCK_SIZE, _page_size);
sys/arch/hpc/stand/hpcboot/memory.cpp
353
if (!VirtualFree(ref, BLOCK_SIZE, MEM_DECOMMIT)) {
sys/arch/luna68k/stand/boot/disklabel.c
305
" seek amount = 1 blocks\n", BLOCK_SIZE);
sys/arch/luna68k/stand/boot/disklabel.c
308
if (scsi_read(i, lbl_buff, BLOCK_SIZE) == 0)
sys/arch/luna68k/stand/boot/disklabel.c
318
if (scsi_read(32, lbl_buff, BLOCK_SIZE) == 0) {
sys/arch/luna68k/stand/boot/disklabel.c
322
if (scsi_write(16, lbl_buff, BLOCK_SIZE) != 0) {
sys/dev/dtv/dtv_buffer.c
137
nbufs = BLOCK_ALIGN(bufsize) / BLOCK_SIZE;
sys/dev/dtv/dtv_buffer.c
170
ds->ds_buf[i]->db_length = BLOCK_SIZE;
sys/dev/dtv/dtv_buffer.c
171
offset += BLOCK_SIZE;
sys/dev/dtv/dtv_buffer.c
47
#define BLOCK_ALIGN(a) (((a) + BLOCK_SIZE - 1) & ~(BLOCK_SIZE - 1))
sys/dev/isa/seagate.c
1309
if (scb->datalen && !(scb->datalen % BLOCK_SIZE)) {
sys/dev/isa/seagate.c
1335
"1" (BLOCK_SIZE >> 2),
sys/dev/isa/seagate.c
1338
for (len = BLOCK_SIZE;
sys/dev/isa/seagate.c
1352
"1" (BLOCK_SIZE >> 2),
sys/dev/isa/seagate.c
1355
for (len = BLOCK_SIZE;
sys/dev/isa/seagate.c
1360
scb->datalen -= BLOCK_SIZE;