Searched defs:execsw (Results 1 – 1 of 1) sorted by relevance
150 struct execsw { struct151 u_int es_hdrsz; /* size of header for this format */152 exec_makecmds_fcn es_makecmds; /* function to setup vmcmds */153 union { /* probe function */157 } u;158 struct emul *es_emul; /* os emulation */159 int es_prio; /* entry priority */160 int es_arglen; /* Extra argument size in words */162 int (*es_copyargs)(struct lwp *, struct exec_package *,165 void (*es_setregs)(struct lwp *, struct exec_package *, vaddr_t);[all …]