Searched refs:process_name (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_cfg_bundle.h33 const char *process_name,
40 const char *process_name);
H A Dadf_cfg_bundle.c18 const char *process_name,
28 !strncmp(process_name,
43 const char *process_name)
48 if (adf_cfg_can_be_shared(bundle, process_name, inst->polling_mode)) {
76 const char *process_name,
92 if (strcmp(ADF_KERNEL_SEC, process_name) &&
93 strcmp(ADF_KERNEL_SAL_SEC, process_name) &&
103 process_name,
109 bundle->type = (!strcmp(ADF_KERNEL_SEC, process_name) ||
110 !strcmp(ADF_KERNEL_SAL_SEC, process_name))
17 adf_cfg_can_be_shared(struct adf_cfg_bundle *bundle, const char *process_name, int polling_mode) argument
40 adf_cfg_get_free_instance(struct adf_cfg_device *device, struct adf_cfg_bundle *bundle, struct adf_cfg_instance *inst, const char *process_name) argument
74 adf_cfg_get_ring_pairs_from_bundle(struct adf_cfg_bundle *bundle, struct adf_cfg_instance *inst, const char *process_name, struct adf_cfg_instance *bundle_inst) argument
[all...]
H A Dadf_cfg_device.c198 const char *process_name,
208 if (strcmp(ADF_KERNEL_SEC, process_name) &&
209 strcmp(ADF_KERNEL_SAL_SEC, process_name) &&
214 device, device->bundles[i], inst, process_name);
220 device->bundles[i], inst, process_name, free_inst);
227 if (!strcmp(ADF_KERNEL_SEC, process_name) ||
228 !strcmp(ADF_KERNEL_SAL_SEC, process_name))
246 process_name);
253 process_name,
266 process_name);
196 adf_cfg_get_ring_pairs(struct adf_cfg_device *device, struct adf_cfg_instance *inst, const char *process_name, struct adf_accel_dev *accel_dev) argument
[all...]
/freebsd-current/sys/dev/qat/include/
H A Dadf_cfg_device.h73 const char *process_name,
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h218 ProcessInstanceInfoMatch(const char *process_name, argument
221 m_match_info.GetExecutableFile().SetFile(process_name,
242 /// Return true iff the process name in this object matches process_name.
243 bool NameMatches(const char *process_name) const;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h61 DoAttachToProcessWithName(const char *process_name,
H A DScriptedProcess.cpp211 const char *process_name, const ProcessAttachInfo &attach_info) {
210 DoAttachToProcessWithName( const char *process_name, const ProcessAttachInfo &attach_info) argument
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp258 bool ProcessInstanceInfoMatch::NameMatches(const char *process_name) const {
265 return lldb_private::NameMatches(process_name, m_name_match_type, match_name);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp392 llvm::StringRef process_name, bool include_existing) {
401 process_name, llvm::sys::path::Style::native);
413 LLDB_LOG(log, "waiting for '{0}' to appear", process_name);
443 process_name);
3456 std::string process_name;
3457 if (!packet.GetHexByteString(process_name))
3461 LLDB_LOG(log, "attempting to attach to process named '{0}'", process_name);
3463 Status error = AttachWaitProcess(process_name, false);
3465 LLDB_LOG(log, "failed to attach to process named '{0}': {1}", process_name,
3495 std::string process_name;
391 AttachWaitProcess( llvm::StringRef process_name, bool include_existing) argument
[all...]
H A DProcessGDBRemote.h92 Status DoWillAttachToProcessWithName(const char *process_name,
103 DoAttachToProcessWithName(const char *process_name,
H A DGDBRemoteCommunicationServerLLGS.h73 Status AttachWaitProcess(llvm::StringRef process_name, bool include_existing);
H A DProcessGDBRemote.cpp522 Status ProcessGDBRemote::DoWillAttachToProcessWithName(const char *process_name,
1102 const char *process_name, const ProcessAttachInfo &attach_info) {
1107 if (process_name && process_name[0]) {
1126 packet.PutBytesAsRawHex8(process_name, strlen(process_name),
1101 DoAttachToProcessWithName( const char *process_name, const ProcessAttachInfo &attach_info) argument
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp121 const std::string &process_name) {
120 handle_attach_to_process_name(GDBRemoteCommunicationServerLLGS &gdb_server, const std::string &process_name) argument
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2801 Status Process::WillAttachToProcessWithName(const char *process_name,
2803 return DoWillAttachToProcessWithName(process_name, wait_for_launch);
2820 char process_name[PATH_MAX];
2822 if (attach_info.GetExecutableFile().GetPath(process_name,
2823 sizeof(process_name))) {
2827 error = WillAttachToProcessWithName(process_name, wait_for_launch);
2834 error = DoAttachToProcessWithName(process_name, attach_info);
2870 process_name, sizeof(process_name));
2879 "more than one process named %s:\n%s", process_name,
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h961 Status WillAttachToProcessWithName(const char *process_name,
970 virtual Status DoWillAttachToProcessWithName(const char *process_name, argument
1013 /// \param[in] process_name
1025 DoAttachToProcessWithName(const char *process_name, argument

Completed in 226 milliseconds