Searched defs:execsw (Results 1 – 2 of 2) sorted by relevance
62 struct execsw { struct63 int (*ex_imgact)(struct image_params *);64 const char *ex_name;
214 static const struct execsw **execsw; variable