Lines Matching refs:proc_flags
1040 long proc_flags (procinfo * pi);
1189 PROC_PRETTYFPRINT_STATUS (proc_flags (pi), in proc_get_status()
1212 proc_flags (procinfo *pi) in proc_flags() function
1652 PROC_PRETTYFPRINT_STATUS (proc_flags (pi), in proc_stop_process()
1698 PROC_PRETTYFPRINT_STATUS (proc_flags (pi), in proc_wait_for_stop()
3602 if (proc_flags (pi) & (PR_STOPPED | PR_ISTOP)) in do_attach()
3667 if (signo || (proc_flags (pi) & (PR_STOPPED | PR_ISTOP))) in do_detach()
3924 flags = proc_flags (pi); in procfs_wait()
3930 if (!(proc_flags (pi) & (PR_STOPPED | PR_ISTOP)) && in procfs_wait()
3968 flags = proc_flags (pi); in procfs_wait()
4478 if (proc_flags (pi) & PR_ASLWP)
4842 if (!(proc_flags (pi) & PR_STOPPED) && in procfs_init_inferior()
5320 if (proc_flags (pi) & (PR_STOPPED | PR_ISTOP)) in procfs_stopped_by_watchpoint()
5878 proc_prettyprint_flags (proc_flags (process), 1); in info_proc_cmd()
5879 if (proc_flags (process) & (PR_STOPPED | PR_ISTOP)) in info_proc_cmd()
5888 proc_prettyprint_flags (proc_flags (thread), 1); in info_proc_cmd()
5889 if (proc_flags (thread) & (PR_STOPPED | PR_ISTOP)) in info_proc_cmd()