Home
last modified time | relevance | path

Searched refs:PS_FST_UFLAG_JAIL (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libprocstat/
H A Dlibprocstat.h80 #define PS_FST_UFLAG_JAIL 0x0004 macro
H A Dlibprocstat.c528 PS_FST_FFLAG_READ, PS_FST_UFLAG_JAIL, 0, 0, NULL, NULL); in procstat_getfiles_kvm()
779 return (PS_FST_UFLAG_JAIL); in kinfo_uflags2fst()
/freebsd/usr.bin/fstat/
H A Dfuser.c76 {PS_FST_UFLAG_JAIL, 'j'},
H A Dfstat.c278 else if (fst->fs_uflags & PS_FST_UFLAG_JAIL) in print_file_info()
/freebsd/usr.bin/procstat/
H A Dprocstat_files.c344 else if (fst->fs_uflags & PS_FST_UFLAG_JAIL) in procstat_files()