Searched refs:policyName (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp412 * policyName The power policy name. (OUT)
417 AMT_STATUS PTHICommand::GetCurrentPowerPolicy(AMT_ANSI_STRING &policyName) argument
437 policyName.Length = tmp_response->PolicyName.Length;
438 policyName.Buffer = (CHAR *)malloc(policyName.Length * sizeof(CHAR));
439 if (NULL == policyName.Buffer) {
442 memcpy(policyName.Buffer, &(tmp_response->PolicyName.Buffer),
443 policyName.Length * sizeof(CHAR));
H A DPTHICommand.h567 AMT_STATUS GetCurrentPowerPolicy(AMT_ANSI_STRING &policyName);

Completed in 49 milliseconds