Home
last modified time | relevance | path

Searched refs:rpc (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/qemu/hw/pci-bridge/
H A Dpcie_root_port.c23 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 Dioh3420.c103 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 Dcxl_root_port.c150 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 Dgen_pcie_root_port.c81 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 Dnfscommon34 [ -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 Dnfsserver27 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 Dmusl.patch6 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 Djsonrpc_1.4.1.bb1 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 Dquota_4.09.bb24 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 Dr8a77995-u-boot.dtsi11 rpc: rpc@0xee200000 { label
12 compatible = "renesas,rpc-r8a77995", "renesas,rpc";
H A Dr8a77965-u-boot.dtsi15 rpc: rpc@0xee200000 { label
16 compatible = "renesas,rpc-r8a77965", "renesas,rpc";
H A Dr8a77970-u-boot.dtsi15 rpc: rpc@0xee200000 { label
16 compatible = "renesas,rpc-r8a77970", "renesas,rpc";
H A Dr8a7796-u-boot.dtsi15 rpc: rpc@0xee200000 { label
16 compatible = "renesas,rpc-r8a7796", "renesas,rpc";
H A Dr8a7795-u-boot.dtsi15 rpc: rpc@0xee200000 { label
16 compatible = "renesas,rpc-r8a7795", "renesas,rpc";
H A Dr8a77990-u-boot.dtsi11 rpc: rpc@0xee200000 { label
12 compatible = "renesas,rpc-r8a77990", "renesas,rpc";
H A Dr8a77970-eagle-u-boot.dts14 spi0 = &rpc;
37 &rpc {
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb.c211 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 D0001-l2tp_api-Included-needed-headers.patch26 +#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 Dmakedbs.sh82 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 Drpcbind_add_option_to_fix_port_number.patch44 #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 Dnetbase_6.5.bb19 install -m 0644 ${S}/etc/rpc ${D}${sysconfdir}/rpc
/openbmc/openbmc/poky/meta/recipes-extended/libtirpc/libtirpc/
H A D0001-Update-declarations-to-allow-compile-with-gcc-15.patch43 * Hack to let ypserv/rpc.nisd use AUTH_DES.
56 #include <rpc/rpc.h>
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/
H A Dnfs-utils_2.8.2.bb87 ${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 DCVE-2024-26458_CVE-2024-26461.patch21 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 Dnsswitch.conf18 rpc: db files

123