Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dexec.h152 struct execsw { struct
153 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 …]
/netbsd-src/sys/kern/
H A Dkern_exec.c177 static const struct execsw **execsw = NULL; global() variable
[all...]