Home
last modified time | relevance | path

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

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