| /openbmc/qemu/hw/pci-bridge/ |
| H A D | pcie_root_port.c | 23 PCIERootPortClass *rpc = PCIE_ROOT_PORT_GET_CLASS(d); in rp_aer_vector_update() local 25 if (rpc->aer_vector) { in rp_aer_vector_update() 26 pcie_aer_root_set_vector(d, rpc->aer_vector(d)); in rp_aer_vector_update() 67 PCIERootPortClass *rpc = PCIE_ROOT_PORT_GET_CLASS(d); in rp_realize() local 78 rc = pci_bridge_ssvid_init(d, rpc->ssvid_offset, dc->vendor_id, in rp_realize() 79 rpc->ssid, errp); in rp_realize() 85 if (rpc->interrupts_init) { in rp_realize() 86 rc = rpc->interrupts_init(d, errp); in rp_realize() 92 rc = pcie_cap_init(d, rpc->exp_offset, PCI_EXP_TYPE_ROOT_PORT, in rp_realize() 112 rc = pcie_aer_init(d, PCI_ERR_VER, rpc->aer_offset, in rp_realize() [all …]
|
| H A D | ioh3420.c | 103 PCIERootPortClass *rpc = PCIE_ROOT_PORT_CLASS(klass); in ioh3420_class_init() local 110 rpc->aer_vector = ioh3420_aer_vector; in ioh3420_class_init() 111 rpc->interrupts_init = ioh3420_interrupts_init; in ioh3420_class_init() 112 rpc->interrupts_uninit = ioh3420_interrupts_uninit; in ioh3420_class_init() 113 rpc->exp_offset = IOH_EP_EXP_OFFSET; in ioh3420_class_init() 114 rpc->aer_offset = IOH_EP_AER_OFFSET; in ioh3420_class_init() 115 rpc->ssvid_offset = IOH_EP_SSVID_OFFSET; in ioh3420_class_init() 116 rpc->ssid = IOH_EP_SSVID_SSID; in ioh3420_class_init()
|
| H A D | cxl_root_port.c | 150 PCIERootPortClass *rpc = PCIE_ROOT_PORT_GET_CLASS(dev); in cxl_rp_realize() local 157 rpc->parent_realize(dev, &local_err); in cxl_rp_realize() 166 rpc->parent_class.exit(pci_dev); in cxl_rp_realize() 192 PCIERootPortClass *rpc = PCIE_ROOT_PORT_GET_CLASS(obj); in cxl_rp_reset_hold() local 195 if (rpc->parent_phases.hold) { in cxl_rp_reset_hold() 196 rpc->parent_phases.hold(obj, type); in cxl_rp_reset_hold() 240 PCIERootPortClass *rpc = PCIE_ROOT_PORT_GET_CLASS(d); in cxl_rp_aer_vector_update() local 242 if (rpc->aer_vector) { in cxl_rp_aer_vector_update() 243 pcie_aer_root_set_vector(d, rpc->aer_vector(d)); in cxl_rp_aer_vector_update() 270 PCIERootPortClass *rpc = PCIE_ROOT_PORT_CLASS(oc); in cxl_root_port_class_init() local [all …]
|
| H A D | gen_pcie_root_port.c | 81 PCIERootPortClass *rpc = PCIE_ROOT_PORT_GET_CLASS(d); in gen_rp_realize() local 84 rpc->parent_realize(dev, &local_err); in gen_rp_realize() 102 rpc->parent_class.exit(d); in gen_rp_realize() 154 PCIERootPortClass *rpc = PCIE_ROOT_PORT_CLASS(klass); in gen_rp_dev_class_init() local 162 device_class_set_parent_realize(dc, gen_rp_realize, &rpc->parent_realize); in gen_rp_dev_class_init() 164 rpc->aer_vector = gen_rp_aer_vector; in gen_rp_dev_class_init() 165 rpc->interrupts_init = gen_rp_interrupts_init; in gen_rp_dev_class_init() 166 rpc->interrupts_uninit = gen_rp_interrupts_uninit; in gen_rp_dev_class_init() 167 rpc->aer_offset = GEN_PCIE_ROOT_PORT_AER_OFFSET; in gen_rp_dev_class_init() 168 rpc->acs_offset = GEN_PCIE_ROOT_PORT_ACS_OFFSET; in gen_rp_dev_class_init()
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
| H A D | nfscommon | 34 [ -x /usr/sbin/rpc.statd ] || exit 0 139 --pidfile /run/rpc.statd.pid \ 140 --exec /usr/sbin/rpc.statd 148 ln -s /run/rpc.statd.pid /run/sendsigs.omit.d/statd 155 [ -x /usr/sbin/rpc.idmapd ] || NEED_IDMAPD=no 156 [ -x /usr/sbin/rpc.gssd ] || NEED_GSSD=no 170 --exec /usr/sbin/rpc.idmapd 183 --exec /usr/sbin/rpc.gssd 202 --name rpc.gssd 213 --name rpc.idmapd [all …]
|
| H A D | nfsserver | 27 test -x "$NFS_MOUNTD" || NFS_MOUNTD=/usr/sbin/rpc.mountd 28 test -x "$NFS_NFSD" || NFS_NFSD=/usr/sbin/rpc.nfsd 29 test -x "$NFS_SVCGSSD" || NFS_SVCGSSD=/usr/sbin/rpc.svcgssd 123 status /usr/sbin/rpc.mountd
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring/ |
| H A D | musl.patch | 6 Index: gnome-keyring-2.32.1/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c 8 --- gnome-keyring-2.32.1.orig/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c 9 +++ gnome-keyring-2.32.1/pkcs11/rpc-layer/gkm-rpc-daemon-standalone.c
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jsonrpc/ |
| H A D | jsonrpc_1.4.1.bb | 1 SUMMARY = "C++ framework for json-rpc 1.0 and 2.0" 5 HOMEPAGE = "https://github.com/cinemast/libjson-rpc-cpp" 12 SRC_URI = "git://github.com/cinemast/libjson-rpc-cpp;branch=master;protocol=https" 29 …'s#${RECIPE_SYSROOT}#\${CMAKE_SYSROOT}#g' ${D}${libdir}/libjson-rpc-cpp/cmake/libjson-rpc-cppTarge… 32 FILES:${PN}-dev += "${libdir}/libjson-rpc-cpp/cmake"
|
| /openbmc/openbmc/poky/meta/recipes-extended/quota/ |
| H A D | quota_4.09.bb | 24 CFLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'rpc', '-I${STAGING_INCDIR}/tirpc', '', d)}" 25 LDFLAGS += "${@bb.utils.contains('PACKAGECONFIG', 'rpc', '-ltirpc', '', d)}" 28 PACKAGECONFIG ??= "tcp-wrappers rpc bsd" 29 PACKAGECONFIG:libc-musl = "tcp-wrappers rpc" 32 PACKAGECONFIG[rpc] = "--enable-rpc,--disable-rpc,libtirpc"
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | r8a77995-u-boot.dtsi | 11 rpc: rpc@0xee200000 { label 12 compatible = "renesas,rpc-r8a77995", "renesas,rpc";
|
| H A D | r8a77965-u-boot.dtsi | 15 rpc: rpc@0xee200000 { label 16 compatible = "renesas,rpc-r8a77965", "renesas,rpc";
|
| H A D | r8a77970-u-boot.dtsi | 15 rpc: rpc@0xee200000 { label 16 compatible = "renesas,rpc-r8a77970", "renesas,rpc";
|
| H A D | r8a7796-u-boot.dtsi | 15 rpc: rpc@0xee200000 { label 16 compatible = "renesas,rpc-r8a7796", "renesas,rpc";
|
| H A D | r8a7795-u-boot.dtsi | 15 rpc: rpc@0xee200000 { label 16 compatible = "renesas,rpc-r8a7795", "renesas,rpc";
|
| H A D | r8a77990-u-boot.dtsi | 11 rpc: rpc@0xee200000 { label 12 compatible = "renesas,rpc-r8a77990", "renesas,rpc";
|
| H A D | r8a77970-eagle-u-boot.dts | 14 spi0 = &rpc; 37 &rpc {
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | pnv_phb.c | 211 PCIERootPortClass *rpc = PCIE_ROOT_PORT_GET_CLASS(obj); in pnv_phb_root_port_reset_hold() local 216 if (rpc->parent_phases.hold) { in pnv_phb_root_port_reset_hold() 217 rpc->parent_phases.hold(obj, type); in pnv_phb_root_port_reset_hold() 240 PCIERootPortClass *rpc = PCIE_ROOT_PORT_GET_CLASS(dev); in pnv_phb_root_port_realize() local 279 rpc->parent_realize(dev, &local_err); in pnv_phb_root_port_realize() 312 PCIERootPortClass *rpc = PCIE_ROOT_PORT_CLASS(klass); in pnv_phb_root_port_class_init() local 318 &rpc->parent_realize); in pnv_phb_root_port_class_init() 320 NULL, &rpc->parent_phases); in pnv_phb_root_port_class_init() 328 rpc->exp_offset = 0x48; in pnv_phb_root_port_class_init() 329 rpc->aer_offset = 0x100; in pnv_phb_root_port_class_init()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | 0001-l2tp_api-Included-needed-headers.patch | 26 +#include <rpc/types.h> 27 +#include <rpc/xdr.h> 28 #include <rpc/pmap_clnt.h>
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | makedbs.sh | 82 if [ -e /etc/rpc ]; then 83 target=$VAR_DB/rpc.db 90 { printf ".%s ", $$i; print } }' /etc/rpc | \
|
| /openbmc/openbmc/poky/meta/recipes-extended/rpcbind/rpcbind/ |
| H A D | rpcbind_add_option_to_fix_port_number.patch | 44 #include <rpc/rpc.h> 45 #include <rpc/rpcb_prot.h> 46 #include <rpc/svc_dg.h> 47 +#include <rpc/rpc_com.h>
|
| /openbmc/openbmc/poky/meta/recipes-core/netbase/ |
| H A D | netbase_6.5.bb | 19 install -m 0644 ${S}/etc/rpc ${D}${sysconfdir}/rpc
|
| /openbmc/openbmc/poky/meta/recipes-extended/libtirpc/libtirpc/ |
| H A D | 0001-Update-declarations-to-allow-compile-with-gcc-15.patch | 43 * Hack to let ypserv/rpc.nisd use AUTH_DES. 56 #include <rpc/rpc.h>
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/ |
| H A D | nfs-utils_2.8.2.bb | 87 ${sbindir}/rpc.idmapd ${sbindir}/sm-notify \ 89 ${sbindir}/rpc.gssd \ 104 ${systemd_system_unitdir}/rpc-gssd.service \ 105 ${systemd_system_unitdir}/rpc-statd-notify.service \ 106 ${systemd_system_unitdir}/rpc-statd.service \ 150 ln -s rpc-statd.service ${D}${systemd_system_unitdir}/nfs-statd.service
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/ |
| H A D | CVE-2024-26458_CVE-2024-26461.patch | 21 src/lib/rpc/pmap_rmt.c | 9 +++--- 185 diff --git a/src/lib/rpc/pmap_rmt.c b/src/lib/rpc/pmap_rmt.c 187 --- a/src/lib/rpc/pmap_rmt.c 188 +++ b/src/lib/rpc/pmap_rmt.c
|
| /openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/ |
| H A D | nsswitch.conf | 18 rpc: db files
|