OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PMAPPROC_CALLIT
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
pmap_prot.h
63
*
PMAPPROC_CALLIT
(unsigned, unsigned, unsigned, string<>)
65
* usage: encapsulatedresults =
PMAPPROC_CALLIT
(prog, vers, proc, encapsulatedargs);
70
* This file has no interface to xdr routines for
PMAPPROC_CALLIT
.
85
#define
PMAPPROC_CALLIT
((u_long)5)
/external/python/cpython2/Demo/rpc/
rpc.py
472
PMAPPROC_CALLIT
= 5 # (call_args) -> call_result
551
return self.make_call(
PMAPPROC_CALLIT
, ca, \
Completed in 4197 milliseconds