Home
last modified time | relevance | path

Searched refs:procstat_opts (Results 1 – 18 of 18) sorted by relevance

/freebsd/usr.bin/procstat/
H A Dprocstat.c60 int procstat_opts = 0; variable
318 procstat_opts |= PS_OPT_CAPABILITIES; in main()
336 procstat_opts |= PS_OPT_PERTHREAD; in main()
339 procstat_opts |= PS_OPT_NOHEADER; in main()
353 if ((procstat_opts & PS_OPT_VERBOSE) != 0) in main()
355 procstat_opts |= PS_OPT_VERBOSE; in main()
379 procstat_opts |= PS_OPT_SIGNUM; in main()
429 if ((procstat_opts & PS_SUBCOMMAND_OPTS) != 0) in main()
447 (procstat_opts & PS_OPT_CAPABILITIES) != 0 && in main()
484 procstat_opts |= PS_OPT_NOHEADER; in main()
[all …]
H A Dprocstat_rusage.c106 if ((procstat_opts & PS_OPT_PERTHREAD) != 0) in print_prefix()
125 if ((procstat_opts & PS_OPT_PERTHREAD) != 0) { in print_rusage()
154 if ((procstat_opts & PS_OPT_PERTHREAD) != 0) { in print_rusage()
166 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_rusage()
168 if ((procstat_opts & PS_OPT_PERTHREAD) != 0) in procstat_rusage()
174 if ((procstat_opts & PS_OPT_PERTHREAD) == 0) { in procstat_rusage()
H A Dprocstat_sigs.c53 if ((procstat_opts & PS_OPT_SIGNUM) == 0 && sig < sys_nsig) { in procstat_print_signame()
72 if ((procstat_opts & PS_OPT_SIGNUM) == 0 && sig < sys_nsig) { in procstat_close_signame()
116 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_sigs()
145 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_threads_sigs()
197 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_sigfastblock()
H A Dprocstat_files.c309 (procstat_opts & PS_OPT_CAPABILITIES) != 0) { in procstat_files()
319 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_files()
320 if ((procstat_opts & PS_OPT_CAPABILITIES) != 0) in procstat_files()
428 if ((procstat_opts & PS_OPT_CAPABILITIES) == 0) { in procstat_files()
525 if ((procstat_opts & PS_OPT_CAPABILITIES) == 0) { in procstat_files()
537 if ((procstat_opts & PS_OPT_CAPABILITIES) != 0) { in procstat_files()
H A Dprocstat_args.c50 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_args()
77 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_env()
H A Dprocstat_kstack.c173 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_kstack()
238 (procstat_opts & PS_OPT_VERBOSE) != 0 ? 2 : 1); in procstat_kstack()
241 (procstat_opts & PS_OPT_VERBOSE) != 0 ? 2 : 1); in procstat_kstack()
H A Dprocstat_bin.c49 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_bin()
H A Dprocstat_rlimitusage.c55 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_rlimitusage()
H A Dprocstat_basic.c45 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_basic()
H A Dprocstat_ptlwpinfo.c45 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_ptlwpinfo()
H A Dprocstat_advlock.c50 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_advlocks()
H A Dprocstat_cred.c51 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_cred()
H A Dprocstat_rlimit.c97 if ((procstat_opts & PS_OPT_NOHEADER) == 0) { in procstat_rlimit()
H A Dprocstat_threads.c51 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_threads()
H A Dprocstat_cs.c53 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_cs()
H A Dprocstat.h52 extern int procstat_opts;
H A Dprocstat_vm.c53 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_vm()
H A Dprocstat_auxv.c54 if ((procstat_opts & PS_OPT_NOHEADER) == 0) in procstat_auxv()