Searched defs:execsw (Results 1 – 2 of 2) sorted by relevance
72 struct execsw { struct73 int (*ex_imgact)(struct image_params *);74 const char *ex_name;
208 static const struct execsw **execsw; variable