Searched refs:BlockSize (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdtypes.h44 bit32 BlockSize; member in struct:ttdssOperatingOption_s
H A Dttdinit.c210 OperatingOption->BlockSize = DEFAULT_BLOCK_SIZE;
271 /* Get number of BlockSize */
280 "BlockSize",
288 OperatingOption->BlockSize = osti_strtoul (buffer, &pLastUsedChar, 0);
292 OperatingOption->BlockSize = osti_strtoul (buffer, &pLastUsedChar, 10);
300 TI_DBG5(("ttdssGetOperatingOptionParams: NumberExchanges %d UsecsPerTick %d MaxTargets %d BlockSize %d\n", OperatingOption->numXchgs, OperatingOption->UsecsPerTick, OperatingOption->MaxTargets, OperatingOption->BlockSize));
H A Dttdio.c437 ttdsaXchg->dataLen = len * Target->OperatingOption.BlockSize;
/freebsd-10-stable/sbin/dump/
H A Dcache.c48 static int BlockSize; variable
59 if ((BlockSize = sblock->fs_bsize * BLKFACTOR) > MAXBSIZE)
60 BlockSize = MAXBSIZE;
61 NBlocks = cachesize / BlockSize;
65 NBlocks * BlockSize / (1024 * 1024), BlockSize);
69 DataBase = mmap(NULL, NBlocks * BlockSize,
72 base[i].b_Data = DataBase + i * BlockSize;
106 mask = ~(off_t)(BlockSize - 1);
107 if (nbytes >= BlockSize ||
[all...]
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp67 /// BlockSize - This is the size in bytes of this memory block,
69 uintptr_t BlockSize : (sizeof(intptr_t)*CHAR_BIT - 2); member in struct:__anon2365::MemoryRangeHeader
77 const_cast<MemoryRangeHeader *>(this))+BlockSize);
118 void *EndOfBlock = (char*)this + BlockSize;
119 ((intptr_t *)EndOfBlock)[-1] = BlockSize;
183 BlockSize += FollowingFreeBlock.BlockSize;
194 PrevFreeBlock->GrowBlock(PrevFreeBlock->BlockSize + BlockSize);
215 assert(NewSize > BlockSize
430 uintptr_t BlockSize = FunctionEnd - (uint8_t *)CurBlock; local
448 uintptr_t BlockSize = result + Size - (uint8_t *)CurBlock; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp67 unsigned BlockSize = 0; local
70 BlockSize += TII->GetInstSizeInBytes(MBBI);
72 BlockSizes[MBB->getNumber()] = BlockSize;
73 FuncSize += BlockSize;
/freebsd-10-stable/sys/boot/efi/libefi/
H A Defipart.c240 nblks * blkio->Media->BlockSize, buf);
246 nblks * blkio->Media->BlockSize, buf);
281 if (blkio->Media->BlockSize == 512)
287 blkbuf = malloc(blkio->Media->BlockSize);
293 blk = off / blkio->Media->BlockSize;
294 blkoff = off % blkio->Media->BlockSize;
295 blksz = blkio->Media->BlockSize - blkoff;
307 blksz = blkio->Media->BlockSize;
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp77 unsigned BlockSize = 0; local
80 BlockSize += TII->GetInstSizeInBytes(MBBI);
82 BlockSizes[MBB->getNumber()] = BlockSize;
83 FuncSize += BlockSize;
/freebsd-10-stable/sys/boot/efi/include/
H A Defifs.h43 UINT32 BlockSize; member in struct:_EFI_PARTITION_HEADER
H A Defiprot.h94 UINT32 BlockSize; member in struct:__anon55
325 UINT32 BlockSize; member in struct:__anon57
H A Defipxebc.h310 IN UINTN *BlockSize OPTIONAL,
/freebsd-10-stable/sys/boot/efi/boot1/
H A Dufs_module.c52 lba = lba / (devinfo->dev->Media->BlockSize / DEV_BSIZE);
H A Dzfs_module.c51 lba = off / devinfo->dev->Media->BlockSize;
/freebsd-10-stable/sys/dev/asr/
H A Di2omsg.h983 U16 BlockSize;
992 U16 BlockSize;
1047 U16 BlockSize;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h212 CharUnits BlockSize; member in class:clang::CodeGen::CGBlockInfo
H A DCGBlocks.cpp93 blockInfo.BlockSize.getQuantity()));
315 info.BlockSize = headerSize;
466 info.BlockHeaderForcedGapOffset = info.BlockSize;
469 CharUnits &blockSize = info.BlockSize;
/freebsd-10-stable/sys/dev/aacraid/
H A Daacraid_cam.c712 scsi_ulto4b(co->co_mntobj.ObjExtension.BlockDevice.BlockSize, p->length);
740 scsi_ulto4b(co->co_mntobj.ObjExtension.BlockDevice.BlockSize, p->length);
783 scsi_ulto3b(co->co_mntobj.ObjExtension.BlockDevice.BlockSize, p->bd.block_len);
H A Daacraid_reg.h1201 u_int32_t BlockSize; member in struct:aac_mntobj::__anon7617::__anon7618
/freebsd-10-stable/sys/dev/mpt/
H A Dmpt_debug.c390 printf("\tBlockSize %d\n", msg->BlockSize);
/freebsd-10-stable/sys/dev/mps/
H A Dmps_config.c447 sc->DD_block_size = raid_vol_pg0->BlockSize;
472 block_size = raid_vol_pg0->BlockSize;
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4101 static bool isREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { argument
4102 assert((BlockSize == 16 || BlockSize == 32 || BlockSize == 64) &&
4113 BlockElts = BlockSize / EltSz;
4115 if (BlockSize <= EltSz || BlockSize != BlockElts * EltSz)
/freebsd-10-stable/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h1374 U16 BlockSize; /* 0x1C */ member in struct:_MPI2_CONFIG_PAGE_RAID_VOL_0
1503 U16 BlockSize; /* 0x70 */ member in struct:_MPI2_CONFIG_PAGE_RD_PDISK_0
/freebsd-10-stable/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h281 U8 BlockSize; /* 16h */ member in struct:_MSG_IOC_FACTS_REPLY
/freebsd-10-stable/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h1810 U16 BlockSize; /* 0x1C */ member in struct:_MPI2_CONFIG_PAGE_RAID_VOL_0
1939 U16 BlockSize; /* 0x70 */ member in struct:_MPI2_CONFIG_PAGE_RD_PDISK_0
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4586 static bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { argument
4587 assert((BlockSize==16 || BlockSize==32 || BlockSize==64) &&
4598 BlockElts = BlockSize / EltSz;
4600 if (BlockSize <= EltSz || BlockSize != BlockElts * EltSz)

Completed in 607 milliseconds

12