Searched defs:execsw (Results 1 – 2 of 2) sorted by relevance
152 struct execsw { struct153 u_int es_hdrsz; /* size of header for this format */154 exec_makecmds_fcn es_makecmds; /* function to setup vmcmds */155 union { /* probe function */159 } u;160 struct emul *es_emul; /* os emulation */161 int es_prio; /* entry priority */162 int es_arglen; /* Extra argument size in words */164 int (*es_copyargs)(struct lwp *, struct exec_package *,167 void (*es_setregs)(struct lwp *, struct exec_package *, vaddr_t);[all …]
177 static const struct execsw **execsw = NULL; global() variable [all...]