Searched defs:SegCount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmnames.c215 UINT32 SegCount; local
238 SegCount = 0;
243 SegCount = 2;
249 SegCount = (UINT32) ACPI_GET8 (Name + 1);
255 SegCount = 1;
259 while (SegCount)
265 SegCount--;
266 if (SegCount)

Completed in 245 milliseconds