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

/external/syslinux/gpxe/src/core/
H A Dinit.c44 struct init_fn *init_fn; local
47 for_each_table_entry ( init_fn, INIT_FNS )
48 init_fn->initialise ();
/external/syslinux/gpxe/src/include/gpxe/
H A Dinit.h14 struct init_fn { struct
19 #define INIT_FNS __table ( struct init_fn, "init_fns" )

Completed in 260 milliseconds