Home
last modified time | relevance | path

Searched refs:SunCallType (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/include/
H A Dsunrpc.h97 } SunCallType; typedef
102 SunCallType type;
168 SunStatus sunCallUnpackAlloc(SunProg*, SunCallType, uchar*, uchar*, uchar**, SunCall**);
/plan9/sys/src/libsunrpc/
H A Dprog.c39 sunCallUnpackAlloc(SunProg *prog, SunCallType type, uchar *a, uchar *ea, uchar **pa, SunCall **pc) in sunCallUnpackAlloc()