Home
last modified time | relevance | path

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

/minix/sys/sys/
H A Dproc.h133 struct emul { struct
135 const char *e_path; /* Extra emulation path (NULL if none)*/ argument
139 const int *e_errno; /* Errno array */
149 int (*e_tracesig)(struct proc *, int);
150 char *e_sigcode; /* Start of sigcode */
151 char *e_esigcode; /* End of sigcode */
160 void (*e_proc_exit)(struct proc *);
162 void (*e_lwp_exit)(struct lwp *);
167 void (*e_syscall)(void);
170 struct sysctlnode *e_sysctlovly;
[all …]
/minix/bin/ps/
H A Dprint.c448 emul(void *arg, VARENT *ve, enum mode mode) in emul() function