Home
last modified time | relevance | path

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

/freebsd/usr.bin/procstat/
H A Dprocstat_ptlwpinfo.c66 if ((pl[i].pl_flags & PL_FLAG_SI) != 0) { in procstat_ptlwpinfo()
/freebsd/lib/libproc/
H A Dproc_util.c220 (lwpinfo.pl_flags & PL_FLAG_SI) != 0) { in proc_getlwpstatus()
/freebsd/sys/sys/
H A Dptrace.h130 #define PL_FLAG_SI 0x20 /* siginfo is valid */ macro
/freebsd/tests/sys/kern/
H A Dptrace_test.c1536 ATF_REQUIRE(pl.pl_flags & PL_FLAG_SI); in ATF_TC_BODY()
2660 ATF_REQUIRE(pl.pl_flags & PL_FLAG_SI); in ATF_TC_BODY()
2809 ATF_REQUIRE(pl.pl_flags & PL_FLAG_SI); in ATF_TC_BODY()
3447 ATF_REQUIRE(pl.pl_flags & PL_FLAG_SI); in ATF_TC_BODY()
3614 ATF_REQUIRE(pl.pl_flags & PL_FLAG_SI); in ATF_TC_BODY()
3627 ATF_REQUIRE(pl.pl_flags & PL_FLAG_SI); in ATF_TC_BODY()
3640 ATF_REQUIRE(pl.pl_flags & PL_FLAG_SI); in ATF_TC_BODY()
3692 ATF_REQUIRE((pl.pl_flags & PL_FLAG_SI) != 0); in ATF_TC_BODY()
3744 ATF_REQUIRE((pl.pl_flags & PL_FLAG_SI) != 0); in ATF_TC_BODY()
3966 ATF_REQUIRE(pl.pl_flags & PL_FLAG_SI); in ATF_TC_BODY()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp334 if (!(info.pl_flags & PL_FLAG_SI)) in GetSiginfo()
H A DNativeProcessFreeBSD.cpp292 if (info.pl_flags & PL_FLAG_SI) { in MonitorSIGTRAP()
368 assert(info.pl_flags & PL_FLAG_SI); in MonitorSignal()
/freebsd/tools/test/ptrace/
H A Dscescx.c96 { PL_FLAG_SI, "SI" }, in decode_pl_flags()
/freebsd/sys/compat/linux/
H A Dlinux_ptrace.c249 if ((lwpinfo.pl_flags & PL_FLAG_SI) == 0) { in linux_ptrace_getsiginfo()
/freebsd/lib/libthread_db/
H A Dlibthr_db.c493 if ((linfo.pl_flags & PL_FLAG_SI) != 0) in pt_thr_get_info_common()
/freebsd/usr.bin/truss/
H A Dsetup.c740 if (pl->pl_event == PL_EVENT_SIGNAL && pl->pl_flags & PL_FLAG_SI) in report_signal()
/freebsd/sys/kern/
H A Dsys_process.c1490 pl->pl_flags |= PL_FLAG_SI; in kern_ptrace()
H A Dimgact_elf.c2386 pl.pl_flags |= PL_FLAG_SI; in __elfN()