Searched refs:ThisArgumentType (Results 1 - 1 of 1) sorted by path

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutpredef.c477 UINT16 ThisArgumentType; local
500 ThisArgumentType = METHOD_GET_NEXT_TYPE (ArgumentTypes);
502 if (ThisArgumentType > METHOD_MAX_ARG_TYPE)
505 "in predefined info structure\n", ThisArgumentType);
509 strcat (Buffer, UtExternalTypeNames[ThisArgumentType] + SubIndex);

Completed in 50 milliseconds