Searched refs:overlay_plugin_walk_f (Results 1 – 2 of 2) sorted by relevance
163 typedef int (*overlay_plugin_walk_f)(overlay_plugin_t *, void *); typedef164 extern void overlay_plugin_walk(overlay_plugin_walk_f, void *);
269 overlay_plugin_walk(overlay_plugin_walk_f func, void *arg) in overlay_plugin_walk()