Home
last modified time | relevance | path

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

123

/freebsd/lib/libc/rpc/
H A DREADME9 RPC (TI-RPC), External Data Representation (XDR), and various utilities and
13 Previous releases of RPC Source based on SunOS 4.x were ported to 4.2BSD and
15 transport-specific RPC (TS-RPC).
17 TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
19 (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
20 by almost 70 vendors on all major operating systems. TS-RPC source code
30 Makefile format supported by SparcCompiler 2.0.1. Second, the Secure RPC
39 ecb_crypt() functions. These routines are used with Secure RPC however all
40 RPC programs that link with this release's librpc will need to link with the
42 within the United States. (PLEASE NOTE: The RPC implementation found in
[all …]
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg150 72 Некарэктная структура RPC
152 73 Няправільная версія RPC
154 74 Праграма RPC недасяжная
H A Dmn_MN.UTF-8.msg150 2 RPC бүтэц буруу
152 73 RPC-ийн хувилбар буруу
154 74 RPC програм байхгүй
H A Duk_UA.UTF-8.msg150 72 Погана структура RPC
152 73 Невірна версія RPC
154 74 Програма RPC недосяжна
H A Dru_RU.UTF-8.msg150 72 Некорректная структура RPC
152 73 Неверная версия RPC
154 74 Программа RPC недоступна
H A Dru_RU.KOI8-R.msg150 72 ������������ ��������� RPC
152 73 �������� ������ RPC
154 74 ��������� RPC ����������
H A Del_GR.ISO8859-7.msg150 72 � ���� RPC ����� ������������
152 73 ���������� ������ RPC
154 74 �� ��������� RPC ��� ����� ���������
H A Dja_JP.UTF-8.msg150 72 無効な RPC 構造体です
152 73 RPC バージョンが間違っています
154 74 RPC プログラムが利用できません
H A Dja_JP.eucJP.msg150 72 ̵���� RPC ��¤�ΤǤ�
152 73 RPC �С�������ְ�äƤ��ޤ�
154 74 RPC �ץ���ब���ѤǤ��ޤ���
H A Dko_KR.UTF-8.msg150 72 RPC 구조체가 잘못되었습니다
152 73 RPC 버전이 맞지 않습니다
154 74 RPC 프로그램이 없습니다
H A Dko_KR.eucKR.msg150 72 RPC ����ü�� �߸��Ǿ����ϴ�
152 73 RPC ������ ���� �ʽ��ϴ�
154 74 RPC ���α׷��� �����ϴ�
H A Dzh_CN.UTF-8.msg150 72 RPC 结构无效
152 73 RPC 版本错误
154 74 RPC 程序不可用
H A Dzh_CN.GB2312.msg152 72 RPC �ṹ��Ч
154 73 RPC �汾����
156 74 RPC ��������
H A Dzh_CN.GB18030.msg152 72 RPC �ṹ��Ч
154 73 RPC �汾����
156 74 RPC ��������
H A Dfi_FI.ISO8859-1.msg150 72 Virheellinen RPC-pyynt�
152 73 V��r� RPC-versio
154 74 RPC ei k�ytett�viss�
158 76 V��r� RPC-pyynt� ohjelmalle
H A Dsk_SK.ISO8859-2.msg150 72 RPC �trukt�ra je chybn�
152 73 Chybn� verzia RPC
154 74 RPC program nie je k dispoz�cii
156 75 Chybn� verzia RPC programu
158 76 Chybn� RPC proced�ra pre program
H A Dit_IT.ISO8859-15.msg150 72 Struttura RPC non valida
152 73 Versione RPC non corrispondente
154 74 Programma RPC non disponibile
H A Dno_NO.ISO8859-1.msg150 72 Ugyldig RPC struktur
152 73 Feil RPC versjon
154 74 RPC program ikke tilgjengelig
H A Dde_DE.ISO8859-1.msg150 72 RPC-Struktur ist ung�ltig
152 73 RPC-Version ist falsch
154 74 RPC-Programm nicht verf�gbar
H A Dsv_SE.ISO8859-1.msg150 72 Felaktig RPC-struktur
152 73 Felaktig RPC-version
154 74 RPC-programmet otillg�ngligt
H A DC.msg150 72 RPC struct is bad
152 73 RPC version wrong
154 74 RPC prog. not avail
/freebsd/usr.sbin/bootparamd/bootparamd/
H A DREADME3 written using the Sun's RPC protocol for bootparamd. To use it you must
8 (( This file was retrieved from the Sun-RPC source package ))
17 RPC.BOOTPARAMD
50 You may also use "all" instead of a specific server, in which case a RPC
/freebsd/usr.sbin/ypserv/
H A DMakefile.yp111 RPC = $(YPSRCDIR)/rpc
488 rpc.byname: $(RPC)
494 }' $(RPC) | $(DBLOAD) -i $(RPC) -o $(YPMAPDIR)/$@ - $(TMP); \
501 rpc.bynumber: $(RPC)
503 @$(AWK) '$$1 !~ "^#.*" { print $$2"\t"$$0 }' $(RPC) \
504 | $(DBLOAD) -i $(RPC) -o $(YPMAPDIR)/$@ - $(TMP); \
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp173 for (ResourcePlusCycles &RPC : ID.Resources) { in initializeUsedResources()
174 if (llvm::popcount(RPC.first) > 1 && !RPC.second.isReserved()) { in initializeUsedResources()
176 uint64_t Mask = RPC.first ^ llvm::bit_floor(RPC.first); in initializeUsedResources()
178 if (RPC.second.NumUnits > (unsigned)llvm::popcount(Mask)) { in initializeUsedResources()
179 RPC.second.setReserved(); in initializeUsedResources()
180 RPC.second.NumUnits = MaxResourceUnits; in initializeUsedResources()
/freebsd/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.

123