/plan9-contrib/sys/src/cmd/unix/drawterm/libauth/ |
H A D | auth_rpc.c | 21 classify(char *buf, uint n, AuthRpc *rpc) in classify() 45 AuthRpc *rpc; in auth_allocrpc() local 55 auth_freerpc(AuthRpc *rpc) in auth_freerpc() 61 auth_rpc(AuthRpc *rpc, char *verb, void *a, int na) in auth_rpc()
|
H A D | auth_proxy.c | 87 auth_getinfo(AuthRpc *rpc) in auth_getinfo() 102 dorpc(AuthRpc *rpc, char *verb, char *val, int len, AuthGetkey *getkey) in dorpc() 120 fauth_proxy(int fd, AuthRpc *rpc, AuthGetkey *getkey, char *params) in fauth_proxy() 187 AuthRpc *rpc; in auth_proxy() local
|
H A D | auth_getuserpasswd.c | 11 dorpc(AuthRpc *rpc, char *verb, char *val, int len, AuthGetkey *getkey) in dorpc() 28 AuthRpc *rpc; in auth_getuserpasswd() local
|
H A D | auth_respond.c | 12 dorpc(AuthRpc *rpc, char *verb, char *val, int len, AuthGetkey *getkey) in dorpc() 32 AuthRpc *rpc; in auth_respond() local
|
H A D | auth_attr.c | 8 auth_attr(AuthRpc *rpc) in auth_attr()
|
/plan9-contrib/sys/src/libauth/ |
H A D | auth_rpc.c | 21 classify(char *buf, uint n, AuthRpc *rpc) in classify() 45 AuthRpc *rpc; in auth_allocrpc() local 55 auth_freerpc(AuthRpc *rpc) in auth_freerpc() 61 auth_rpc(AuthRpc *rpc, char *verb, void *a, int na) in auth_rpc()
|
H A D | auth_proxy.c | 87 auth_getinfo(AuthRpc *rpc) in auth_getinfo() 101 dorpc(AuthRpc *rpc, char *verb, char *val, int len, AuthGetkey *getkey) in dorpc() 119 fauth_proxy(int fd, AuthRpc *rpc, AuthGetkey *getkey, char *params) in fauth_proxy() 193 AuthRpc *rpc; in auth_proxy() local
|
H A D | auth_getuserpasswd.c | 11 dorpc(AuthRpc *rpc, char *verb, char *val, int len, AuthGetkey *getkey) in dorpc() 28 AuthRpc *rpc; in auth_getuserpasswd() local
|
H A D | newns.c | 25 freecloserpc(AuthRpc *rpc) in freecloserpc() 41 AuthRpc *rpc; in buildns() local 91 nsfile(char *fn, Biobuf *b, AuthRpc *rpc) in nsfile() 126 famount(int fd, AuthRpc *rpc, char *mntpt, int flags, char *aname) in famount() 145 nsop(char *fn, int argc, char *argv[], AuthRpc *rpc) in nsop()
|
H A D | auth_respond.c | 12 dorpc(AuthRpc *rpc, char *verb, char *val, int len, AuthGetkey *getkey) in dorpc() 32 AuthRpc *rpc; in auth_respond() local
|
H A D | auth_attr.c | 8 auth_attr(AuthRpc *rpc) in auth_attr()
|
H A D | auth_wep.c | 12 AuthRpc *rpc; in auth_wep() local
|
/plan9-contrib/sys/src/cmd/unix/drawterm/kern/ |
H A D | exportfs.c | 53 Fcall rpc; member 526 Exsession(Export *e, Fcall *rpc) in Exsession() 541 Exattach(Export *fs, Fcall *rpc) in Exattach() 561 Exclone(Export *fs, Fcall *rpc) in Exclone() 588 Exclunk(Export *fs, Fcall *rpc) in Exclunk() 601 Exwalk(Export *fs, Fcall *rpc) in Exwalk() 625 Exopen(Export *fs, Fcall *rpc) in Exopen() 649 Excreate(Export *fs, Fcall *rpc) in Excreate() 674 Exread(Export *fs, Fcall *rpc) in Exread() 733 Exwrite(Export *fs, Fcall *rpc) in Exwrite() [all …]
|
/plan9-contrib/sys/src/cmd/vnc/ |
H A D | exportfs.c | 51 Fcall rpc; member 504 Exversion(Export *fs, Fcall *rpc, uchar *) in Exversion() 525 Exattach(Export *fs, Fcall *rpc, uchar *) in Exattach() 551 Exclunk(Export *fs, Fcall *rpc, uchar *) in Exclunk() 564 Exwalk(Export *fs, Fcall *rpc, uchar *) in Exwalk() 630 Exopen(Export *fs, Fcall *rpc, uchar *) in Exopen() 659 Excreate(Export *fs, Fcall *rpc, uchar *) in Excreate() 687 Exread(Export *fs, Fcall *rpc, uchar *buf) in Exread() 714 Exwrite(Export *fs, Fcall *rpc, uchar *) in Exwrite() 736 Exstat(Export *fs, Fcall *rpc, uchar *buf) in Exstat() [all …]
|
/plan9-contrib/sys/src/cmd/jtagfs/ |
H A D | jtagfs.c | 232 Fcall rpc; in fsrun() local 338 fsversion(Fs *, Fcall *rpc) in fsversion() 358 fsattach(Fs *fs, Fcall *rpc) in fsattach() 406 fswalk(Fs *fs, Fcall *rpc) in fswalk() 467 fsopen(Fs *fs, Fcall *rpc) in fsopen() 509 readbuf(Fcall *rpc, void *s, long n) in readbuf() 530 readctl(Fs *fs, Fcall *rpc) in readctl() 555 readbytes(JMedium *jmed, u32int startaddr, u32int nbytes, u32int dataoff, Fcall *rpc) in readbytes() 590 readmem(Fs *fs, Fcall *rpc) in readmem() 647 writebytes(JMedium *jmed, u32int startaddr, u32int nbytes, u32int dataoff, Fcall *rpc) in writebytes() [all …]
|
/plan9-contrib/sys/src/cmd/ssh1/ |
H A D | smsg.c | 27 rpcdecrypt(AuthRpc *rpc, mpint *b) in rpcdecrypt() 44 recv_ssh_cmsg_session_key(Conn *c, AuthRpc *rpc) in recv_ssh_cmsg_session_key() 214 AuthRpc *rpc; in sshserverhandshake() local
|
H A D | authrsa.c | 9 AuthRpc *rpc; in authrsafn() local
|
/plan9-contrib/sys/src/cmd/9nfs/ |
H A D | authhostowner.c | 71 dorpc(AuthRpc *rpc, char *verb, char *val, int len, AuthGetkey *getkey) in dorpc() 114 authproto(Session *s, Fid *f, AuthRpc *rpc, AuthGetkey *getkey, char *params) in authproto() 182 AuthRpc *rpc; in authhostowner() local
|
/plan9-contrib/sys/src/cmd/aux/ |
H A D | searchfs.c | 589 Fcall rpc; in fsrun() local 697 fsversion(Fs *, Fcall *rpc) in fsversion() 717 fsattach(Fs *fs, Fcall *rpc) in fsattach() 734 fswalk(Fs *fs, Fcall *rpc) in fswalk() 795 fsopen(Fs *fs, Fcall *rpc) in fsopen() 830 fsread(Fs *fs, Fcall *rpc) in fsread() 879 fswrite(Fs *fs, Fcall *rpc) in fswrite() 905 fsclunk(Fs *fs, Fcall *rpc) in fsclunk() 924 fsstat(Fs *fs, Fcall *rpc) in fsstat()
|
/plan9-contrib/sys/src/9k/boot/ |
H A D | nopsession.c | 10 rpc(int fd, int type) in rpc() function
|
/plan9-contrib/sys/src/9/boot/ |
H A D | nopsession.c | 10 rpc(int fd, int type) in rpc() function
|
/plan9-contrib/sys/src/cmd/usb/lib/ |
H A D | fs.c | 127 Rpc *rpc; in dump() local 244 fserror(Rpc *rpc, char* fmt, ...) in fserror() 335 Rpc *rpc; in fsioproc() local 540 Rpc *rpc; in outproc() local 578 Rpc *rpc; in usbfs() local
|
/plan9-contrib/sys/src/cmd/auth/ |
H A D | challenge.c | 18 AuthRpc *rpc; in main() local
|
/plan9-contrib/sys/src/libsunrpc/ |
H A D | fmt.c | 12 SunRpc *rpc; in sunRpcFmt() local
|
/plan9-contrib/sys/src/cmd/fossil/ |
H A D | 9auth.c | 8 AuthRpc *rpc; in authRead() local
|