Searched refs:getMachineName (Results 1 - 4 of 4) 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) function in class:ApplePlatformExpert
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOPlatformExpert.h133 virtual bool getMachineName( 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*/) function in class:IOPlatformExpert
769 return( gIOPlatform->getMachineName( name, maxLength ));
1110 bool IODTPlatformExpert::getMachineName( char * name, int maxLength ) function in class:IODTPlatformExpert

Completed in 34 milliseconds