Searched refs:RPC (Results 1 – 25 of 66) sorted by relevance
123
9 RPC (TI-RPC), External Data Representation (XDR), and various utilities and13 Previous releases of RPC Source based on SunOS 4.x were ported to 4.2BSD 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 supported20 by almost 70 vendors on all major operating systems. TS-RPC source code30 Makefile format supported by SparcCompiler 2.0.1. Second, the Secure RPC39 ecb_crypt() functions. These routines are used with Secure RPC however all40 RPC programs that link with this release's librpc will need to link with the42 within the United States. (PLEASE NOTE: The RPC implementation found in[all …]
150 72 Некарэктная структура RPC152 73 Няправільная версія RPC154 74 Праграма RPC недасяжная
150 2 RPC бүтэц буруу152 73 RPC-ийн хувилбар буруу154 74 RPC програм байхгүй
150 72 Погана структура RPC152 73 Невірна версія RPC154 74 Програма RPC недосяжна
150 72 Некорректная структура RPC152 73 Неверная версия RPC154 74 Программа RPC недоступна
150 72 ������������ ��������� RPC152 73 �������� ������ RPC154 74 ��������� RPC ����������
150 72 � ���� RPC ����� ������������152 73 ���������� ������ RPC154 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 Struttura RPC non valida152 73 Versione RPC non corrispondente154 74 Programma RPC non disponibile
150 72 Ugyldig RPC struktur152 73 Feil RPC versjon154 74 RPC program ikke tilgjengelig
150 72 RPC-Struktur ist ung�ltig152 73 RPC-Version ist falsch154 74 RPC-Programm nicht verf�gbar
150 72 Felaktig RPC-struktur152 73 Felaktig RPC-version154 74 RPC-programmet otillg�ngligt
150 72 RPC struct is bad152 73 RPC version wrong154 74 RPC prog. not avail
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); \
173 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()
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.