Home
last modified time | relevance | path

Searched refs:PR_ASYNC (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in91 inline int PR_ASYNC = @PR_ASYNC@; variable
92 #pragma D binding "1.0" PR_ASYNC
308 ((T->t_procp->p_proc_flag & @P_PR_ASYNC@) ? PR_ASYNC : 0) |
H A Dprocfs.sed.in103 SED_REPLACE(PR_ASYNC)
H A Ddt_proc.c491 (void) Punsetflags(P, PR_ASYNC); /* require synchronous mode */ in dt_proc_control()
/titanic_50/usr/src/cmd/ptools/pflags/
H A Dpflags.c72 |PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_MSACCT|PR_MSFORK|PR_PTRACE)
427 if (arg & PR_ASYNC) in prflags()
/titanic_50/usr/src/uts/sparc/sys/
H A Dold_procfs.h222 #define PR_ASYNC 0x0800 /* asynchronous-stop is in effect */ macro
/titanic_50/usr/src/uts/intel/sys/
H A Dold_procfs.h223 #define PR_ASYNC 0x0800 /* asynchronous-stop is in effect */ macro
/titanic_50/usr/src/cmd/truss/
H A Dmain.c756 (void) Psetflags(Proc, PR_ASYNC); in main()
836 (void) Punsetflags(Proc, PR_ASYNC); in main_thread()
2474 flags = PR_FORK | PR_ASYNC; in control()
2605 (void) Punsetflags(Proc, PR_ASYNC); in abend()
/titanic_50/usr/src/uts/common/sys/
H A Dprocfs.h215 #define PR_ASYNC 0x00800000 /* asynchronous-stop is in effect */
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1598 (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_MSACCT|PR_MSFORK|PR_PTRACE)
1615 if (flags & PR_ASYNC) in pr_set()
1649 if (flags & PR_ASYNC) in pr_unset()
H A Dprioctl.c1374 flags |= PR_ASYNC; in oprgetstatus32()
3047 (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_MSACCT|PR_PCOMPAT) in prmapsetflags()
3057 if (flags & PR_ASYNC) in prmapsetflags()
3215 flags |= PR_ASYNC; in oprgetstatus()
H A Dprsubr.c959 flags |= PR_ASYNC; in prgetlwpstatus32()
1185 flags |= PR_ASYNC; in prgetlwpstatus()
/titanic_50/usr/src/lib/libproc/common/
H A DPgcore.c205 if (lsp->pr_flags & PR_ASYNC) in mkprstatus()
330 if (lsp->pr_flags & PR_ASYNC) in mkprstatus32()
H A DPcontrol.c1549 #define ALL_SETTABLE_FLAGS (PR_FORK|PR_RLC|PR_KLC|PR_ASYNC|PR_BPTADJ|PR_PTRACE)
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg271 @ MSG_PR_FLAGS_ASYNC "PR_ASYNC"
H A Dcorenote.c1193 { PR_ASYNC, MSG_PR_FLAGS_ASYNC }, in conv_cnote_pr_flags()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1206 flags |= PR_ASYNC; in gcore_prgetlwpstatus()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c451 (void) Punsetflags(P, PR_ASYNC); /* require synchronous mode */ in pt_post_attach()
687 (void) Punsetflags(C, PR_ASYNC); /* require synchronous mode */ in pt_fork()