Searched defs:STARTUP_NORMAL (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/ | ||
H A D | rbg.c | 111 struct startup_fn startup_rbg __startup_fn ( STARTUP_NORMAL ) = { variable in typeref:struct:__startup_fn |
/vbox/src/VBox/Devices/PC/ipxe/src/core/ | ||
H A D | device.c | 108 struct startup_fn startup_devices __startup_fn ( STARTUP_NORMAL ) = { variable in typeref:struct:__startup_fn |
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/ | ||
H A D | runtime.c | 262 struct startup_fn runtime_startup_fn __startup_fn ( STARTUP_NORMAL ) = { variable in typeref:struct:__startup_fn |
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ | ||
H A D | init.h | 63 #define STARTUP_NORMAL 02 /**< Normal startup */ macro |
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/ | ||
H A D | efi_pci.c | 526 struct startup_fn startup_pci __startup_fn ( STARTUP_NORMAL ) = { variable in typeref:struct:__startup_fn |
Completed in 44 milliseconds