Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dptrace.h108 #define PL_FLAG_SI 0x20 /* siginfo is valid */ macro
/freebsd-9-stable/lib/libproc/
Dproc_util.c213 (lwpinfo.pl_flags & PL_FLAG_SI) != 0) { in proc_getlwpstatus()
/freebsd-9-stable/tools/test/ptrace/
Dscescx.c98 { PL_FLAG_SI, "SI" }, in decode_pl_flags()
/freebsd-9-stable/sys/kern/
Dsys_process.c1203 pl->pl_flags |= PL_FLAG_SI;
1207 if ((pl->pl_flags & PL_FLAG_SI) == 0)
/freebsd-9-stable/lib/libthread_db/
Dlibthr_db.c493 if ((linfo.pl_flags & PL_FLAG_SI) != 0) in pt_thr_get_info_common()