Searched refs:process (Results 276 - 300 of 593) sorted by relevance

<<11121314151617181920>>

/freebsd-current/tests/sys/fs/fusefs/
H A Dmknod.cc74 EXPECT_CALL(*m_mock, process(
117 EXPECT_CALL(*m_mock, process(
188 EXPECT_CALL(*m_mock, process(
H A Ddestroy.cc99 EXPECT_CALL(*m_mock, process(
H A Dread.cc207 EXPECT_CALL(*m_mock, process(
219 EXPECT_CALL(*m_mock, process(
290 EXPECT_CALL(*m_mock, process(
302 EXPECT_CALL(*m_mock, process(
433 EXPECT_CALL(*m_mock, process(
483 EXPECT_CALL(*m_mock, process(
522 EXPECT_CALL(*m_mock, process(
647 EXPECT_CALL(*m_mock, process(
817 EXPECT_CALL(*m_mock, process(
934 EXPECT_CALL(*m_mock, process(
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp37 NativeThreadNetBSD::NativeThreadNetBSD(NativeProcessNetBSD &process, argument
39 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid),
41 NativeRegisterContextNetBSD::CreateHostNativeRegisterContextNetBSD(process.GetArchitecture(), *this)
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp286 Process *process = exe_ctx.GetProcessPtr(); local
287 if (process && process->IsPossibleDynamicValue(*this))
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp35 NativeThreadFreeBSD::NativeThreadFreeBSD(NativeProcessFreeBSD &process, argument
37 : NativeThreadProtocol(process, tid), m_state(StateType::eStateInvalid),
41 process.GetArchitecture(), *this)),
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp107 Process *process = exe_ctx.GetProcessPtr(); local
108 if (process && reg_info.byte_size == process->GetAddressByteSize()) {
/freebsd-current/contrib/kyua/utils/process/
H A Dsystembuf_test.cpp29 #include "utils/process/systembuf.hpp"
42 using utils::process::systembuf;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h23 // This is a thread list with lots of functionality for use only by the process
30 ThreadList(Process *process);
115 /// will return false for WillResume, and then the process will not be
119 /// \b true instructs the process to resume normally,
121 /// the process will not actually run. The thread must then return
146 Process *m_process; ///< The process that manages this thread list.
148 m_stop_id; ///< The process stop ID that this thread list is valid for.
H A DTargetList.h70 /// process.
144 /// with a matching process ID.
149 /// Find the target that contains a process with process ID \a
153 /// The process ID to search our target list for.
157 /// pointer will contain nullptr if no target objects own a process
158 /// with a matching process ID.
161 lldb::TargetSP FindTargetWithProcess(lldb_private::Process *process) const;
167 /// Find the target that contains the process with process I
[all...]
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_gtc.c138 eap->process = eap_gtc_process;
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_i.h36 void (*process)(struct eap_sm *sm, void *priv, member in struct:eap_method
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h30 ThreadGDBRemote(Process &process, lldb::tid_t tid);
/freebsd-current/crypto/openssl/apps/
H A Dstoreutl.c19 static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata,
319 ret = process(argv[0], get_ui_method(), &pw_cb_data,
350 static int process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, function
440 ret += process(suburi, uimeth, uidata,
/freebsd-current/sys/crypto/openssl/arm/
H A Dsha512-armv4.S37 @ Add NEON implementation. On Cortex A8 it was measured to process
/freebsd-current/sys/crypto/openssl/
H A Dossl.c383 return (s->cipher.cipher->process(&s->cipher, crp, csp));
393 error = s->cipher.cipher->process(&s->cipher, crp, csp);
399 error = s->cipher.cipher->process(&s->cipher, crp, csp);
415 return (s->cipher.cipher->process(&s->cipher, crp, csp));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h80 Error process();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSArray.cpp164 __NSArrayMSize_Impl(lldb_private::Process &process, argument
167 valobj_addr + process.GetAddressByteSize();
169 process.ReadMemory(start_of_descriptor, &descriptor,
178 __NSArrayMSize(lldb_private::Process &process, lldb::addr_t valobj_addr, argument
180 if (process.GetAddressByteSize() == 4) {
181 return __NSArrayMSize_Impl<DataDescriptor<uint32_t>>(process, valobj_addr,
184 return __NSArrayMSize_Impl<DataDescriptor<uint64_t>>(process, valobj_addr,
277 __NSFrozenArrayMSize(lldb_private::Process &process, lldb::addr_t valobj_addr, argument
279 return Foundation1437::__NSArrayMSize(process, valobj_addr, error);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp52 ThreadElfCore::ThreadElfCore(Process &process, const ThreadData &td) argument
53 : Thread(process, td.tid), m_thread_name(td.name), m_thread_reg_ctx_sp(),
84 ProcessElfCore *process = static_cast<ProcessElfCore *>(GetProcess().get());
85 ArchSpec arch = process->GetArchitecture();
H A DThreadElfCore.h138 ThreadElfCore(lldb_private::Process &process, const ThreadData &td);
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarname-dot-curdir.mk10 # while a process runs in it, but this is so unrealistic that it's no worth
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dprocess.cpp26 #include "atf-c++/detail/process.hpp"
31 #include "atf-c/detail/process.h"
40 namespace detail = atf::process::detail;
41 namespace impl = atf::process;
42 #define IMPL_NAME "atf::process"
342 // iostreams, so we cannot do it from the C library where all the process
/freebsd-current/contrib/tcsh/
H A Dtc.decls.h89 extern struct process *find_stop_ed (void);
90 extern void fg_proc_entry (struct process *);
/freebsd-current/tools/test/stress2/misc/
H A Dsigaltstack.sh95 // and the tail of the process thread list.
/freebsd-current/contrib/libcbor/doc/
H A DMakefile70 @echo "Build finished; now you can process the pickle files."
75 @echo "Build finished; now you can process the JSON files."

Completed in 390 milliseconds

<<11121314151617181920>>