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

/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()
/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/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.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/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/Additions/x11/x11include/xorg-server-1.16.0/
H A Dinputstr.h534 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dinputstr.h534 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/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
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dinputstr.h500 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dinputstr.h480 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dinputstr.h547 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dinputstr.h532 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dinputstr.h534 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dinputstr.h534 Bool startup; /* true if needs to be turned on at member in struct:_DeviceIntRec
/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...]

Completed in 117 milliseconds