Home
last modified time | relevance | path

Searched refs:RPC (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-13.1/lib/libc/rpc/
H A DREADME10 RPC (TI-RPC), External Data Representation (XDR), and various utilities and
16 transport-specific RPC (TS-RPC).
18 TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
20 (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
64 that are already available on Solaris 2.3 (such as the RPC headers, the RPC
106 cmd/rpcgen The RPC Language compiler (for .x files)
107 cmd/rpcbind The RPC bindery and portmapper
108 cmd/rpcinfo RPC bindery query utility
109 cmd/keyserv The Secure RPC keyserver
119 lib/librpc The RPC and XDR library
[all …]
/freebsd-13.1/lib/libc/nls/
H A Dbe_BY.UTF-8.msg151 72 Некарэктная структура RPC
153 73 Няправільная версія RPC
155 74 Праграма RPC недасяжная
H A Dmn_MN.UTF-8.msg151 2 RPC бүтэц буруу
153 73 RPC-ийн хувилбар буруу
155 74 RPC програм байхгүй
H A Duk_UA.UTF-8.msg151 72 Погана структура RPC
153 73 Невірна версія RPC
155 74 Програма RPC недосяжна
H A Del_GR.ISO8859-7.msg151 72 � ���� RPC ����� ������������
153 73 ���������� ������ RPC
155 74 �� ��������� RPC ��� ����� ���������
H A Dru_RU.KOI8-R.msg153 72 ������������ ��������� RPC
155 73 �������� ������ RPC
157 74 ��������� RPC ����������
H A Dja_JP.UTF-8.msg151 72 無効な RPC 構造体です
153 73 RPC バージョンが間違っています
155 74 RPC プログラムが利用できません
H A Dko_KR.UTF-8.msg151 72 RPC 구조체가 잘못되었습니다
153 73 RPC 버전이 맞지 않습니다
155 74 RPC 프로그램이 없습니다
H A Dko_KR.eucKR.msg151 72 RPC ����ü�� �߸��Ǿ����ϴ�
153 73 RPC ������ ���� �ʽ��ϴ�
155 74 RPC ���α׷��� �����ϴ�
H A Dja_JP.eucJP.msg151 72 ̵���� RPC ��¤�ΤǤ�
153 73 RPC �С�������ְ�äƤ��ޤ�
155 74 RPC �ץ���ब���ѤǤ��ޤ���
H A Dzh_CN.UTF-8.msg151 72 RPC 结构无效
153 73 RPC 版本错误
155 74 RPC 程序不可用
H A Dzh_CN.GB2312.msg153 72 RPC �ṹ��Ч
155 73 RPC �汾����
157 74 RPC ��������
H A Dzh_CN.GB18030.msg153 72 RPC �ṹ��Ч
155 73 RPC �汾����
157 74 RPC ��������
H A Dfi_FI.ISO8859-1.msg151 72 Virheellinen RPC-pyynt�
153 73 V��r� RPC-versio
155 74 RPC ei k�ytett�viss�
159 76 V��r� RPC-pyynt� ohjelmalle
H A Dsk_SK.ISO8859-2.msg151 72 RPC �trukt�ra je chybn�
153 73 Chybn� verzia RPC
155 74 RPC program nie je k dispoz�cii
157 75 Chybn� verzia RPC programu
159 76 Chybn� RPC proced�ra pre program
H A Dno_NO.ISO8859-1.msg151 72 Ugyldig RPC struktur
153 73 Feil RPC versjon
155 74 RPC program ikke tilgjengelig
H A Dit_IT.ISO8859-15.msg151 72 Struttura RPC non valida
153 73 Versione RPC non corrispondente
155 74 Programma RPC non disponibile
H A Dsv_SE.ISO8859-1.msg151 72 Felaktig RPC-struktur
153 73 Felaktig RPC-version
155 74 RPC-programmet otillg�ngligt
H A Dde_DE.ISO8859-1.msg151 72 RPC-Struktur ist ung�ltig
153 73 RPC-Version ist falsch
155 74 RPC-Programm nicht verf�gbar
/freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/
H A Drenesas,rpc-if.yaml7 title: Renesas Reduced Pin Count Interface (RPC-IF)
13 Renesas RPC-IF allows a SPI flash or HyperFlash connected to the SoC to
16 The flash chip itself should be represented by a subnode of the RPC-IF node.
36 - description: RPC-IF registers
/freebsd-13.1/usr.sbin/bootparamd/bootparamd/
H A DREADME4 written using the Sun's RPC protocol for bootparamd. To use it you must
9 (( This file was retrieved from the Sun-RPC source package ))
18 RPC.BOOTPARAMD
51 You may also use "all" instead of a specific server, in which case a RPC
/freebsd-13.1/usr.sbin/ypserv/
H A DMakefile.yp112 RPC = $(YPSRCDIR)/rpc
489 rpc.byname: $(RPC)
495 }' $(RPC) | $(DBLOAD) -i $(RPC) -o $(YPMAPDIR)/$@ - $(TMP); \
502 rpc.bynumber: $(RPC)
504 @$(AWK) '$$1 !~ "^#.*" { print $$2"\t"$$0 }' $(RPC) \
505 | $(DBLOAD) -i $(RPC) -o $(YPMAPDIR)/$@ - $(TMP); \
/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp198 for (ResourcePlusCycles &RPC : ID.Resources) { in initializeUsedResources()
199 if (countPopulation(RPC.first) > 1 && !RPC.second.isReserved()) { in initializeUsedResources()
201 uint64_t Mask = RPC.first ^ PowerOf2Floor(RPC.first); in initializeUsedResources()
203 if (RPC.second.NumUnits > countPopulation(Mask)) { in initializeUsedResources()
204 RPC.second.setReserved(); in initializeUsedResources()
205 RPC.second.NumUnits = MaxResourceUnits; in initializeUsedResources()
/freebsd-13.1/contrib/tcp_wrappers/
H A DREADME.IRIX29 (3) It does NOT work with RPC over UDP services such as rusersd and
33 can be made to work (recvfrom recvmsg) I give up. So, the IRIX RPC
37 (4) I didn't even bother to try the RPC over TCP services.
/freebsd-13.1/
H A DRELNOTES41 all RPCs that consist of small RPC messages.
42 The RPCs that can consist of large RPC messages
76 They use KTLS to encrypt/decrypt all NFS RPC message traffic, plus

123