Home
last modified time | relevance | path

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

/acpica-latest/source/compiler/
Daslmessages.c596 char *HexString) in AhDecodeAslException() argument
608 if (!HexString) in AhDecodeAslException()
640 MessageId = strtol (HexString, NULL, 16); in AhDecodeAslException()
Daslmessages.h173 char *HexString);
/acpica-latest/source/tools/acpihelp/
Dahdecode.c739 char *HexString) in AhDecodeException() argument
750 if (!HexString) in AhDecodeException()
778 Status = strtoul (HexString, NULL, 16); in AhDecodeException()
781 printf ("%s: Invalid hexadecimal exception code value\n", HexString); in AhDecodeException()