Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDptrace.h109 #define PL_FLAG_SI 0x20 /* siginfo is valid */ macro
/NextBSD/lib/libproc/
HDproc_util.c213 (lwpinfo.pl_flags & PL_FLAG_SI) != 0) { in proc_getlwpstatus()
/NextBSD/tools/test/ptrace/
HDscescx.c98 { PL_FLAG_SI, "SI" }, in decode_pl_flags()
/NextBSD/sys/kern/
HDsys_process.c1249 pl->pl_flags |= PL_FLAG_SI;
1253 if ((pl->pl_flags & PL_FLAG_SI) == 0)
/NextBSD/lib/libthread_db/
HDlibthr_db.c493 if ((linfo.pl_flags & PL_FLAG_SI) != 0) in pt_thr_get_info_common()