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

  /src/sys/arch/ia64/stand/common/
environment.c 137 ev->ev_flags = flags & (EV_DYNAMIC);
208 if (ev->ev_flags & EV_DYNAMIC)
bootstrap.h 364 int ev_flags; member in struct:env_var
  /src/sys/kern/
exec_subr.c 105 vcp->ev_flags = flags;
346 if (cmd->ev_flags & VMCMD_STACK)
kern_exec.c 964 if (vcp->ev_flags & VMCMD_RELATIVE) {
967 KASSERTMSG((vcp->ev_flags & VMCMD_BASE) == 0,
974 if (vcp->ev_flags & VMCMD_BASE)
2988 vp[j].ev_flags));
  /src/sys/sys/
exec.h 243 int ev_flags; member in struct:exec_vmcmd

Completed in 96 milliseconds