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

  /src/sys/sys/
exec.h 245 #define VMCMD_BASE 0x0002 /* marks a base entry */
  /src/sys/kern/
exec_elf.c 576 flags = VMCMD_BASE;
kern_exec.c 967 KASSERTMSG((vcp->ev_flags & VMCMD_BASE) == 0,
974 if (vcp->ev_flags & VMCMD_BASE)

Completed in 17 milliseconds