HomeSort by: relevance | last modified time | path
    Searched refs:Instance (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/sys/arch/hpc/stand/hpcboot/mips/
mips_console.cpp 48 MIPSConsole::Instance()
mips_console.h 45 static MIPSConsole *Instance(void);
mips_boot.cpp 92 _cons = MIPSConsole::Instance();
94 _cons = Console::Instance();
98 _cons = Console::Instance();
  /src/sys/external/bsd/acpica/dist/tools/acpidump/
apdump.c 160 UINT32 Instance,
295 * Instance - ACPI table instance no. to be dumped
308 UINT32 Instance,
328 return (ApWriteToBinaryFile (Table, Instance));
365 UINT32 Instance = 0;
376 Status = AcpiOsGetTableByIndex (i, &Table, &Instance, &Address);
399 TableStatus = ApDumpTableBuffer (Table, Instance, Address);
481 UINT32 Instance;
514 for (Instance = 0; Instance < AP_MAX_ACPI_FILES; Instance++
    [all...]
apfiles.c 253 * Instance - ACPI table instance no. to be written
265 UINT32 Instance)
297 if (Instance > 0)
299 snprintf (InstanceStr, sizeof (InstanceStr), "%u", Instance);
acpidump.h 247 UINT32 Instance);
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oslinuxtbl.c 169 UINT32 Instance;
184 UINT32 *Instance);
189 UINT32 Instance);
228 UINT32 Instance,
239 UINT32 Instance,
393 * Instance - Multiple table support for SSDT/UEFI (0...n)
399 * AE_LIMIT: Instance is beyond valid limit
409 UINT32 Instance,
430 Status = OslGetBiosTable (Signature, Instance, Table, Address);
437 Instance, Table, Address)
    [all...]
oswintbl.c 254 * Instance - Where a pointer to the table instance no. is
276 UINT32 *Instance,
322 *Instance = CurrentInstance;
402 * Instance - For SSDTs (0...n). Use 0 otherwise.
407 * AE_LIMIT: Instance is beyond valid limit
411 * Returns AE_LIMIT when an invalid instance is reached.
423 UINT32 Instance,
454 if (Instance > 0 && ACPI_COMPARE_NAMESEG(Signature, ACPI_SIG_SSDT))
456 if (Instance < 10
    [all...]
osbsdtbl.c 185 UINT32 Instance,
224 UINT32 Instance;
296 * Instance - Multiple table support for SSDT/UEFI (0...n)
302 * AE_LIMIT: Instance is beyond valid limit
312 UINT32 Instance,
319 /* Instance is only valid for SSDT/UEFI tables */
321 if (Instance &&
373 Status = OslGetTableViaRoot (Signature, Instance, Table, Address);
389 * Instance - Where a pointer to the table instance no. i
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/arm/
arm_console.h 49 static ARMConsole *Instance(MemoryManager *&, ArchitectureOps);
arm_boot.cpp 131 _cons = ARMConsole::Instance(_mem, args.architecture);
133 _cons = Console::Instance();
137 _cons = Console::Instance();
arm_console.cpp 39 ARMConsole::Instance(MemoryManager *&mem, ArchitectureOps arch)
  /src/sys/arch/hpc/stand/hpcboot/
boot.h 62 static Boot &Instance(void);
console.h 53 static Console *Instance(void);
93 #define DPRINTF_SETUP() Console *_cons = Console::Instance()
boot.cpp 58 Boot::Instance()
132 _cons = Console::Instance();
hpcboot.cpp 55 WinMain(HINSTANCE instance, HINSTANCE prev_instance,
58 HpcMenuInterface::Instance(); // Menu System
64 app = new HpcBootApp(instance);
65 app->_cons = Console::Instance();
74 Boot::Instance(); // Boot loader
102 Boot &f = Boot::Instance();
arch.cpp 74 HpcMenuInterface &menu = HpcMenuInterface::Instance();
108 HWND owner = HpcMenuInterface::Instance()._root->_window;
hpcmenu.h 71 explicit HpcBootApp(HINSTANCE instance) : _instance(instance) {
156 static HpcMenuInterface &Instance(void);
203 #define HPC_MENU (HpcMenuInterface::Instance())
console.cpp 41 Console::Instance()
  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_boot.cpp 92 _cons = Console::Instance();
96 _cons = Console::Instance();
  /src/sys/external/bsd/acpica/dist/compiler/
dttemplate.c 186 UINT32 Instance);
672 * Instance - Used for multiple SSDTs in the same file
689 UINT32 Instance)
701 Signature, Signature, Instance, Signature, Instance);
  /src/sys/external/bsd/acpica/dist/tables/
tbxface.c 370 * Instance - Which instance (for SSDTs)
385 UINT32 Instance,
410 if (++j < Instance)
458 * Instance - Which instance (for SSDTs)
476 UINT32 Instance,
512 if (++j < Instance)
  /src/sys/arch/hpc/stand/hpcboot/sh3/dev/
sh_dev.cpp 44 _menu = &HpcMenuInterface::Instance();
45 _cons = Console::Instance();
  /src/sys/arch/hpc/stand/hpcboot/menu/
rootwindow.cpp 88 HpcMenuInterface &menu = HpcMenuInterface::Instance();
102 HpcMenuInterface &menu = HpcMenuInterface::Instance();
249 HpcMenuInterface::Instance()._root = this;
372 Console::Instance()->print(TEXT("[progress] %S\n"), msg);
  /src/sbin/efi/
devpath4.c 340 uint16_t Instance;
352 p->StartingAddress, p->EndingAddress, p->Instance);
356 p->StartingAddress, p->EndingAddress, p->Instance,
364 DEVPATH_FMT(Instance: 0x%08x\n)
369 p->Instance,

Completed in 22 milliseconds

1 2