Home
last modified time | relevance | path

Searched defs:process_select (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/top/
H A Dmachine.h62 struct process_select struct
64 bool idle; /* show idle processes */
65 bool self; /* show self */
66 bool system; /* show system processes */
67 bool thread; /* show threads */
68 bool thread_id; /* show thread ids */
70 int uid[TOP_MAX_UIDS]; /* only these uids (unless uid[0] == -1) */
94 extern struct process_select ps; argument