Searched defs:startup_fn (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dinit.c59 struct startup_fn *startup_fn; local
65 for_each_table_entry ( startup_fn, STARTUP_FNS ) {
66 if ( startup_fn->startup )
67 startup_fn->startup();
86 struct startup_fn *startup_fn; local
92 for_each_table_entry_reverse ( startup_fn, STARTUP_FNS ) {
93 if ( startup_fn->shutdown )
94 startup_fn
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dinit.h42 struct startup_fn { struct
48 #define STARTUP_FNS __table ( struct startup_fn, "startup_fns" )

Completed in 50 milliseconds