Home
last modified time | relevance | path

Searched refs:KERN_VMMAP_PACK_KINFO (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Duser.h547 #define KERN_VMMAP_PACK_KINFO 0x00000001U macro
/f-stack/freebsd/sys/
H A Duser.h597 #define KERN_VMMAP_PACK_KINFO 0x00000001U macro
/f-stack/freebsd/kern/
H A Dkern_proc.c2633 if ((flags & KERN_VMMAP_PACK_KINFO) != 0) in kern_proc_vmmap_out()
2682 error = kern_proc_vmmap_out(p, &sb, -1, KERN_VMMAP_PACK_KINFO); in sysctl_kern_proc_vmmap()
H A Dimgact_elf.c2469 vmmap_flags = KERN_VMMAP_PACK_KINFO; in note_procstat_vmmap()