Searched refs:process (Results 251 - 275 of 413) sorted by relevance

<<11121314151617

/freebsd-11.0-release/contrib/blacklist/bin/
H A Dblacklistd.c168 process(bl_t bl) function
527 process(bl[i]);
/freebsd-11.0-release/contrib/bmake/
H A Dbsd.after-import.mk7 # target to allow the process to be easily repeated.
/freebsd-11.0-release/share/mk/
H A Dbsd.progs.mk76 # These are handled by the main make process.
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSystemInitializerFull.cpp196 lldb::ProcessSP& process,
318 // The process settings need to know about installed plug-ins, so the Settings must be initialized
H A DSBModule.cpp62 SBModule::SBModule (lldb::SBProcess &process, lldb::addr_t header_addr) : argument
65 ProcessSP process_sp (process.GetSP());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp159 Process *process = exe_ctx.GetProcessPtr(); local
161 process->ReadMemory(func_remote_addr, buffer_sp->GetBytes(), buffer_sp->GetByteSize(), err);
166 ret.SetErrorStringWithFormat("Couldn't read from process: %s", err.AsCString("unknown error"));
183 if (!process)
186 ret.SetErrorString("Couldn't find the process");
191 process->GetByteOrder(),
248 error.SetErrorString("Couldn't write the JIT compiled code into the process because the process is invalid");
H A DDWARFExpression.cpp662 //DWARFExpression::LocationListContainsLoadAddress (Process* process, const Address &addr) const
664 // return LocationListContainsLoadAddress(process, addr.GetLoadAddress(process));
668 //DWARFExpression::LocationListContainsLoadAddress (Process* process, addr_t load_addr) const
677 // addr_t loc_list_base_addr = m_loclist_slide.GetLoadAddress(process);
1248 Process *process = NULL; local
1253 process = exe_ctx->GetProcessPtr();
1316 // running process where shared libraries have been slid. To account for
1376 if (process)
1380 lldb::addr_t pointer_value = process
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/netbsd/
H A DHost.cpp214 if (proc_kinfo[i].p_pid == our_pid || // Skip this process
222 // Every thread is a process in NetBSD, but all the threads of a single
223 // process have the same pid. Do not store the process info in the
224 // result list if a process with given identifier is already registered
278 Host::GetAuxvData(lldb_private::Process *process) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h129 /// variables for the process.
294 /// @param[in] process
295 /// The process to use. For Objective-C symbols, the process's
296 /// Objective-C language runtime may be queried if the process
310 Process *process,
424 ClangPersistentVariables *m_persistent_vars = nullptr; ///< The persistent variables for the process.
569 /// The type of the found value, as it was found in the user process.
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h181 /// Registers the given message with this process.
202 CreateNewFreeBSDThread(lldb_private::Process &process, lldb::tid_t tid);
214 /// Message queue notifying this instance of inferior process state changes.
221 /// Returns true if the process has exited.
224 /// Returns true if the process is stopped.
/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap_server_gtc.c216 eap->process = eap_gtc_process;
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dport-solaris.c37 #include <sys/contract/process.h>
42 #define CT_TEMPLATE CTFS_ROOT "/process/template"
43 #define CT_LATEST CTFS_ROOT "/process/latest"
47 /* Lookup the latest process contract */
56 error("%s: Error opening 'latest' process "
61 error("%s: Error reading process contract "
66 error("%s: Error getting process contract id: %s",
86 debug2("%s: setting up process contract template on fd %d",
91 error("%s: Error setting process contract parameter set "
96 error("%s: Error setting process contrac
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h119 HandleProcessEvent (const lldb::SBProcess &process,
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc324 // Verify the PC belongs to a module in this process.
486 /// SIGSEGV) is delivered to the process, print a stack trace and then exit.
529 /// to the process. The handler can have a cookie passed to it to identify
602 // the process dies.
608 // to catch it in this thread so it will kill the process.
611 return TRUE; // Don't kill the process.
614 // Allow normal processing to take place; i.e., the process dies.
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/
H A Dentropy.c29 #include <process.h>
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm36 ! This file takes control of the process from the kernel, as specified
54 ! are unspecified at process initialization).
H A Dsol2-gc1.asm36 ! This file takes control of the process from the kernel, as specified
57 ! are unspecified at process initialization).
/freebsd-11.0-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh196 PDF document formatting process.
/freebsd-11.0-release/contrib/groff/src/preproc/refer/
H A Drefer.cpp627 void process(int c);
636 state.process((unsigned char)(pending_line[i]));
904 void label_processing_state::process(int c) function in class:label_processing_state
968 state.process(c);
/freebsd-11.0-release/lib/libusb/
H A Dlibusb20_int.h127 m(n, process) \
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Devent_iocp.c34 #include <process.h>
/freebsd-11.0-release/usr.sbin/lpr/common_source/
H A Dlp.h103 * reversed in process.
175 extern char *user[]; /* users to process */
303 void process(const struct printer *_pp, char *_file);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp202 ENTRY ( "process" , ScriptProcess , None),
222 ENTRY_CHILDREN ("process" , Invalid , None , g_process_child_entries),
1259 Process *process = exe_ctx->GetProcessPtr(); local
1260 if (process)
1265 s.Printf(format, process->GetID());
1274 Process *process = exe_ctx->GetProcessPtr(); local
1275 if (process)
1277 Module *exe_module = process->GetTarget().GetExecutableModulePointer();
1290 Process *process = exe_ctx->GetProcessPtr(); local
1291 if (process)
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp65 // Comment out line below to disable memory caching, overriding the process setting
66 // target.process.disable-memory-cache
94 // When getting the value for a key from the process options, we will always
95 // try and grab the setting from the current process if there is one. Else we just
99 Process *process = exe_ctx->GetProcessPtr(); variable
100 if (process)
102 ProcessOptionValueProperties *instance_properties = static_cast<ProcessOptionValueProperties *>(process->GetValueProperties().get());
115 { "extra-startup-command", OptionValue::eTypeArray , false, OptionValue::eTypeString, NULL, NULL, "A list containing extra commands understood by the particular process plugin used. "
121 { "detach-keeps-stopped" , OptionValue::eTypeBoolean, true, false, NULL, NULL, "If true, detach will attempt to keep the process stopped." },
139 ProcessProperties::ProcessProperties (lldb_private::Process *process) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp397 RenderScriptRuntime::CreateInstance(Process *process, lldb::LanguageType language) argument
401 return new RenderScriptRuntime(process);
691 Process* process = context.GetProcessPtr(); local
709 process->ReadMemory(sp + offset, &result, sizeof(uint32_t), error);
775 size_t bytes_read = process->ReadMemory(sp + offset, &value, sizeof(value), error);
840 size_t bytes_read = process->ReadMemory(sp + offset, &value, sizeof(value), error);
878 size_t bytes_read = process->ReadMemory(sp + offset, &value, sizeof(value), error);
1029 Process* process = context.GetProcessPtr(); local
1053 process->ReadCStringFromMemory((lldb::addr_t)rs_resnameptr_u64, resname, error);
1061 process
4025 RenderScriptRuntime(Process *process) argument
[all...]

Completed in 354 milliseconds

<<11121314151617