Searched refs:PS_FST_UFLAG_MMAP (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/lib/libprocstat/ |
| H A D | libprocstat.h | 85 #define PS_FST_UFLAG_MMAP 0x0020 macro
|
| H A D | libprocstat.c | 693 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 D | fuser.c | 81 {PS_FST_UFLAG_MMAP, 'm'},
|
| H A D | fstat.c | 279 else if (fst->fs_uflags & PS_FST_UFLAG_MMAP) in print_file_info()
|