HomeSort by: relevance | last modified time | path
    Searched refs:exec_vmcmd (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/hp300/include/
hpux_machdep.h 63 struct exec_vmcmd;
66 int hpux_cpu_vmcmd(struct lwp *, struct exec_vmcmd *);
  /src/sys/sys/
exec.h 137 * the exec_vmcmd struct defines a command description to be used
181 struct exec_vmcmd *evs_cmds;
235 struct exec_vmcmd { struct
236 int (*ev_proc)(struct lwp *, struct exec_vmcmd *);
255 void kill_vmcmd (struct exec_vmcmd **);
260 int vmcmd_map_pagedvn (struct lwp *, struct exec_vmcmd *);
261 int vmcmd_map_readvn (struct lwp *, struct exec_vmcmd *);
262 int vmcmd_readvn (struct lwp *, struct exec_vmcmd *);
263 int vmcmd_map_zero (struct lwp *, struct exec_vmcmd *);
296 int (*)(struct lwp *, struct exec_vmcmd *),
    [all...]
  /src/sys/kern/
exec_subr.c 85 int (*proc)(struct lwp * l, struct exec_vmcmd *),
89 struct exec_vmcmd *vcp;
111 struct exec_vmcmd *nvcp;
127 nvcp = kmem_alloc(evsp->evs_cnt * sizeof(struct exec_vmcmd), KM_SLEEP);
132 (ocnt * sizeof(struct exec_vmcmd)));
133 kmem_free(evsp->evs_cmds, ocnt * sizeof(struct exec_vmcmd));
141 struct exec_vmcmd *vcp;
154 kmem_free(evsp->evs_cmds, evsp->evs_cnt * sizeof(struct exec_vmcmd));
165 vmcmd_get_prot(struct lwp *l, const struct exec_vmcmd *cmd, vm_prot_t *prot,
179 vmcmd_map_pagedvn(struct lwp *l, struct exec_vmcmd *cmd
    [all...]
kern_exec.c 941 struct exec_vmcmd *base_vcp;
961 struct exec_vmcmd *vcp;
2967 struct exec_vmcmd *vp = &epp->ep_vmcmds.evs_cmds[0];
  /src/sys/compat/linux32/arch/aarch64/
linux32_exec_machdep.c 51 vmcmd_linux32_kuser_helper_map(struct lwp *l, struct exec_vmcmd *cmd)
  /src/sys/compat/linux/common/
linux_uselib.c 150 struct exec_vmcmd *vcp;

Completed in 15 milliseconds