Searched refs:getMachineName (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/platform/
H A DApplePlatformExpert.h82 virtual bool getMachineName(char *name, int maxLength);
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOPlatformExpert.h144 virtual bool getMachineName( char * name, int maxLength );
227 virtual bool getMachineName( char * name, int maxLength );
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp228 bool IOPlatformExpert::getMachineName( char * /*name*/, int /*maxLength*/) function in class:IOPlatformExpert
734 return( gIOPlatform->getMachineName( name, maxLength ));
1201 bool IODTPlatformExpert::getMachineName( char * name, int maxLength ) function in class:IODTPlatformExpert

Completed in 77 milliseconds