Home
last modified time | relevance | path

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

/dflybsd-src/sys/contrib/dev/acpica/source/compiler/
H A Daslmessages.c595 char *HexString) in AhDecodeAslException() argument
607 if (!HexString) in AhDecodeAslException()
639 MessageId = strtol (HexString, NULL, 16); in AhDecodeAslException()
H A Daslmessages.h173 char *HexString);
/dflybsd-src/sys/contrib/dev/acpica/source/tools/acpihelp/
H A 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()