/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | Add-riscv64-support.patch | 92 @@ -67,6 +69,8 @@ Regs* Regs::RemoteGet(pid_t pid) { 630 @@ -83,6 +83,9 @@ void DoUnwind(pid_t pid) {
|
/openbmc/linux/net/can/ |
H A D | gw.c | 615 u32 pid, u32 seq, int flags) in cgw_put_job() argument 620 nlh = nlmsg_put(skb, pid, seq, type, sizeof(*rtcan), flags); in cgw_put_job()
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | security.txt | 163 …audit[1318098]: AVC avc: denied { open } for pid=1318098 comm="perf" scontext=unconfined_u:unco…
|
/openbmc/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_ib_qp_grp.c | 703 qp_grp->owner_pid = current->pid; in usnic_ib_qp_grp_create()
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfad_bsg.h | 329 u32 pid; member
|
H A D | bfad_bsg.c | 303 iocmd->attr.pid = port_attr.pid; in bfad_iocmd_port_get_attr() 305 iocmd->attr.pid = 0; in bfad_iocmd_port_get_attr() 611 if (iocmd->pid) in bfad_iocmd_rport_get_attr() 613 iocmd->rpwwn, iocmd->pid); in bfad_iocmd_rport_get_attr()
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | router_multicast.sh | 162 -P $SMCROUTEDIR/$table_name.pid
|
/openbmc/linux/Documentation/admin-guide/LSM/ |
H A D | SafeSetID.rst | 86 other system interactions, including use of pid namespaces and device creation.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/ |
H A D | test_views.py | 327 response = table.get(request, pid=self.project.id)
|
/openbmc/linux/tools/perf/util/ |
H A D | dlfilter.c | 517 ASSIGN(pid); in dlfilter__do_filter_event()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_host.h | 636 u32 pid; member
|
/openbmc/linux/include/net/bluetooth/ |
H A D | l2cap.h | 627 struct pid *(*get_peer_pid) (struct l2cap_chan *chan);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-Fix-build-with-fno-common.patch | 263 /* Get the pid of the process */
|
/openbmc/linux/arch/mips/kernel/ |
H A D | asm-offsets.c | 86 OFFSET(TASK_PID, task_struct, pid); in output_task_defines()
|
/openbmc/linux/kernel/ |
H A D | reboot.c | 27 struct pid *cad_pid;
|
/openbmc/qemu/hw/usb/ |
H A D | dev-hub.c | 582 switch(p->pid) { in usb_hub_handle_data()
|
H A D | trace-events | 31 usb_ohci_td_bad_pid(const char *s, uint32_t edf, uint32_t tdf) "Bad pid %s: ed.flags 0x%x td.flags … 93 …t32_t addr, int tbytes, int cpage, int cerr, int pid) "QTD @ 0x%08x - tbytes %d, cpage %d, cerr %d…
|
/openbmc/linux/arch/x86/kernel/ |
H A D | uprobes.c | 1089 current->pid, regs->sp, regs->ip); in arch_uretprobe_hijack_return_addr()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mt7915.h | 553 struct sk_buff *skb, struct mt76_wcid *wcid, int pid,
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 2748 = vmsr_get_thread_ids(vmsr->pid, &num_threads); in kvm_msr_energy_thread() 2763 vmsr_read_thread_stat(vmsr->pid, in kvm_msr_energy_thread() 2828 vmsr_read_thread_stat(vmsr->pid, in kvm_msr_energy_thread() 2834 if (vmsr->pid < 0) { in kvm_msr_energy_thread() 3007 r->pid = getpid(); in kvm_msr_energy_thread_init() 3024 r->msr_unit = vmsr_read_msr(MSR_RAPL_POWER_UNIT, 0, r->pid, in kvm_msr_energy_thread_init() 3026 r->msr_limit = vmsr_read_msr(MSR_PKG_POWER_LIMIT, 0, r->pid, in kvm_msr_energy_thread_init() 3028 r->msr_info = vmsr_read_msr(MSR_PKG_POWER_INFO, 0, r->pid, in kvm_msr_energy_thread_init()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180.dtsi | 709 qcom,local-pid = <0>; 710 qcom,remote-pid = <5>; 733 qcom,local-pid = <0>; 734 qcom,remote-pid = <2>; 754 qcom,local-pid = <0>; 755 qcom,remote-pid = <1>; 2081 qcom,remote-pid = <1>;
|
H A D | sm8250.dtsi | 871 qcom,local-pid = <0>; 872 qcom,remote-pid = <2>; 895 qcom,local-pid = <0>; 896 qcom,remote-pid = <5>; 919 qcom,local-pid = <0>; 920 qcom,remote-pid = <3>; 2770 qcom,remote-pid = <3>; 3472 qcom,remote-pid = <5>; 5547 qcom,remote-pid = <2>;
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | feature.c | 811 u8 pbus, pid; in core99_ata100_enable() local 827 if (pci_device_from_OF_node(node, &pbus, &pid) == 0) in core99_ata100_enable() 828 pdev = pci_get_domain_bus_and_slot(0, pbus, pid); in core99_ata100_enable()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | super.c | 2465 current->pid, name, (int)PTR_ERR(ubi)); in ubifs_mount() 2607 current->pid, (unsigned int)PAGE_CACHE_SIZE); in ubifs_init() 2636 current->pid, err); in ubifs_init()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_transport_iscsi.c | 2766 uint32_t status, uint32_t pid, uint32_t data_size, in iscsi_ping_comp_event() argument 2786 ev->r.ping_comp.pid = pid; in iscsi_ping_comp_event() 2949 struct iscsi_uevent *ev, pid_t pid, in iscsi_if_create_session() argument 2962 session->creator = pid; in iscsi_if_create_session() 3312 ev->u.iscsi_ping.pid, in iscsi_send_ping()
|