Home
last modified time | relevance | path

Searched refs:KSI_PTRACE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignalvar.h242 #define KSI_PTRACE 0x20 /* Generated by ptrace. */ macro
243 #define KSI_COPYMASK (KSI_TRAP | KSI_SIGQ | KSI_PTRACE)
/f-stack/freebsd/kern/
H A Dkern_sig.c323 si->ksi_flags |= KSI_PTRACE; in sigqueue_get()
429 if ((si->ksi_flags & KSI_PTRACE) != 0) { in sigqueue_add()
2587 if (si == NULL || (si->ksi_flags & KSI_PTRACE) == 0) { in ptracestop()
2674 ksi.ksi_flags |= KSI_PTRACE; in ptracestop()