/openbmc/openbmc/poky/meta/classes-global/ |
H A D | devshell.bbclass | 63 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 D | control.h | 97 struct pid; 108 struct pid *pid; member
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | fan_error.cpp | 246 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 D | buildjson.cpp | 232 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 D | zone.cpp | 219 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 D | threadmap.h | 10 pid_t pid; member
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ |
H A D | poff | 4 set -- `cat /var/run/ppp*.pid 2>/dev/null`
|
/openbmc/linux/tools/perf/util/ |
H A D | jit.h | 8 struct machine *machine, char *filename, pid_t pid, pid_t tid, u64 *nbytes);
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | dib9000.h | 38 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 D | dvb_filter.h | 33 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 D | syslog-ng.service-the-syslog-ng-service.patch | 39 -PID_FILE=/var/run/syslog-ng.pid 42 +PID_FILE=@LOCALSTATEDIR@/run/syslog-ng.pid
|
/openbmc/linux/include/drm/ |
H A D | drm_file.h | 281 struct pid __rcu *pid; member
|
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 694 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 D | ptrace_syscall.c | 186 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 D | vp702x.c | 187 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 D | delay-accounting.rst | 44 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 D | cvmx-pko.c | 579 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 D | asio-example.cpp | 407 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 D | channel-command.h | 44 GPid pid; member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
H A D | freediameter.service | 7 PIDFile=/run/freediameter.pid
|
/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-phosphor/fans/ |
H A D | phosphor-pid-control_%.bbappend | 4 SYSTEMD_SERVICE:${PN}:intel = "phosphor-pid-control.service"
|
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/packagegroups/ |
H A D | packagegroup-obmc-apps.bbappend | 4 phosphor-pid-control \
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_user_ringbuf.h | 29 int pid; member
|
/openbmc/qemu/include/gdbstub/ |
H A D | user.h | 51 void gdbserver_fork_end(CPUState *cs, pid_t pid);
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_memcontrol.c | 565 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()
|