Lines Matching refs:S32
31 S32 (*readFunc)(S32 partition, uintptr_t offset, void *buf, U32 size);
33 S32 (*writeFunc)(S32 partition, uintptr_t offset, const void *buf, U32 size);
35 S32 (*eraseFunc)(S32 partition, uintptr_t offset, U32 size);
37 S32 readSize; /* size of a block read */
38 S32 writeSize; /* size of a block write */
39 S32 blockSize; /* size of an erasable block */
40 S32 blockCount; /* number of partition blocks */
41 S32 cacheSize; /* size of block caches */
43 S32 partNo; /* partition number */
44 S32 lookaheadSize; /* lookahead size */
45 S32 blockCycles; /* block cycles */
70 S32 PRT_DiskPartition(const char *dev, const char *fsType, S32 *lengthArray, S32 *addrArray,
71 S32 partNum);
83 S32 PRT_PartitionFormat(const char *partName, char *fsType, void *data);
88 S32 PRT_VfsInit(void);