Home
last modified time | relevance | path

Searched refs:PEGetProductName (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/iokit/IOKit/
H A DIOPlatformExpert.h69 extern boolean_t PEGetProductName( char * name, int maxLength );
/xnu-12377.61.12/bsd/kern/
H A Dkern_mib.c524 if (!PEGetProductName(dummy, 64)) { in sysctl_hw_generic()
561 if (!PEGetProductName(dummy, 64)) { in sysctl_hw_generic()
/xnu-12377.61.12/iokit/Kernel/
H A DIOPlatformExpert.cpp951 PEGetProductName( char * name, int maxLength ) in PEGetProductName() function