HomeSort by: relevance | last modified time | path
    Searched defs:exec_package (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
exec.h 132 * the exec_package struct defines an executable being execve()'d.
146 struct exec_package;
150 typedef int (*exec_makecmds_fcn)(struct lwp *, struct exec_package *);
157 struct exec_package *, void *, char *, vaddr_t *);
158 int (*ecoff_probe_func)(struct lwp *, struct exec_package *);
164 int (*es_copyargs)(struct lwp *, struct exec_package *,
167 void (*es_setregs)(struct lwp *, struct exec_package *, vaddr_t);
170 int (*es_setup_stack)(struct lwp *, struct exec_package *);
190 struct exec_package { struct
256 int exec_makecmds (struct lwp *, struct exec_package *);
    [all...]
exec.h 132 * the exec_package struct defines an executable being execve()'d.
146 struct exec_package;
150 typedef int (*exec_makecmds_fcn)(struct lwp *, struct exec_package *);
157 struct exec_package *, void *, char *, vaddr_t *);
158 int (*ecoff_probe_func)(struct lwp *, struct exec_package *);
164 int (*es_copyargs)(struct lwp *, struct exec_package *,
167 void (*es_setregs)(struct lwp *, struct exec_package *, vaddr_t);
170 int (*es_setup_stack)(struct lwp *, struct exec_package *);
190 struct exec_package { struct
256 int exec_makecmds (struct lwp *, struct exec_package *);
    [all...]

Completed in 23 milliseconds