Home
last modified time | relevance | path

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

/freebsd/lib/libprocstat/
H A Dlibprocstat.h83 #define PS_FST_UFLAG_MMAP 0x0020 macro
H A Dlibprocstat.c685 PS_FST_UFLAG_MMAP, 0, 0, NULL, NULL); in procstat_getfiles_kvm()
931 fflags, PS_FST_UFLAG_MMAP, refcount, offset, path, in procstat_getfiles_sysctl()
1394 if (fst->fs_uflags & PS_FST_UFLAG_MMAP) { in procstat_get_vnode_info_sysctl()
/freebsd/usr.bin/fstat/
H A Dfuser.c79 {PS_FST_UFLAG_MMAP, 'm'},
H A Dfstat.c276 else if (fst->fs_uflags & PS_FST_UFLAG_MMAP) in print_file_info()