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 52 UINT32 Instance,
188 * Instance - ACPI table instance no. to be dumped
201 UINT32 Instance,
221 return (ApWriteToBinaryFile (Table, Instance));
258 UINT32 Instance = 0;
269 Status = AcpiOsGetTableByIndex (i, &Table, &Instance, &Address);
292 TableStatus = ApDumpTableBuffer (Table, Instance, Address);
374 UINT32 Instance;
407 for (Instance = 0; Instance < AP_MAX_ACPI_FILES; Instance++
    [all...]
apfiles.c 145 * Instance - ACPI table instance no. to be written
157 UINT32 Instance)
189 if (Instance > 0)
191 snprintf (InstanceStr, sizeof (InstanceStr), "%u", Instance);
acpidump.h 139 UINT32 Instance);
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oslinuxtbl.c 61 UINT32 Instance;
76 UINT32 *Instance);
81 UINT32 Instance);
120 UINT32 Instance,
131 UINT32 Instance,
285 * Instance - Multiple table support for SSDT/UEFI (0...n)
291 * AE_LIMIT: Instance is beyond valid limit
301 UINT32 Instance,
322 Status = OslGetBiosTable (Signature, Instance, Table, Address);
329 Instance, Table, Address)
    [all...]
oswintbl.c 146 * Instance - Where a pointer to the table instance no. is
168 UINT32 *Instance,
214 *Instance = CurrentInstance;
294 * Instance - For SSDTs (0...n). Use 0 otherwise.
299 * AE_LIMIT: Instance is beyond valid limit
303 * Returns AE_LIMIT when an invalid instance is reached.
315 UINT32 Instance,
346 if (Instance > 0 && ACPI_COMPARE_NAMESEG(Signature, ACPI_SIG_SSDT))
348 if (Instance < 10
    [all...]
osbsdtbl.c 77 UINT32 Instance,
116 UINT32 Instance;
188 * Instance - Multiple table support for SSDT/UEFI (0...n)
194 * AE_LIMIT: Instance is beyond valid limit
204 UINT32 Instance,
211 /* Instance is only valid for SSDT/UEFI tables */
213 if (Instance &&
265 Status = OslGetTableViaRoot (Signature, Instance, Table, Address);
281 * 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 78 UINT32 Instance);
564 * Instance - Used for multiple SSDTs in the same file
581 UINT32 Instance)
593 Signature, Signature, Instance, Signature, Instance);
  /src/sys/external/bsd/acpica/dist/tables/
tbxface.c 262 * Instance - Which instance (for SSDTs)
277 UINT32 Instance,
302 if (++j < Instance)
350 * Instance - Which instance (for SSDTs)
368 UINT32 Instance,
404 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 34 milliseconds

1 2