Home
last modified time | relevance | path

Searched refs:process_start (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/pam-krb5/tests/tap/
H A Dprocess.h86 struct process *process_start(const char *const argv[], const char *pidfile)
H A Dprocess.c517 process_start(const char *const argv[], const char *pidfile) in process_start() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h106 Allocation(lldb::addr_t process_alloc, lldb::addr_t process_start,
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp296 lldb::addr_t process_start, size_t size, in Allocation() argument
299 : m_process_alloc(process_alloc), m_process_start(process_start), in Allocation()