Searched refs:NextInstance (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/acpica/source/tools/acpixtract/
H A Daxutils.c418 Info->NextInstance = 1;
425 return (Info->NextInstance++);
H A Dacpixtract.h166 unsigned int NextInstance; member in struct:AxTableInfo
/barrelfish-master/lib/acpica/source/os_specific/service_layers/
H A Dosefitbl.c346 UINT32 NextInstance = 0; local
373 if (Next->Instance >= NextInstance)
375 NextInstance = Next->Instance + 1;
394 Signature, Instance, NextInstance);
396 Instance = NextInstance;
H A Doslinuxtbl.c441 UINT32 NextInstance = 0; local
468 if (Next->Instance >= NextInstance)
470 NextInstance = Next->Instance + 1;
489 Signature, Instance, NextInstance);
491 Instance = NextInstance;

Completed in 38 milliseconds