/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/ |
H A D | pppoe-server.init | 42 pid=$(pidof pppoe-server) 43 if [ -n "$pid" ] ; then 44 echo "Running with pid $pid"
|
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/ |
H A D | metric.cpp | 117 int pid = -1; in getProcStatMetric() local 118 if (isNumericPath(path, pid)) in getProcStatMetric() 124 entry.cmdline = getCmdLine(pid); in getProcStatMetric() 125 TcommUtimeStime t = getTcommUtimeStime(pid, ticksPerSec); in getProcStatMetric() 204 int getFdCount(int pid) in getFdCount() argument 206 const std::string& fdPath = "/proc/" + std::to_string(pid) + "/fd"; in getFdCount() 245 int pid = 0; in getFdStatMetric() local 247 if (isNumericPath(path, pid)) in getFdStatMetric() 251 entry.fdCount = getFdCount(pid); in getFdStatMetric() 252 TcommUtimeStime t = getTcommUtimeStime(pid, ticksPerSec); in getFdStatMetric() [all …]
|
/openbmc/openbmc-tools/tracing/ |
H A D | README.md | 49 … sh-1866 [000] d.h. 201821.030000: sched_waking: comm=rngd pid=987 prio=120 target_cpu=000 50 … sh-1866 [000] dnh. 201821.030000: sched_wakeup: comm=rngd pid=987 prio=120 target_cpu=000 51 … sh-1866 [000] dn.. 201821.030000: sched_waking: comm=ksoftirqd/0 pid=6 prio=120 target_cpu=000 52 … sh-1866 [000] dn.. 201821.030000: sched_wakeup: comm=ksoftirqd/0 pid=6 prio=120 target_cpu=000 56 …sh-1866 [000] d.h. 201821.030000: sched_waking: comm=phosphor-hwmon- pid=1188 prio=120 target_cpu… 57 …sh-1866 [000] dnh. 201821.030000: sched_wakeup: comm=phosphor-hwmon- pid=1188 prio=120 target_cpu…
|
/openbmc/linux/ipc/ |
H A D | util.h | 184 static inline void ipc_update_pid(struct pid **pos, struct pid *pid) in ipc_update_pid() argument 186 struct pid *old = *pos; in ipc_update_pid() 187 if (old != pid) { in ipc_update_pid() 188 *pos = get_pid(pid); in ipc_update_pid()
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/ |
H A D | trousers.init.sh | 37 --pidfile /var/run/${NAME}.pid --make-pidfile --background \ 48 …start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/${NAME}.pid --user ${USER} --exec ${D… 51 rm -f /var/run/${NAME}.pid
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mosquitto/files/ |
H A D | mosquitto.init | 25 PIDFILE=@LOCALSTATEDIR@/run/mosquitto.pid 61 pid=`cat ${PIDFILE}` 62 kill -HUP $pid
|
/openbmc/linux/drivers/char/agp/ |
H A D | frontend.c | 222 if (curr->my_pid == pid) in agp_find_private() 300 if (controller->pid == id) in agp_find_controller_by_pid() 316 controller->pid = id; in agp_create_controller() 347 priv = agp_find_private(temp->pid); in agp_remove_all_clients() 413 priv = agp_find_private(clients->pid); in agp_controller_make_current() 436 priv = agp_find_private(clients->pid); in agp_controller_release_current() 465 if (client->pid == id) in agp_find_client_in_controller() 521 new_client->pid = id; in agp_create_client() 692 priv->my_pid = current->pid; in agp_open() 826 return agp_remove_client(reserve.pid); in agpioc_reserve_wrap() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/lmsensors/ |
H A D | 0001-Change-PIDFile-path-from-var-run-to-run.patch | 24 -PIDFile=/var/run/fancontrol.pid 25 +PIDFile=/run/fancontrol.pid 37 -PIDFile=/var/run/sensord.pid 38 +PIDFile=/run/sensord.pid
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/ |
H A D | proftpd-basic.init | 30 PIDFILE=/var/run/proftpd.pid 195 pid=$(cat $PIDFILE) 197 pid="x" 199 if [ `pidof proftpd|grep "$pid"|wc -l` -ne 0 ] ; then
|
/openbmc/linux/tools/testing/selftests/powerpc/tm/ |
H A D | tm-signal-context-chk-vsx.c | 37 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *v… 153 pid_t pid = getpid(); in tm_signal_context_chk() local 174 rc = tm_signal_self_context_load(pid, NULL, NULL, NULL, vsxs); in tm_signal_context_chk() 175 FAIL_IF(rc != pid); in tm_signal_context_chk()
|
/openbmc/linux/drivers/media/usb/as102/ |
H A D | as102_drv.c | 95 int index, u16 pid, int onoff) { in as10x_pid_filter() argument 108 ret = as10x_cmd_del_PID_filter(bus_adap, (uint16_t) pid); in as10x_pid_filter() 111 index, pid, ret); in as10x_pid_filter() 119 filter.pid = pid; in as10x_pid_filter() 124 index, filter.idx, filter.pid, ret); in as10x_pid_filter() 144 dvbdmxfeed->pid, 1); in as102_dvb_dmx_start_feed() 166 dvbdmxfeed->pid, 0); in as102_dvb_dmx_stop_feed()
|
/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog/ |
H A D | 0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch | 37 +PIDFile=/run/watchdog.pid 60 -ExecStartPost=/bin/sh -c 'ln -s /var/run/wd_keepalive.pid /run/sendsigs.omit.d/wd_keepalive.pid' 61 -ExecStopPost=/bin/sh -c 'rm -f /run/sendsigs.omit.d/wd_keepalive.pid' 62 +PIDFile=/var/run/wd_keepalive.pid
|
H A D | wd_keepalive.init | 81 if start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \ 102 start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid \ 105 if start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \
|
/openbmc/linux/tools/perf/util/ |
H A D | session.h | 112 struct machine *perf_session__find_machine(struct perf_session *session, pid_t pid) in perf_session__find_machine() argument 114 return machines__find(&session->machines, pid); in perf_session__find_machine() 118 struct machine *perf_session__findnew_machine(struct perf_session *session, pid_t pid) in perf_session__findnew_machine() argument 120 return machines__findnew(&session->machines, pid); in perf_session__findnew_machine() 123 struct thread *perf_session__findnew(struct perf_session *session, pid_t pid);
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run-qemu.sh | 57 ( . $T/qemu-cmd; wait `cat $resdir/qemu-pid`; echo $? > $resdir/qemu-retval ) & 65 echo Monitoring qemu job at pid $qemu_pid `date` 68 echo Monitoring qemu job at yet-as-unknown pid `date` 112 …killpid="`sed -n "s/^(qemu) qemu: terminating on signal [0-9]* from pid \([0-9]*\).*$/\1/p" $resdi… 132 echo Grace period for qemu job at pid $qemu_pid `date`
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_bpffs.c | 147 pid_t pid; in test_test_bpffs() local 149 pid = fork(); in test_test_bpffs() 150 if (CHECK(pid == -1, "clone", "clone failed %d", errno)) in test_test_bpffs() 152 if (pid == 0) in test_test_bpffs() 154 err = waitpid(pid, &status, 0); in test_test_bpffs()
|
/openbmc/linux/include/linux/ |
H A D | posix-timers.h | 39 static inline clockid_t make_process_cpuclock(const unsigned int pid, in make_process_cpuclock() argument 42 return ((~pid) << 3) | clock; in make_process_cpuclock() 74 struct pid *pid; member 238 struct pid *it_pid;
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | with_stress.sh | 96 for pid in ${stress_pids[*]} ; do 97 kill -SIGTERM $pid 98 wait $pid
|
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
H A D | samhain-pid-path.patch | 5 Set the PID Lock path for samhain.pid 7 The explicit path for samhain.pid inorder 24 +SetLockfilePath = /run/samhain.pid
|
/openbmc/linux/drivers/connector/ |
H A D | cn_proc.c | 134 ev->event_data.fork.parent_pid = parent->pid; in proc_fork_connector() 137 ev->event_data.fork.child_pid = task->pid; in proc_fork_connector() 161 ev->event_data.exec.process_pid = task->pid; in proc_exec_connector() 185 ev->event_data.id.process_pid = task->pid; in proc_id_connector() 223 ev->event_data.sid.process_pid = task->pid; in proc_sid_connector() 247 ev->event_data.ptrace.process_pid = task->pid; in proc_ptrace_connector() 250 ev->event_data.ptrace.tracer_pid = current->pid; in proc_ptrace_connector() 279 ev->event_data.comm.process_pid = task->pid; in proc_comm_connector() 305 ev->event_data.coredump.process_pid = task->pid; in proc_coredump_connector() 338 ev->event_data.exit.process_pid = task->pid; in proc_exit_connector() [all …]
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | ultrasoc-smb.c | 231 pid_t pid; in smb_enable_perf() local 237 pid = buf->pid; in smb_enable_perf() 240 if (drvdata->pid != -1 && drvdata->pid != pid) in smb_enable_perf() 243 if (drvdata->pid == -1) { in smb_enable_perf() 245 drvdata->pid = pid; in smb_enable_perf() 318 drvdata->pid = -1; in smb_disable() 343 buf->pid = task_pid_nr(event->owner); in smb_alloc_buffer() 592 drvdata->pid = -1; in smb_probe()
|
H A D | coresight-tmc-etf.c | 250 pid_t pid; in tmc_enable_etf_sink_perf() local 271 pid = buf->pid; in tmc_enable_etf_sink_perf() 273 if (drvdata->pid != -1 && drvdata->pid != pid) { in tmc_enable_etf_sink_perf() 286 if (drvdata->pid == pid) { in tmc_enable_etf_sink_perf() 294 drvdata->pid = pid; in tmc_enable_etf_sink_perf() 350 drvdata->pid = -1; in tmc_disable_etf_sink() 429 buf->pid = task_pid_nr(event->owner); in tmc_alloc_etf_buffer()
|
/openbmc/linux/drivers/macintosh/ |
H A D | windfarm_rm31.c | 295 struct wf_cpu_pid_param pid; in cpu_setup_pid() local 322 pid.interval = 1; /* seconds */ in cpu_setup_pid() 323 pid.history_len = hsize; in cpu_setup_pid() 324 pid.gd = mpu->pid_gd; in cpu_setup_pid() 325 pid.gp = mpu->pid_gp; in cpu_setup_pid() 326 pid.gr = mpu->pid_gr; in cpu_setup_pid() 327 pid.tmax = tmax; in cpu_setup_pid() 328 pid.ttarget = ttarget; in cpu_setup_pid() 329 pid.pmaxadj = ptarget; in cpu_setup_pid() 330 pid.min = fmin; in cpu_setup_pid() [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | syslog | 58 pid=$1 60 if [ -z "$pid" ]; then 67 kill -0 $pid 2> /dev/null || break
|
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/fans/ |
H A D | phosphor-pid-control_%.bbappend | 4 file://phosphor-pid-control.service \ 12 SYSTEMD_SERVICE:${PN}:append:gbs = " phosphor-pid-control.service" 23 install -m 0644 ${UNPACKDIR}/phosphor-pid-control.service \
|