Searched refs:Startup (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsMemoryImpl.h62 static nsresult Startup();
H A DnsTraceRefcntImpl.h56 static NS_COM void Startup();
H A DnsMemoryImpl.cpp503 nsMemoryImpl::Startup()
H A DnsTraceRefcntImpl.cpp1387 nsTraceRefcntImpl::Startup() function in class:nsTraceRefcntImpl
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIComponentLoader.idl73 const long Startup = 0;
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia16/
H A DResetVectorVtf0.asm25 ; location. (0xffffffe0) This allows the Local APIC Startup IPI to be
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsTimerImpl.h94 static NS_HIDDEN_(nsresult) Startup();
H A DnsTimerImpl.cpp170 nsTimerImpl::Startup() function in class:nsTimerImpl
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.h63 UINT32 Startup:1; ///< Was "-startup" found on command line. member in struct:__anon12750
H A DShell.c738 ShellInfoObject.ShellInitSettings.BitUnion.Bits.Startup = ShellCommandLineGetFlag(Package, L"-startup");
797 if (!ShellInfoObject.ShellInitSettings.BitUnion.Bits.Startup && ShellInfoObject.ShellInitSettings.FileName != NULL) {
822 // Without the Startup bit overriding we allow for nostartup to prevent scripts
825 || (ShellInfoObject.ShellInitSettings.BitUnion.Bits.NoStartup && !ShellInfoObject.ShellInitSettings.BitUnion.Bits.Startup)
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPComInit.cpp531 nsTraceRefcntImpl::Startup();
539 rv = nsTimerImpl::Startup();
542 // Startup the memory manager
543 rv = nsMemoryImpl::Startup();
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.c1913 PXENV_UNDI_STARTUP_T Startup; local
1942 Startup.Status = INIT_PXE_STATUS;
1944 Status = PxeUndiStartup (SimpleNetworkDevice, &Startup);
1951 if (Startup.Status != PXENV_STATUS_SUCCESS) {

Completed in 110 milliseconds