Home
last modified time | relevance | path

Searched refs:match_pid (Results 1 – 14 of 14) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dprocess.c208 int match_pid; in os_proc_children() local
209 while (fscanf(fp, "%d", &match_pid) > 0) { in os_proc_children()
211 temp[*proc_count] = match_pid; in os_proc_children()
/dports/security/krb5-appl/krb5-appl-1.0.3/libpty/
H A Dupdate_utmp.c365 static int match_pid(const PTY_STRUCT_UTMPX *,
417 match_pid(const PTY_STRUCT_UTMPX *search, const PTY_STRUCT_UTMPX *u) in match_pid() function
462 if (match_pid(search, utxp)) { in best_utxent()
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dprocevent.c560 int match_pid = 0; in process_map_check() local
564 match_pid = 1; in process_map_check()
576 if ((pid > 0 && process == NULL && match_pid == 1) || in process_map_check()
578 (pid > 0 && process != NULL && match_pid == 1 && match_process == 1)) { in process_map_check()
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/native/linux/
H A Dlinux_debug.h138 int match_pid(const void *pid_o, const void *th_o);
H A Dlinux_debug.c542 if (!r_list_find (dbg->threads, &tid, &match_pid) && in linux_dbg_wait()
583 int match_pid(const void *pid_o, const void *th_o) { in match_pid() function
700 if (!r_list_find (dbg->threads, &pid, &match_pid)) { in linux_attach()
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/unit/
H A Dinit_script_test.sh117 match_pid() function
129 if ! match_pid "$1"
138 if match_pid "$1"
/dports/sysutils/cfengine/cfengine-3.19.0/tests/unit/
H A Dinit_script_test.sh117 match_pid() function
129 if ! match_pid "$1"
138 if match_pid "$1"
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/unit/
H A Dinit_script_test.sh117 match_pid() function
129 if ! match_pid "$1"
138 if match_pid "$1"
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/unit/
H A Dinit_script_test.sh117 match_pid() function
129 if ! match_pid "$1"
138 if match_pid "$1"
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/unit/
H A Dinit_script_test.sh117 match_pid() function
129 if ! match_pid "$1"
138 if match_pid "$1"
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/unit/
H A Dinit_script_test.sh117 match_pid() function
129 if ! match_pid "$1"
138 if match_pid "$1"
/dports/archivers/dpkg/dpkg-1.19.7/utils/
H A Dstart-stop-daemon.c233 static pid_t match_pid = -1; variable
1421 if (parse_pid(pid_str, &match_pid) != 0) in parse_options()
2514 if (match_pid > 0) in do_findprocs()
2515 return pid_check(match_pid); in do_findprocs()
2790 else if (match_pid > 0) in run_stop_schedule()
2791 set_what_stop("process with pid %d", match_pid); in run_stop_schedule()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dtrace_event_analyzer.cc797 void TraceAnalyzer::AssociateAsyncBeginEndEvents(bool match_pid) { in AssociateAsyncBeginEndEvents() argument
810 if (match_pid) { in AssociateAsyncBeginEndEvents()
H A Dtrace_event_analyzer.h710 void AssociateAsyncBeginEndEvents(bool match_pid = true);