Searched refs:pProp (Results 1 – 4 of 4) sorted by relevance
59 char *smcGetPropertyAsString(char *pProp);68 int smcGetPropertyAsInt(char *pProp, int *pVal);
297 char *smcGetPropertyAsString(char *pProp) in smcGetPropertyAsString() argument299 return SMCPropGetSystemProperty(&gConfFile, pProp); in smcGetPropertyAsString()309 int smcGetPropertyAsInt(char *pProp, int *pVal) in smcGetPropertyAsInt() argument311 char *pStr = SMCPropGetSystemProperty(&gConfFile, pProp); in smcGetPropertyAsInt()