Searched refs:afid (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dv9fs.h65 * @afid: authentication handle
91 unsigned int afid; member in struct:v9fs_session_info
H A Dv9fs.c67 {Opt_afid, "afid=%u"},
96 v9ses->afid = ~0;
142 v9ses->afid = option;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Dclient.c840 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, argument
848 P9_DPRINTK(P9_DEBUG_9P, ">>> TATTACH afid %d uname %s aname %s\n",
849 afid ? afid->fid : -1, uname, aname);
860 afid ? afid->fid : P9_NOFID, uname, aname, n_uname);
896 struct p9_fid *afid; local
901 afid = p9_fid_create(clnt);
902 if (IS_ERR(afid)) {
903 err = PTR_ERR(afid);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/9p/
H A Dclient.h220 struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid,
H A D9p.h498 u32 afid; member in struct:p9_tauth
522 u32 afid; member in struct:p9_tattach
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c443 unsigned afid; /* buffer id */ member in struct:ioarg
4619 DBGPRINTF(("PUSHIO: argp %p, argp->afid 0x%x, e.iop %p\n", argp,
4620 argp->afid, e.iop));
4634 if (argp->afid != AFID_NOBUF)
4656 e.iop->argp->afid = bufid; /* assign buffer id */
4797 if (ap->afid != AFID_NOBUF) {
4798 i = (ap->afid != bp->id);
4809 bp->id = ap->afid;

Completed in 180 milliseconds