Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libprocstat/
H A Dlibprocstat.h85 #define PS_FST_UFLAG_MMAP 0x0020 macro
H A Dlibprocstat.c693 PS_FST_UFLAG_MMAP, 0, 0, NULL, NULL); in procstat_getfiles_kvm()
939 fflags, PS_FST_UFLAG_MMAP, refcount, offset, path, in procstat_getfiles_sysctl()
1402 if (fst->fs_uflags & PS_FST_UFLAG_MMAP) { in procstat_get_vnode_info_sysctl()
/freebsd-13.1/usr.bin/fstat/
H A Dfuser.c81 {PS_FST_UFLAG_MMAP, 'm'},
H A Dfstat.c279 else if (fst->fs_uflags & PS_FST_UFLAG_MMAP) in print_file_info()