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

/opensolaris-onvv-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs3ops.c354 LOOKUP3res res_lookup; local
360 bzero((caddr_t)&res_lookup, sizeof (LOOKUP3res));
367 (caddr_t)&dirop, xdr_LOOKUP3res, (caddr_t)&res_lookup,
373 if (res_lookup.status != NFS3_OK) {
374 nfs3_error(res_lookup.status);
375 *nstat = (int)res_lookup.status;
377 xdr_LOOKUP3res, (caddr_t)&res_lookup);
386 if (res_lookup.LOOKUP3res_u.resok.obj_attributes.attributes_follow ==
390 xdr_LOOKUP3res, (caddr_t)&res_lookup);
394 cd.ftype.type3 = res_lookup
[all...]
H A Dnfs2ops.c313 diropres res_lookup; local
322 (caddr_t)&dirop, xdr_diropres, (caddr_t)&res_lookup,
328 if (res_lookup.status != NFS_OK) {
329 nfs_error(res_lookup.status);
330 *nstat = (int)res_lookup.status;
336 cd.ftype.type2 = res_lookup.diropres_u.diropres.attributes.type;
337 bcopy(&res_lookup.diropres_u.diropres.file, &cd.fh.fh2, NFS_FHSIZE);

Completed in 36 milliseconds