Searched refs:process (Results 351 - 375 of 451) sorted by relevance

<<111213141516171819

/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_gpsk.c640 eap->process = eap_gpsk_process;
H A Deap_server_sake.c542 eap->process = eap_sake_process;
H A Deap_server_psk.c519 eap->process = eap_psk_process;
H A Deap_server_fast.c1031 m->process(sm, priv, &buf);
1631 eap->process = eap_fast_process;
H A Deap_server_aka.c1264 "process", data->state);
1361 eap->process = eap_aka_process;
1387 eap->process = eap_aka_process;
H A Deap_server_peap.c707 /* Ignore this TLV, but process other TLVs */
858 /* Ignore this TLV, but process other TLVs */
868 /* Ignore this TLV, but process other TLVs */
972 data->phase2_method->process(sm, data->phase2_priv, in_data);
1417 eap->process = eap_peap_process;
H A Deap_server_ttls.c903 m->process(sm, priv, &buf);
1349 eap->process = eap_ttls_process;
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_wsc.c590 eap->process = eap_wsc_process;
H A Deap_peap.c521 /* Ignore this TLV, but process other TLVs */
718 *resp = data->phase2_method->process(sm, data->phase2_priv,
1330 eap->process = eap_peap_process;
/freebsd-11-stable/contrib/tcsh/
H A Ded.inputl.c637 process(0);
H A Dtw.init.c399 * We need to process relatives in the path.
1011 struct process *j;
H A Dtc.prompt.c544 struct process *pp;
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Drpcapd.c57 #include <process.h> // for thread stuff
637 // Sends a KILL signal to all the processes in this process's
638 // process group; i.e., it kills all the child processes
656 // terminate the process, causing all those resources to be
1069 // worker process, on UN*X, to handle the connection.
1198 rpcapd_log(LOGPRIO_ERROR, "Error creating the child process: %s",
1206 // Child process.
1217 // only thread in the child process, and nobody tries to
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp189 lldb::ProcessSP &process, std::string &output);
215 // Initializing Python is not a straightforward process. We cannot control
642 PyRun_SimpleString("lldb.debugger = None; lldb.target = None; lldb.process "
733 run_string.PutCString("; lldb.process = lldb.target.GetProcess()");
734 run_string.PutCString("; lldb.thread = lldb.process.GetSelectedThread ()");
2602 const char *impl_function, Process *process, std::string &output,
2605 if (!process) {
2606 error.SetErrorString("no process");
2615 ProcessSP process_sp(process->shared_from_this());
2821 // in the lifetime of the process i
2601 RunScriptFormatKeyword( const char *impl_function, Process *process, std::string &output, Status &error) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp231 cmd_obj_sp = GetCommandSPExact("process detach", false);
236 cmd_obj_sp = GetCommandSPExact("process continue", false);
385 cmd_obj_sp = GetCommandSPExact("process kill", false);
390 cmd_obj_sp = GetCommandSPExact("process launch", false);
478 m_command_dict["process"] =
631 *this, "_regexp-attach", "Attach to process by ID or name.",
632 "_regexp-attach <pid> | <process-name>", 2, 0, false));
635 "process attach --pid %1") &&
637 "^(-.*|.* -.*)$", "process attach %1") && // Any options that are
639 // 'process attac
2819 Process *process = exe_ctx.GetProcessPtr(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp26 #include <zircon/process.h>
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c23 #include <process.h>
78 /* When in-process merging is enabled, this parameter specifies
286 * current process, it also reads in the profile data in the file and merge
519 * the profile, i.e. into each participating process. An increment in one
520 * process should be visible to every other process with the same counter
539 * with the data in this process. */
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h140 Thread(Process &process, lldb::tid_t tid, bool use_invalid_index_id = false);
190 /// returns eStateSuspended, then the process control logic will never allow
306 /// process. Often starting at 1 for the initial system-created
308 /// different queue during the lifetime of a process.
459 // lldb_private::Process class. Since each time the process stops the
475 /// process is publicly stopped.
500 /// process is publicly stopped.
515 /// process is publicly stopped.
547 /// process of execution, for instance) which can make it unsafe for
1039 // by a process
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dmeta.autodep.mk156 # we process using ${.MAKE.META.FILES}
/freebsd-11-stable/share/mk/
H A Dmeta.autodep.mk157 # we process using ${.MAKE.META.FILES}
H A Dsys.mk117 # process the makefile as specified by the Posix 1003.2 specification.
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk9 # the rest of /usr/src, but they still always process SRCCONF even though
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i128 Launch a new process.
130 Launch a new process by spawning a new process using the
138 An optional listener that will receive all process events.
140 process events. If not valid, then this target's debugger
141 (SBTarget::GetDebugger()) will listen to all process events.
154 process. If all stdXX_path arguments are NULL, a pseudo
159 process. If all stdXX_path arguments are NULL, a pseudo
164 process. If all stdXX_path arguments are NULL, a pseudo
168 The working directory to have the child process ru
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp626 void process() { Processed = true; } function in class:__anon2669::EarlyCSE::StackNode
1061 // If this is a simple instruction that we can value number, process it.
1087 // If this is a non-volatile load, process it.
1161 // If this is a read-only call, process it.
1324 // the node from the stack, and process it.
1335 NodeToProcess->process();
1344 // It has been processed, and there are no more children to process,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp325 // our inferior process execs
357 // configuration of the transport before attaching/launching the process.
715 // result. $qC only returns a real process id on older debugserver and
762 error_str.assign("unknown error occurred launching process");
1929 // The process name from ASCII hex bytes since we can't control the
1930 // characters in a process name
2507 // give the process a few seconds to startup
2810 int *status_ptr, // Pass NULL if you don't want the process exit status
2812 // process to exit
2840 return Status("unable to run remote process");
[all...]

Completed in 228 milliseconds

<<111213141516171819