Home
last modified time | relevance | path

Searched refs:rpc (Results 26 – 50 of 139) sorted by relevance

123456

/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/linux/Documentation/filesystems/nfs/
H A Dindex.rst12 rpc-cache
13 rpc-server-gss
H A Drpc-server-gss.rst50 to talk to a custom daemon called rpc.svcgssd that is provide by the
76 This upcall mechanism uses the kernel rpc client and connects to the gssproxy
86 /proc/net/rpc/use-gss-proxy. If gss-proxy dies, it must repeat both
92 from /proc/net/rpc/use-gss-proxy and checking that it contains a
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dnfsserver25 test -x "$NFS_MOUNTD" || NFS_MOUNTD=/usr/sbin/rpc.mountd
26 test -x "$NFS_NFSD" || NFS_NFSD=/usr/sbin/rpc.nfsd
118 status /usr/sbin/rpc.mountd
H A Dnfscommon22 test -x "$NFS_STATD" || NFS_STATD=/usr/sbin/rpc.statd
23 test -z "$STATD_PID" && STATD_PID=/var/run/rpc.statd.pid
H A Dnfs-server.service15 ExecStart=@SBINDIR@/rpc.nfsd $NFSD_OPTS $NFSD_COUNT
16 ExecStop=@SBINDIR@/rpc.nfsd 0
H A Dnfs-utils-debianize-start-statd.patch38 -exec rpc.statd --no-notify
39 +exec rpc.statd --no-notify $STATDOPTS
H A Dnfs-statd.service11 ExecStart=@SBINDIR@/rpc.statd -F $STATD_OPTS
H A Dnfs-mountd.service13 ExecStart=@SBINDIR@/rpc.mountd -F $MOUNTD_OPTS
/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-extended/quota/quota/
H A Dfcntl.patch10 Cover rpc headers under proper conditional
56 #include <rpc/rpc.h>
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_windsor.c564 if (rpc->phys < boot_addr) in vpu_windsor_init_rpc()
567 base_phy_addr = rpc->phys - boot_addr; in vpu_windsor_init_rpc()
568 iface = rpc->virt; in vpu_windsor_init_rpc()
574 iface->exec_area_size = rpc->length; in vpu_windsor_init_rpc()
579 shared->cmd_mem_vir = rpc->virt + offset; in vpu_windsor_init_rpc()
588 shared->msg_mem_vir = rpc->virt + offset; in vpu_windsor_init_rpc()
611 hcs->ctrls[i].expert = rpc->virt + offset; in vpu_windsor_init_rpc()
615 hcs->ctrls[i].param = rpc->virt + offset; in vpu_windsor_init_rpc()
619 hcs->ctrls[i].pool = rpc->virt + offset; in vpu_windsor_init_rpc()
627 hcs->ctrls[i].dsa = rpc->virt + offset; in vpu_windsor_init_rpc()
[all …]
H A Dvpu_malone.c355 if (rpc->phys < boot_addr) in vpu_malone_init_rpc()
358 iface = rpc->virt; in vpu_malone_init_rpc()
366 iface->exec_area_size = rpc->length; in vpu_malone_init_rpc()
390 hc->codec_param = rpc->virt + offset; in vpu_malone_init_rpc()
395 hc->jpg = rpc->virt + offset; in vpu_malone_init_rpc()
400 hc->seq_mem = rpc->virt + offset; in vpu_malone_init_rpc()
405 hc->pic_mem = rpc->virt + offset; in vpu_malone_init_rpc()
410 hc->gop_mem = rpc->virt + offset; in vpu_malone_init_rpc()
415 hc->qmeter_mem = rpc->virt + offset; in vpu_malone_init_rpc()
421 hc->dbglog_mem = rpc->virt + offset; in vpu_malone_init_rpc()
[all …]
H A Dvpu_rpc.h53 struct vpu_buffer *rpc, dma_addr_t boot_addr);
196 struct vpu_buffer *rpc, in vpu_iface_init() argument
204 ops->init_rpc(shared, rpc, boot_addr); in vpu_iface_init()
207 if (rpc->bytesused > rpc->length) in vpu_iface_init()
/openbmc/u-boot/arch/arm/dts/
H A Dr8a77970-eagle-u-boot.dts14 spi0 = &rpc;
37 &rpc {
/openbmc/openbmc/poky/meta/recipes-core/netbase/
H A Dnetbase_6.4.bb19 install -m 0644 ${S}/etc/rpc ${D}${sysconfdir}/rpc
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/
H A Drpcbind_1.2.6.bb35 --shell /bin/false --user-group rpc"
43 EXTRA_OECONF += " --enable-warmstarts --with-rpcuser=rpc --with-statedir=${runtimedir}/rpcbind"
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.c524 err = hw_atl_write_fwcfg_dwords(self, (u32 *)(void *)&self->rpc, in hw_atl_utils_fw_rpc_call()
539 struct hw_atl_utils_fw_rpc **rpc) in hw_atl_utils_fw_rpc_wait() argument
562 if (sw.len > sizeof(self->rpc)) { in hw_atl_utils_fw_rpc_wait()
573 if (rpc) { in hw_atl_utils_fw_rpc_wait()
575 if (fw.len > sizeof(self->rpc)) { in hw_atl_utils_fw_rpc_wait()
584 &self->rpc, in hw_atl_utils_fw_rpc_wait()
592 *rpc = &self->rpc; in hw_atl_utils_fw_rpc_wait()
/openbmc/linux/drivers/mtd/hyperbus/
H A DMakefile5 obj-$(CONFIG_RPCIF_HYPERBUS) += rpc-if.o
/openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/
H A Dnsswitch.conf17 rpc: db files
/openbmc/linux/drivers/staging/most/dim2/
H A Dhal.c69 u16 rpc; member
388 g.atx_dbr.rpc = dim2_rpc(ch_addr); in dbrcnt_init()
389 g.atx_dbr.wpc = g.atx_dbr.rpc; in dbrcnt_init()
409 while (norm_pc(dbr->rpc) != cur_rpc) { in dim_dbr_space()
410 dbr->rest_size += dbr->sz_queue[norm_pc(dbr->rpc)]; in dim_dbr_space()
411 dbr->rpc++; in dim_dbr_space()
414 if ((u16)(dbr->wpc - dbr->rpc) >= CDT0_RPC_MASK) in dim_dbr_space()
/openbmc/linux/drivers/tee/optee/
H A DMakefile6 optee-objs += rpc.o
/openbmc/openbmc/poky/meta-selftest/files/
H A Dstatic-group12 rpc:x:511:
/openbmc/u-boot/doc/device-tree-bindings/mailbox/
H A Dmailbox.txt30 mbox-names = "pwr-ctrl", "rpc";

123456