Searched refs:ByteCount (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DHFSUnicodeWrappers.h86 extern OSErr ConvertUnicodeToUTF8Mangled ( ByteCount srcLen,
88 ByteCount maxDstLen,
89 ByteCount *actualDstLen,
H A DBTreesInternal.h123 ByteCount blockSize;
134 ByteCount itemSize;
187 ByteCount blockSize,
/macosx-10.10/pdisk-9/
H A DDoSCSICommand.h74 typedef unsigned long ByteCount; typedef
122 ByteCount dataLength,
124 ByteCount *actualTransferCount,
H A DDoSCSICommand.c87 ByteCount dataLength,
89 ByteCount *actualTransferCount,
98 ByteCount dataLength,
100 ByteCount *actualTransferCount,
187 ByteCount dataLength,
189 ByteCount *actualTransferCount,
285 ByteCount dataLength,
287 ByteCount *actualTransferCount,
352 ByteCount dataLength,
354 ByteCount *actualTransferCoun
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_btreeio.h40 extern OSStatus SetBTreeBlockSize(FileReference vp, ByteCount blockSize,
H A Dhfs_encodings.c287 hfs_to_utf8(ExtendedVCB *vcb, const Str31 hfs_str, ByteCount maxDstLen, ByteCount *actualDstLen, unsigned char* dstStr)
328 mac_roman_to_utf8(const Str31 hfs_str, ByteCount maxDstLen, ByteCount *actualDstLen, unsigned char* dstStr)
370 unicode_to_hfs(ExtendedVCB *vcb, ByteCount srcLen, u_int16_t* srcStr, Str31 dstStr, int retry)
389 utf8_to_hfs(ExtendedVCB *vcb, ByteCount srcLen, const unsigned char* srcStr, Str31 dstStr/*, int retry*/)
404 utf8_to_mac_roman(ByteCount srcLen, const unsigned char* srcStr, Str31 dstStr)
H A Dhfs.h677 int hfs_to_utf8(ExtendedVCB *vcb, const Str31 hfs_str, ByteCount maxDstLen,
678 ByteCount *actualDstLen, unsigned char* dstStr);
680 int utf8_to_hfs(ExtendedVCB *vcb, ByteCount srcLen, const unsigned char* srcStr,
683 int mac_roman_to_utf8(const Str31 hfs_str, ByteCount maxDstLen, ByteCount *actualDstLen,
686 int utf8_to_mac_roman(ByteCount srcLen, const unsigned char* srcStr, Str31 dstStr);
690 int unicode_to_hfs(ExtendedVCB *vcb, ByteCount srcLen, u_int16_t* srcStr, Str31 dstStr, int retry);
H A Dhfs_macos_defs.h118 typedef u_int32_t ByteCount; typedef
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DBTree.h118 ByteCount itemSize;
244 ByteCount ClumpSize;
294 ByteCount keyDescLength;
348 ByteCount blockSize );
H A DSRuntime.h65 typedef u_int32_t ByteCount; typedef
383 extern OSStatus SetFileBlockSize (SFCB *file, ByteCount blockSize);
H A DBlockCache.c227 SetFileBlockSize (SFCB *file, ByteCount blockSize)
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Unicode/
H A DUnicodeWrappers.c487 ConvertUnicodeToUTF8Mangled(ByteCount srcLen, ConstUniCharArrayPtr srcStr, ByteCount maxDstLen,
488 ByteCount *actualDstLen, unsigned char* dstStr, HFSCatalogNodeID cnid)
490 ByteCount subMaxLen;
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DGetSymbolFromPEF.h185 ByteCount theSymbolSize);
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DIsochronousDataHandler.h286 ByteCount requestedCount;
287 ByteCount actualCount;
H A DIsochronousDataHandler.i370 ByteCount requestedCount;
371 ByteCount actualCount;
H A DIsochComponentsRef68 ByteCount requestedCount; /* bytes required to read/write */
69 ByteCount actualCount; /* actual bytes read/written */
/macosx-10.10/vim-55/src/
H A Dos_macosx.c382 ByteCount out_len, out_true;
383 ByteCount in_len, in_true;
432 ByteCount rev_in, rev_out;
H A Dos_mac_conv.c503 ByteCount utf8_len;
504 ByteCount inputRead;
/macosx-10.10/IOFWDVComponents-207.4.1/tests/
H A Dreadtest.c91 static void bufferedWrite( char * file, char * buffer, ByteCount length )
93 ByteCount writeLength = length;
94 ByteCount buffer1Length = 0;
95 ByteCount buffer2Length = 0;
/macosx-10.10/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIOMacOSTypes.h167 typedef IOByteCount ByteCount; typedef
H A DIOMacOSVideo.h909 ByteCount privateParametersSize; /* Size of data sent from caller to driver*/
911 ByteCount privateResultsSize; /* Size of data driver returns to caller. Can be nil, or same as privateParametersSize.*/
1234 ByteCount csSendSize; /* Number of bytes to send*/
1239 ByteCount csReplySize; /* Max bytes to reply (size of csReplyBuffer)*/
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm984 ByteCount inputLength = string.length() * sizeof(UniChar);
985 ByteCount inputRead;
986 ByteCount outputLength;
987 ByteCount maxOutputLength = string.length() * sizeof(UniChar);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginEventHandlerCocoa.mm275 ByteCount size;
H A DWebNetscapePluginEventHandlerCarbon.mm311 ByteCount numBytes;
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOS9/
H A DmDNSMacOS9.c470 mDNSlocal OSStatus ConvertStringHandleToUTF8(const StringHandle machineName, UInt8 *const utf8, ByteCount maxlen)
476 ByteCount unicodelen = 0;

Completed in 336 milliseconds

12