Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-kthread.m428 dnl # 5.17: enum pid_type introduced as 4th arg
30 dnl # kernel_siginfo_t *info, enum pid_type *type)
34 dnl # enum pid_type *type)
72 enum pid_type *type = NULL;
83 enum pid_type *type = NULL;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp224 CompilerType &pid_type = int_type; in GetSiginfoType() local
243 ast->AddFieldToRecordType(ptrace_option_type, "_pe_other_pid", pid_type, in GetSiginfoType()
282 {"_pid", pid_type}, in GetSiginfoType()
292 {"_pid", pid_type}, in GetSiginfoType()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c174 enum pid_type __type;
177 enum pid_type __type;
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpid.h34 enum pid_type { enum
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp204 CompilerType &pid_type = int_type; in GetSiginfoType() local
228 ast->AddFieldToRecordType(siginfo_type, "si_pid", pid_type, in GetSiginfoType()