Home
last modified time | relevance | path

Searched defs:AuthRpc (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/cmd/unix/drawterm/include/
H A Dauth.h15 typedef struct AuthRpc AuthRpc; typedef
37 struct AuthRpc struct
40 char ibuf[AuthRpcMax]; argument
41 char obuf[AuthRpcMax]; argument
65 AuthRpc *rpc; /* to factotum */ argument
/plan9-contrib/sys/include/
H A Dauth.h13 typedef struct AuthRpc AuthRpc; typedef
35 struct AuthRpc struct
38 char ibuf[AuthRpcMax+1]; /* +1 for NUL in auth_rpc.c */ argument
39 char obuf[AuthRpcMax]; argument
63 AuthRpc *rpc; /* to factotum */ argument
/plan9-contrib/sys/src/cmd/disk/kfs/
H A Dportdat.h30 typedef struct AuthRpc AuthRpc; typedef