Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/config/
HDkernel-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-head/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
HDPlatformNetBSD.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-head/sys/contrib/openzfs/module/os/linux/spl/
HDspl-thread.c173 enum pid_type __type;
176 enum pid_type __type;
/freebsd-head/sys/compat/linuxkpi/common/include/linux/
HDpid.h34 enum pid_type { enum
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.cpp204 CompilerType &pid_type = int_type; in GetSiginfoType() local
228 ast->AddFieldToRecordType(siginfo_type, "si_pid", pid_type, in GetSiginfoType()