Searched refs:numOfBytes (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/staging/bcm/ |
D | vendorspecificextn.h | 12 UINT offset, UINT numOfBytes); 14 UINT offset, UINT numOfBytes, BOOLEAN bVerify); 16 UINT offset, UINT numOfBytes);
|
D | vendorspecificextn.c | 93 UINT offset, UINT numOfBytes) in vendorextnReadSection() argument 118 UINT offset, UINT numOfBytes, BOOLEAN bVerify) in vendorextnWriteSection() argument 142 UINT offset, UINT numOfBytes) in vendorextnWriteSectionWithoutErase() argument
|
D | Ioctl.h | 270 B_UINT32 numOfBytes; //NOB from the offset member 294 B_UINT32 numOfBytes; member
|
D | nvm.c | 4386 uiNumOfBytes = psFlash2xReadWrite->numOfBytes; in validateFlash2xReadWrite() 4516 UINT numOfBytes) in BcmCopySection() argument 4540 if(numOfBytes == 0) in BcmCopySection() 4542 numOfBytes = BcmGetSectionValEndOffset(Adapter,SrcSection) in BcmCopySection() 4545 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL," Section Size :0x%x",numOfBytes); in BcmCopySection() 4548 if((offset + numOfBytes) > BcmGetSectionValEndOffset(Adapter,SrcSection) in BcmCopySection() 4552 offset, numOfBytes); in BcmCopySection() 4556 if((offset + numOfBytes) > BcmGetSectionValEndOffset(Adapter,DstSection) in BcmCopySection() 4560 offset, numOfBytes); in BcmCopySection() 4565 if(numOfBytes > Adapter->uiSectorSize ) in BcmCopySection() [all …]
|
D | Bcmchar.c | 1469 …r,DBG_TYPE_OTHERS, OSAL_DBG, DBG_LVL_ALL,"\nsFlash2xRead.numOfBytes :%x" ,sFlash2xRead.numOfBytes); in bcm_char_ioctl() 1476 NOB = sFlash2xRead.numOfBytes; in bcm_char_ioctl() 1573 …,DBG_TYPE_OTHERS, OSAL_DBG, DBG_LVL_ALL,"\nsFlash2xRead.numOfBytes :%x" ,sFlash2xWrite.numOfBytes); in bcm_char_ioctl() 1587 NOB = sFlash2xWrite.numOfBytes; in bcm_char_ioctl() 1776 …_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, OSAL_DBG, DBG_LVL_ALL, "NOB :%x", sCopySectStrut.numOfBytes); in bcm_char_ioctl() 1815 else if(sCopySectStrut.numOfBytes == 0) in bcm_char_ioctl() 1829 sCopySectStrut.DstSection,sCopySectStrut.offset,sCopySectStrut.numOfBytes); in bcm_char_ioctl()
|
D | Prototypes.h | 198 UINT numOfBytes);
|
/linux-2.6.39/fs/udf/ |
D | ecma_167.h | 725 __le32 numOfBytes; member
|
D | super.c | 749 ((le32_to_cpu(sp->numOfBytes) + in udf_find_fileset() 2225 bytes = le32_to_cpu(bm->numOfBytes); in udf_count_free_bitmap()
|