Home
last modified time | relevance | path

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

/plan9/sys/include/
H A Dnfs3.h259 } Nfs3CallType; typedef
338 Nfs3CallType type;
766 char *nfs3TypeStr(Nfs3CallType);
/plan9/sys/src/cmd/
H A Dnfs.c137 nfs3Call(Auth *a, SunCall *c, Nfs3CallType type) in nfs3Call()