Searched refs:RPC (Results 1 – 25 of 67) sorted by relevance
123
9 RPC (TI-RPC), External Data Representation (XDR), and various utilities and15 transport-specific RPC (TS-RPC).17 TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V19 (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported63 that are already available on Solaris 2.3 (such as the RPC headers, the RPC105 cmd/rpcgen The RPC Language compiler (for .x files)106 cmd/rpcbind The RPC bindery and portmapper107 cmd/rpcinfo RPC bindery query utility108 cmd/keyserv The Secure RPC keyserver118 lib/librpc The RPC and XDR library[all …]
150 72 Некарэктная структура RPC152 73 Няправільная версія RPC154 74 Праграма RPC недасяжная
150 72 Погана структура RPC152 73 Невірна версія RPC154 74 Програма RPC недосяжна
150 2 RPC бүтэц буруу152 73 RPC-ийн хувилбар буруу154 74 RPC програм байхгүй
150 72 � ���� RPC ����� ������������152 73 ���������� ������ RPC154 74 �� ��������� RPC ��� ����� ���������
152 72 ������������ ��������� RPC154 73 �������� ������ RPC156 74 ��������� RPC ����������
150 72 ̵���� RPC ��¤�ΤǤ�152 73 RPC �С�����ְ�äƤ��ޤ�154 74 RPC �ץ���ब���ѤǤ��ޤ���
150 72 無効な RPC 構造体です152 73 RPC バージョンが間違っています154 74 RPC プログラムが利用できません
150 72 RPC 구조체가 잘못되었습니다152 73 RPC 버전이 맞지 않습니다154 74 RPC 프로그램이 없습니다
150 72 RPC ����ü�� �߸��Ǿ����ϴ�152 73 RPC ������ ���� �ʽ��ϴ�154 74 RPC ���α��� �����ϴ�
150 72 RPC 结构无效152 73 RPC 版本错误154 74 RPC 程序不可用
152 72 RPC �ṹ��Ч154 73 RPC �汾����156 74 RPC ������
150 72 Virheellinen RPC-pyynt�152 73 V��r� RPC-versio154 74 RPC ei k�ytett�viss�158 76 V��r� RPC-pyynt� ohjelmalle
150 72 RPC �trukt�ra je chybn�152 73 Chybn� verzia RPC154 74 RPC program nie je k dispoz�cii156 75 Chybn� verzia RPC programu158 76 Chybn� RPC proced�ra pre program
150 72 Ugyldig RPC struktur152 73 Feil RPC versjon154 74 RPC program ikke tilgjengelig
150 72 Struttura RPC non valida152 73 Versione RPC non corrispondente154 74 Programma RPC non disponibile
150 72 Felaktig RPC-struktur152 73 Felaktig RPC-version154 74 RPC-programmet otillg�ngligt
150 72 RPC-Struktur ist ung�ltig152 73 RPC-Version ist falsch154 74 RPC-Programm nicht verf�gbar
150 72 Estrutura RPC incorreta152 73 Vers�o RPC incorreta154 74 Programa RPC indispon�vel
3 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.BOOTPARAMD50 You may also use "all" instead of a specific server, in which case a RPC
111 RPC = $(YPSRCDIR)/rpc488 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); \
7 title: Renesas Reduced Pin Count Interface (RPC-IF)13 Renesas RPC-IF allows a SPI flash or HyperFlash connected to the SoC to16 The flash chip itself should be represented by a subnode of the RPC-IF node.59 - description: RPC-IF registers
172 for (ResourcePlusCycles &RPC : ID.Resources) { in initializeUsedResources()173 if (llvm::popcount(RPC.first) > 1 && !RPC.second.isReserved()) { in initializeUsedResources()175 uint64_t Mask = RPC.first ^ llvm::bit_floor(RPC.first); in initializeUsedResources()177 if (RPC.second.NumUnits > (unsigned)llvm::popcount(Mask)) { in initializeUsedResources()178 RPC.second.setReserved(); in initializeUsedResources()179 RPC.second.NumUnits = MaxResourceUnits; in initializeUsedResources()
29 (3) It does NOT work with RPC over UDP services such as rusersd and33 can be made to work (recvfrom recvmsg) I give up. So, the IRIX RPC37 (4) I didn't even bother to try the RPC over TCP services.