Searched refs:maxBufLen (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFireWireIPCommand.h56 UInt32 maxBufLen; member in class:IOFWIPAsyncWriteCommand
207 UInt32 maxBufLen; member in class:IOFWIPAsyncStreamTxCommand
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIPCommand.cpp73 // Initialize the maxBufLen with current max configuration
74 maxBufLen = cmdLen;
152 if(cmdLen > maxBufLen)
688 return maxBufLen;
749 // Initialize the maxBufLen with current max configuration
750 maxBufLen = cmdLen;
826 if(cmdLen > maxBufLen)
863 return maxBufLen;
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecTrustStoreServer.c188 static bool SecExtractFilesystemPathForKeychainFile(CFStringRef file, UInt8 *buffer, CFIndex maxBufLen) argument
193 if (fileURL && CFURLGetFileSystemRepresentation(fileURL, false, buffer, maxBufLen))
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DManifestInternal.h74 void DecodeURL (CFURLRef url, char *pathBuffer, CFIndex maxBufLen);
H A DManifestInternal.cpp86 void ManifestItemList::DecodeURL (CFURLRef url, char *pathBuffer, CFIndex maxBufLen) argument
97 if (!CFURLGetFileSystemRepresentation (url, false, (UInt8*) pathBuffer, maxBufLen))
/macosx-10.10.1/hfs-285/hfs_util/
H A Dhfsutil_main.c240 CF_EXPORT Boolean _CFStringGetFileSystemRepresentation(CFStringRef string, UInt8 *buffer, CFIndex maxBufLen);
/macosx-10.10.1/hfs-285/newfs_hfs/
H A Dmakehfs.c69 extern Boolean _CFStringGetFileSystemRepresentation(CFStringRef string, UInt8 *buffer, CFIndex maxBufLen);

Completed in 251 milliseconds