Home
last modified time | relevance | path

Searched refs:pid (Results 826 – 850 of 2199) sorted by relevance

1...<<31323334353637383940>>...88

/openbmc/openbmc/poky/meta/classes-global/
H A Ddevshell.bbclass63 pid = os.fork()
64 if pid:
66 … oe_terminal("oepydevshell-internal.py %s %d" % (sname, pid), 'OpenEmbedded Developer PyShell', d)
/openbmc/linux/include/sound/
H A Dcontrol.h97 struct pid;
108 struct pid *pid; member
/openbmc/phosphor-fan-presence/monitor/
H A Dfan_error.cpp246 std::string syslogID, pid, message, timeStamp; in getJournalEntries() local
254 pid = getFieldValue(journal, "_PID"); in getJournalEntries()
259 timeStamp + " " + syslogID + "[" + pid + "]: " + message); in getJournalEntries()
/openbmc/phosphor-pid-control/pid/
H A Dbuildjson.cpp232 for (const auto& pid : pids) in buildPIDsFromJson() local
234 auto name = pid["name"]; in buildPIDsFromJson()
235 auto item = pid.get<conf::ControllerInfo>(); in buildPIDsFromJson()
H A Dzone.cpp219 void DbusPidZone::addFanPID(std::unique_ptr<Controller> pid) in addFanPID() argument
221 _fans.push_back(std::move(pid)); in addFanPID()
224 void DbusPidZone::addThermalPID(std::unique_ptr<Controller> pid) in addThermalPID() argument
226 _thermals.push_back(std::move(pid)); in addThermalPID()
/openbmc/linux/tools/lib/perf/include/internal/
H A Dthreadmap.h10 pid_t pid; member
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/
H A Dpoff4 set -- `cat /var/run/ppp*.pid 2>/dev/null`
/openbmc/linux/tools/perf/util/
H A Djit.h8 struct machine *machine, char *filename, pid_t pid, pid_t tid, u64 *nbytes);
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddib9000.h38 extern int dib9000_fw_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff);
82 static inline int dib9000_fw_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff) in dib9000_fw_pid_filter() argument
/openbmc/linux/drivers/staging/media/av7110/
H A Ddvb_filter.h33 void dvb_filter_pes2ts_init(struct dvb_filter_pes2ts *p2ts, unsigned short pid,
141 u16 *pid; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A Dsyslog-ng.service-the-syslog-ng-service.patch39 -PID_FILE=/var/run/syslog-ng.pid
42 +PID_FILE=@LOCALSTATEDIR@/run/syslog-ng.pid
/openbmc/linux/include/drm/
H A Ddrm_file.h281 struct pid __rcu *pid; member
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c694 pid_t pid; in test_fork() local
700 pid = fork(); in test_fork()
702 switch (pid) { in test_fork()
710 pid = waitpid(pid, &status, 0); in test_fork()
712 return pid == -1 || !WIFEXITED(status) || WEXITSTATUS(status) != 123; in test_fork()
1114 pid_t pid; in run_protection() local
1133 pid = -1; in run_protection()
1134 pid = fork(); in run_protection()
1136 switch (pid) { in run_protection()
1151 pid = waitpid(pid, &status, 0); in run_protection()
[all …]
/openbmc/linux/tools/testing/selftests/x86/
H A Dptrace_syscall.c186 pid_t pid = getpid(), tid = syscall(SYS_gettid); in test_ptrace_syscall_restart() local
189 syscall(SYS_tgkill, pid, tid, SIGSTOP); in test_ptrace_syscall_restart()
306 pid_t pid = getpid(), tid = syscall(SYS_gettid); in test_restart_under_ptrace() local
310 syscall(SYS_tgkill, pid, tid, SIGSTOP); in test_restart_under_ptrace()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dvp702x.c187 static int vp702x_set_pid(struct dvb_usb_adapter *adap, u16 pid, u8 id, int onoff) in vp702x_set_pid() argument
197 pid = 0xffff; in vp702x_set_pid()
208 vp702x_usb_in_op(adap->dev, 0xe0, (((pid >> 8) & 0xff) << 8) | (id), 0, buf, 16); in vp702x_set_pid()
209 vp702x_usb_in_op(adap->dev, 0xe0, (((pid ) & 0xff) << 8) | (id+1), 0, buf, 16); in vp702x_set_pid()
/openbmc/linux/Documentation/accounting/
H A Ddelay-accounting.rst44 generic data structure to userspace corresponding to per-pid and per-tgid
96 getdelays [-dilv] [-t tgid] [-p pid]
98 Get delays, since system boot, for pid 10::
127 Get IO accounting for pid 1, it works only with -p::
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-pko.c579 pko_mem_port_rate0.s.pid = port; in cvmx_pko_rate_limit_packets()
586 pko_mem_port_rate1.s.pid = port; in cvmx_pko_rate_limit_packets()
614 pko_mem_port_rate0.s.pid = port; in cvmx_pko_rate_limit_bits()
626 pko_mem_port_rate1.s.pid = port; in cvmx_pko_rate_limit_bits()
/openbmc/sdbusplus/example/
H A Dasio-example.cpp407 int pid = fork(); in main() local
408 if (pid == 0) in main()
412 else if (pid > 0) in main()
416 return pid; in main()
/openbmc/qemu/include/io/
H A Dchannel-command.h44 GPid pid; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A Dfreediameter.service7 PIDFile=/run/freediameter.pid
/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/fans/
H A Dphosphor-pid-control_%.bbappend4 SYSTEMD_SERVICE:${PN}:intel = "phosphor-pid-control.service"
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-apps.bbappend4 phosphor-pid-control \
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_user_ringbuf.h29 int pid; member
/openbmc/qemu/include/gdbstub/
H A Duser.h51 void gdbserver_fork_end(CPUState *cs, pid_t pid);
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c565 int ret = KSFT_FAIL, pid, fd = -1; in test_memcg_high_sync() local
595 pid = cg_run_nowait(memcg, alloc_anon_mlock, (void *)MB(200)); in test_memcg_high_sync()
596 if (pid < 0) in test_memcg_high_sync()
1046 int bind_retries = 5, ret = KSFT_FAIL, pid, err; in test_memcg_sock() local
1065 pid = cg_run_nowait(memcg, tcp_server, &args); in test_memcg_sock()
1066 if (pid < 0) in test_memcg_sock()
1079 waitpid(pid, NULL, 0); in test_memcg_sock()
1090 waitpid(pid, &err, 0); in test_memcg_sock()

1...<<31323334353637383940>>...88