Searched refs:startup (Results 1 - 25 of 36) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dinit.c26 * Initialisation, startup and shutdown routines
30 /** "startup() has been called" flag */
55 * probing devices. You may call startup() and shutdown() multiple
58 void startup ( void ) { function
64 /* Call registered startup functions */
66 if ( startup_fn->startup )
67 startup_fn->startup();
78 * This function reverses the actions of startup(), and leaves iPXE in
79 * a state ready to be removed from memory. You may call startup()
H A Dmain.c68 startup();
H A Ddevice.c109 .startup = probe_devices,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dinit.h37 * A startup/shutdown function
40 * part of the calls to startup() and shutdown().
43 void ( * startup ) ( void ); member in struct:startup_fn
50 /** Declare a startup/shutdown function */
56 * Shutdown functions are called in the reverse order to startup
62 #define STARTUP_EARLY 01 /**< Early startup */
63 #define STARTUP_NORMAL 02 /**< Normal startup */
64 #define STARTUP_LATE 03 /**< Late startup */
69 extern void startup ( void );
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/prefix/
H A Defidrvprefix.c42 startup();
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Drbg.c93 /** RBG startup function */
97 * stage, but a failed startup will result in an invalid DRBG
110 /** RBG startup table entry */
112 .startup = rbg_startup_fn,
/vbox/src/VBox/Devices/PC/ipxe/src/interface/linux/
H A Dlinux_console.c153 .startup = linux_console_startup,
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/firmware/pcbios/
H A Dhidemem.c216 /** Hide Etherboot startup function */
218 .startup = hide_etherboot,
/vbox/src/VBox/Devices/PC/ipxe/src/hci/
H A Dlinux_args.c188 .startup = linux_args_parse,
/vbox/src/libs/libpng-1.2.8/projects/visualc71/
H A DREADME_zlib.txt20 binaries set "zlib" as the startup project (Select "zlib" tree view item +
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Druntime.c263 .startup = runtime_init,
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dtulip.c502 static void select_media(struct nic *nic, int startup);
1686 static void select_media(struct nic *nic, int startup)
1703 if (startup)
1718 if (startup && mtable->has_reset) {
1745 if (startup) {
1751 if (startup) outl(csr13val, ioaddr + CSR13);
1773 if (startup)
1783 if (startup) {
1792 if (startup < 2) {
1820 if (startup
1672 select_media(struct nic *nic, int startup) argument
[all...]
/vbox/src/VBox/Installer/darwin/DiskImage/
H A DVirtualBox_Uninstall.tool85 test -f /Library/LaunchDaemons/org.virtualbox.startup.plist && my_files+=("/Library/LaunchDaemons/org.virtualbox.startup.plist")
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dinputstr.h245 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dinputstr.h284 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dinputstr.h285 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_preboot.c296 startup();
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dinputstr.h247 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dinputstr.h247 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dinputstr.h247 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainA-win.asm42 ; Alternative code for LdrInitializeThunk that performs the early process startup
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dinputstr.h426 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dinputstr.h482 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dinputstr.h490 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dinputstr.h499 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec

Completed in 2588 milliseconds

12