HomeSort by relevance Sort by last modified time
    Searched defs:startup_fn (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/core/
init.c 59 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->shutdown ( flags )
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
init.h 51 struct startup_fn { struct
57 #define STARTUP_FNS __table ( struct startup_fn, "startup_fns" )

Completed in 544 milliseconds