Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libprocstat/
Dlibprocstat.h75 #define PS_FST_UFLAG_JAIL 0x0004 macro
Dlibprocstat.c495 PS_FST_FFLAG_READ, PS_FST_UFLAG_JAIL, 0, 0, NULL, 0); in procstat_getfiles_kvm()
731 return (PS_FST_UFLAG_JAIL); in kinfo_uflags2fst()
/freebsd-9-stable/usr.bin/fstat/
Dfuser.c76 {PS_FST_UFLAG_JAIL, 'j'},
Dfstat.c272 else if (fst->fs_uflags & PS_FST_UFLAG_JAIL) in print_file_info()
/freebsd-9-stable/usr.bin/procstat/
Dprocstat_files.c312 else if (fst->fs_uflags & PS_FST_UFLAG_JAIL) in procstat_files()