Home
last modified time | relevance | path

Searched defs:execsw (Results 1 – 1 of 1) sorted by relevance

/minix3/sys/sys/
H A Dexec.h150 struct execsw { struct
151 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 …]