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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/platform/
H A DApplePlatformExpert.h82 virtual bool getMachineName(char *name, int maxLength);
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvApplePlatformExpert/
H A DApplePlatformExpert.cpp158 bool ApplePlatformExpert::getMachineName(char *name, int maxLength) argument
160 strncpy(name, "Power Macintosh", maxLength);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h48 extern boolean_t PEGetMachineName( char * name, int maxLength );
49 extern boolean_t PEGetModelName( char * name, int maxLength );
132 virtual bool getModelName( char * name, int maxLength );
133 virtual bool getMachineName( char * name, int maxLength );
215 virtual bool getModelName( char * name, int maxLength );
216 virtual bool getMachineName( char * name, int maxLength );
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPlatformExpert.cpp230 bool IOPlatformExpert::getMachineName( char * /*name*/, int /*maxLength*/)
235 bool IOPlatformExpert::getModelName( char * /*name*/, int /*maxLength*/)
766 boolean_t PEGetMachineName( char * name, int maxLength )
769 return( gIOPlatform->getMachineName( name, maxLength ));
774 boolean_t PEGetModelName( char * name, int maxLength )
777 return( gIOPlatform->getModelName( name, maxLength ));
1077 bool IODTPlatformExpert::getModelName( char * name, int maxLength )
1085 maxLength--;
1100 if( len >= maxLength)
1110 bool IODTPlatformExpert::getMachineName( char * name, int maxLength )
[all...]
H A DIORegistryEntry.cpp851 int len, maxLength, compLen, aliasLen; local
859 maxLength = *length - 2;
863 if( len >= maxLength)
872 ok = (maxLength > len);
918 ok = (maxLength > (len + compLen));
922 compLen = maxLength - len;
948 int len, locLen, maxLength; local
953 maxLength = *length;
962 ok = ((len + locLen + 1) < maxLength);
H A DIONVRAM.cpp744 UInt32 cnt, length, maxLength; local
766 maxLength = _ofPartitionSize;
780 length = maxLength;
784 maxLength -= length;
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dload.c229 CFIndex *length, CFIndex maxLength);

Completed in 50 milliseconds