/openbmc/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk.h | 275 pid_t pid; member 507 const pid_t pid, const u32 q_num);
|
/openbmc/linux/include/linux/ |
H A D | socket.h | 14 struct pid; 183 __u32 pid; member
|
/openbmc/linux/arch/powerpc/mm/ |
H A D | fault.c | 144 current->comm, current->pid, address); in do_sigbus() 316 current->comm, current->pid, address, in sanity_check_fault()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl8712_cmd.c | 62 if (padapter->pid == 0) in check_hw_pbc() 64 kill_pid(find_vpid(padapter->pid), SIGUSR1, 1); in check_hw_pbc()
|
/openbmc/linux/kernel/ |
H A D | panic.c | 667 raw_smp_processor_id(), current->pid, file, line, in __warn() 671 raw_smp_processor_id(), current->pid, caller); in __warn()
|
/openbmc/qemu/target/ppc/ |
H A D | arch_dump.c | 51 uint32_t pid; member 117 prstatus->pid = cpu_to_dump32(s, id); in ppc_write_elf_prstatus()
|
/openbmc/linux/fs/ubifs/ |
H A D | debug.c | 604 current->pid, lst->empty_lebs, lst->idx_lebs); in ubifs_dump_lstats() 623 current->pid, bi->data_growth + bi->dd_growth, in ubifs_dump_budg() 777 pr_err("(pid %d) start dumping LEB properties\n", current->pid); in ubifs_dump_lprops() 798 pr_err("(pid %d) dumping LPT information\n", current->pid); in ubifs_dump_lpt_info() 837 pr_err("(pid %d) start dumping LEB %d\n", current->pid, lnum); in ubifs_dump_leb() 861 pr_err("(pid %d) finish dumping LEB %d\n", current->pid, lnum); in ubifs_dump_leb() 913 current->pid, cat, heap->cnt); in ubifs_dump_heap() 921 pr_err("(pid %d) finish dumping heap\n", current->pid); in ubifs_dump_heap() 929 pr_err("(pid %d) dumping pnode:\n", current->pid); in ubifs_dump_pnode() 948 pr_err("(pid %d) start dumping TNC tree\n", current->pid); in ubifs_dump_tnc() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-rustix-libc-backend.patch | 19 …pid/mod.rs":"2c6478857a0751625edabd61acb841819bfba1093b1faeded15693c805d84952","src/backend/libc/p… 21 …pid/mod.rs":"2c6478857a0751625edabd61acb841819bfba1093b1faeded15693c805d84952","src/backend/libc/p…
|
H A D | rv32-cargo-rustix-0.38.19-fix.patch | 37 …pid/mod.rs":"2c6478857a0751625edabd61acb841819bfba1093b1faeded15693c805d84952","src/backend/libc/p… 39 …pid/mod.rs":"2c6478857a0751625edabd61acb841819bfba1093b1faeded15693c805d84952","src/backend/libc/p…
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 856 _PyLong_FromLong(sample->pid)); in get_perf_sample_dict() 941 int pid; in python_process_tracepoint() local 957 pid = raw_field_value(event, "common_pid", data); in python_process_tracepoint() 996 PyTuple_SetItem(t, n++, _PyLong_FromLong(pid)); in python_process_tracepoint() 1003 pydict_set_item_string_decref(dict, "common_pid", _PyLong_FromLong(pid)); in python_process_tracepoint() 1160 tuple_set_s32(t, 1, machine->pid); in python_export_machine() 1536 tuple_set_s32(t, 4, sample->pid); in python_process_throttle() 1569 tuple_set_s32(t, 2, sample->pid); in python_do_process_switch() 1573 tuple_set_s32(t, 6, machine->pid); in python_do_process_switch() 1620 tuple_set_s32(t, 3, e->pid); in python_process_auxtrace_error()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-c2c.txt | 89 Following fields are available: tid,pid,iaddr,dso 251 - pid of the process responsible for the accesses 302 pid - coalesced by process PIDs 307 By default the coalescing is setup with 'pid,iaddr'.
|
/openbmc/linux/tools/perf/util/ |
H A D | srcline.c | 398 if (a2l->pid != -1) { in addr2line_subprocess_cleanup() 399 kill(a2l->pid, SIGKILL); in addr2line_subprocess_cleanup() 401 a2l->pid = -1; in addr2line_subprocess_cleanup() 425 a2l->pid = -1; in addr2line_subprocess_init()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.h | 579 pid_t pid, 673 pid_t pid, const char *binary_path, 691 bpf_program__attach_uprobe_opts(const struct bpf_program *prog, pid_t pid, 722 pid_t pid, const char *binary_path,
|
/openbmc/linux/drivers/usb/typec/ |
H A D | rt1719.c | 822 u16 pid; in rt1719_check_exist() local 825 ret = rt1719_read16(data, RT1719_REG_VENID, &pid); in rt1719_check_exist() 829 if (pid != RT1719_UNIQUE_PID) { in rt1719_check_exist() 830 dev_err(data->dev, "Incorrect PID 0x%04x\n", pid); in rt1719_check_exist()
|
/openbmc/intel-ipmi-oem/src/ |
H A D | oemcommands.cpp | 1945 for (const auto& [_, pid] : data) in ipmiOEMGetFanSpeedOffset() 1947 auto findClass = pid.find("Class"); in ipmiOEMGetFanSpeedOffset() 1948 if (findClass == pid.end()) in ipmiOEMGetFanSpeedOffset() 1959 if (findOutLimit == pid.end()) in ipmiOEMGetFanSpeedOffset() 2001 for (const auto& [path, pid] : data) in ipmiOEMSetFanSpeedOffset() 2003 auto findClass = pid.find("Class"); in ipmiOEMSetFanSpeedOffset() 2004 if (findClass == pid.end()) in ipmiOEMSetFanSpeedOffset() 2015 if (findOutLimit == pid.end()) in ipmiOEMSetFanSpeedOffset() 2104 if (findClass == pid.end()) in ipmiOEMSetFscParameter() 2204 for (const auto& [_, pid] : data) in ipmiOEMGetFscParameter() [all …]
|
/openbmc/linux/Documentation/admin-guide/namespaces/ |
H A D | compatibility-list.rst | 25 process group with pid.
|
/openbmc/u-boot/doc/device-tree-bindings/cpu/ |
H A D | nios2.txt | 43 altr,pid-num-bits = <8>;
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | profiler.h | 64 pid_t pid; member
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | qemu-guest-agent.init | 13 PIDFILE=/var/run/$NAME.pid
|
/openbmc/phosphor-pid-control/pid/ec/ |
H A D | pid.cpp | 48 double pid(pid_info_t* pidinfoptr, double input, double setpoint, in pid() function
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | functional_helpers.py | 48 toaster_processes = [start_process.pid]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | stacktrace.c | 197 pr_cont(" current: %d (%s)\n", p->__current->pid, in raise_backtrace_ipi()
|
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,qcs404-pas.yaml | 90 qcom,remote-pid = <2>;
|
/openbmc/linux/sound/soc/loongson/ |
H A D | loongson_i2s_pci.c | 74 const struct pci_device_id *pid) in loongson_i2s_pci_probe() argument
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | get_stack_raw_tp.c | 14 int pid; member
|