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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c1215 struct nfs_args tempargs; local
1230 error = copyin(data, (caddr_t)&tempargs, sizeof (struct nfs_args3));
1236 error = copyin(data, (caddr_t)&tempargs, sizeof (struct nfs_args4));
1242 error = copyin(data, (caddr_t)&tempargs, sizeof (tempargs));
1251 args.version = tempargs.version;
1252 args.addrlen = tempargs.addrlen;
1253 args.sotype = tempargs.sotype;
1254 args.proto = tempargs.proto;
1255 args.fhsize = tempargs
[all...]

Completed in 24 milliseconds