Home
last modified time | relevance | path

Searched refs:pid (Results 526 – 550 of 2199) sorted by relevance

1...<<21222324252627282930>>...88

/openbmc/qemu/target/ppc/
H A Dmmu-booke.h6 int ppcemb_tlb_search(CPUPPCState *env, target_ulong address, uint32_t pid);
12 target_ulong address, uint32_t pid);
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dprocess_tree.py52 self.process_list = sorted(process_list, key = lambda p: p.pid)
97 p.child_list.sort(key = lambda p: p.pid)
129 return max( [max(proc.pid, self.get_max_pid(proc.child_list)) for proc in process_subtree] )
144 rcstartpid = p.pid
148 if p.pid > rcstartpid and p.pid < rcendpid and p.ppid // 1000 == 1:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A Dpostfix.service8 PIDFile=@LOCALSTATEDIR@/spool/postfix/pid/master.pid
/openbmc/openbmc-test-automation/lib/
H A Dgen_cmd.py267 pid = sub_proc.pid
268 gp.dprint_var(pid)
270 os.killpg(pid, signal.SIGKILL)
415 err_msg += gp.sprint_varx("child_pid", sub_proc.pid)
496 gp.dprint_var(popen.pid)
497 os.killpg(popen.pid, sig)
/openbmc/linux/tools/verification/rv/src/
H A Din_kernel.c344 unsigned long long pid; in ikm_event_handler() local
352 tep_get_common_field_val(s, trace_event, "common_pid", record, &pid, 1); in ikm_event_handler()
356 else if (config_my_pid && (config_my_pid == pid)) in ikm_event_handler()
393 unsigned long long pid, id; in ikm_error_handler() local
401 tep_get_common_field_val(s, trace_event, "common_pid", record, &pid, 1); in ikm_error_handler()
405 else if (config_my_pid == pid) in ikm_error_handler()
408 trace_seq_printf(s, "%8lld [%03d] error ", pid, cpu); in ikm_error_handler()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/owfs/owfs/
H A Dowhttpd23 start-stop-daemon --start -x /usr/bin/${DAEMON} -- ${CMDLINE} --pid_file /var/run/${DAEMON}.pid
29 start-stop-daemon --stop -p /var/run/${DAEMON}.pid
H A Dowserver22 start-stop-daemon --start -x /usr/bin/${DAEMON} -- ${CMDLINE} --pid_file /var/run/${DAEMON}.pid
28 start-stop-daemon --stop -p /var/run/${DAEMON}.pid
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dget_cgroup_id_kern.c24 __u32 pid = bpf_get_current_pid_tgid(); in trace() local
29 if (!expected_pid || *expected_pid != pid) in trace()
H A Dtest_core_read_macros.c33 int pid = bpf_get_current_pid_tgid() >> 32; in handler() local
35 if (my_pid != pid) in handler()
H A Dbpf_iter_task_file.c29 if (tgid == task->tgid && task->tgid != task->pid) in dump_task_file()
37 BPF_SEQ_PRINTF(seq, "%8d %8d %8d %lx\n", task->tgid, task->pid, fd, in dump_task_file()
H A Dtimer_crash.c26 int pid = 0; variable
35 if (bpf_get_current_task_btf()->tgid != pid) in sys_enter()
/openbmc/linux/drivers/media/pci/cx23885/
H A Daltera-ci.c515 u16 pid, int onoff) in altera_pid_control() argument
521 if ((pid == 0x2000) || (pid < 0x20)) in altera_pid_control()
526 netup_fpga_op_rw(inter, NETUP_CI_PID_ADDR0, (pid >> 3) & 0xff, 0); in altera_pid_control()
528 ((pid >> 11) & 0x03) | (pid_filt->nr << 2), 0); in altera_pid_control()
533 store |= (1 << (pid & 7)); in altera_pid_control()
535 store &= ~(1 << (pid & 7)); in altera_pid_control()
542 pid_filt->nr, pid, pid, onoff ? "off" : "on"); in altera_pid_control()
582 altera_pid_control(pid_filt, feed->pid, onoff ? 0 : 1); in altera_pid_feed_control()
589 if (feed->pid == 0x2000) in altera_pid_feed_control()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_file.c163 rcu_assign_pointer(file->pid, get_pid(task_tgid(current))); in drm_file_alloc()
203 put_pid(rcu_access_pointer(file->pid)); in drm_file_alloc()
294 put_pid(rcu_access_pointer(file->pid)); in drm_file_free()
511 struct pid *pid, *old; in drm_file_update_pid() local
521 pid = task_tgid(current); in drm_file_update_pid()
527 if (pid == rcu_access_pointer(filp->pid)) in drm_file_update_pid()
532 get_pid(pid); in drm_file_update_pid()
533 old = rcu_replace_pointer(filp->pid, pid, 1); in drm_file_update_pid()
/openbmc/linux/drivers/usb/host/
H A Dohci-dbg.c266 const char *toggle, *pid; in ohci_dump_td() local
276 case TD_DP_SETUP: pid = "SETUP"; break; in ohci_dump_td()
277 case TD_DP_IN: pid = "IN"; break; in ohci_dump_td()
278 case TD_DP_OUT: pid = "OUT"; break; in ohci_dump_td()
279 default: pid = "(bad pid)"; break; in ohci_dump_td()
283 (tmp & TD_DI) >> 21, pid, in ohci_dump_td()
443 ({ char *pid; in show_list()
446 case TD_DP_IN: pid = "in"; break; in show_list()
447 case TD_DP_OUT: pid = "out"; break; in show_list()
448 default: pid = "(?)"; break; in show_list()
[all …]
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/
H A Dgbs-host-s5-set-failsafe.service4 Requires=phosphor-pid-control.service
5 After=phosphor-pid-control.service
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dproftpd-config-fix.patch12 -pid_file=/usr/local/var/proftpd.pid
15 +pid_file=/var/proftpd.pid
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_usb_crash.py83 self.module, self.vid, self.pid = usbVidPid
85 return USBDev(input_info=(3, self.vid, self.pid))
/openbmc/linux/tools/testing/selftests/proc/
H A D.gitignore9 /proc-pid-vm
14 /proc-subset-pid
/openbmc/linux/Documentation/bpf/
H A Dbpf_iterators.rst143 if (tgid == task->tgid && task->tgid != task->pid)
151 BPF_SEQ_PRINTF(seq, "%8d %8d %8d %lx\n", task->tgid, task->pid, fd,
288 BPF_SEQ_PRINTF(seq, "%8d %8d %8d %lx\n", task->tgid, task->pid, fd,
307 linfo.task.pid = getpid();
329 If both *tid* and *pid* are zero, an iterator created from this struct
384 linfo.task.pid = getpid();
403 tgid pid fd file
422 BPF program to pass a *pid* to the BPF program.
437 BPF_SEQ_PRINTF(seq, "%8d %8d %8d %lx\n", task->tgid, task->pid, fd,
455 linfo.task.pid = getpid();
[all …]
/openbmc/linux/fs/jffs2/
H A Dbackground.c53 jffs2_dbg(1, "Garbage collect thread is pid %d\n", tsk->pid); in jffs2_start_garbage_collect_thread()
55 ret = tsk->pid; in jffs2_start_garbage_collect_thread()
66 jffs2_dbg(1, "Killing GC task %d\n", c->gc_task->pid); in jffs2_stop_garbage_collect_thread()
/openbmc/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h95 pid_t pid; member
106 int pid; member
157 u32 pid; member
/openbmc/linux/arch/um/os-Linux/
H A Dutil.c117 int pid; in os_dump_core() local
153 while ((pid = waitpid(-1, NULL, WNOHANG | __WALL)) > 0) in os_dump_core()
154 os_kill_ptraced_process(pid, 0); in os_dump_core()
/openbmc/linux/kernel/
H A Daudit.c104 struct pid *pid; member
267 pid_t pid; in auditd_pid_vnr() local
272 if (!ac || !ac->pid) in auditd_pid_vnr()
273 pid = 0; in auditd_pid_vnr()
275 pid = pid_vnr(ac->pid); in auditd_pid_vnr()
278 return pid; in auditd_pid_vnr()
480 put_pid(ac->pid); in auditd_conn_free()
497 static int auditd_set(struct pid *pid, u32 portid, struct net *net, in auditd_set() argument
504 if (!pid || !net) in auditd_set()
510 ac_new->pid = get_pid(pid); in auditd_set()
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx-fix-pidfile.patch13 nginx.service: failed to parse pid from file /run/nginx/nginx.pid:
49 - if (ngx_create_pidfile(&ccf->pid, cycle->log) != NGX_OK) {
58 + if (ngx_create_pidfile(&ccf->pid, cycle->log) != NGX_OK) {
/openbmc/linux/sound/firewire/bebob/
H A Dbebob.h175 unsigned int pid) in avc_bridgeco_fill_unit_addr() argument
181 buf[4] = 0xff & pid; in avc_bridgeco_fill_unit_addr()
187 unsigned int pid) in avc_bridgeco_fill_msu_addr() argument
192 buf[3] = 0xff & pid; in avc_bridgeco_fill_msu_addr()

1...<<21222324252627282930>>...88