Searched refs:fres (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_addr_finder.c | 326 int fres = dwarf_whatform(attr, &form, perr); in handle_attr_locdesc() local 328 if (fres == DW_DLV_OK) { in handle_attr_locdesc() 389 retval = fres; in handle_attr_locdesc()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_xdr.c | 825 if (!xdr_fattr3_to_vattr(xdrs, &objp->fres)) in xdr_post_op_vattr() 832 if (objp->fres.status != NFS3_OK) in xdr_post_op_vattr() 1071 return (xdr_fattr3_to_vattr(xdrs, &objp->fres)); in xdr_GETATTR3vres() 2414 dvp = objp->dir_attributes.fres.vp; in xdr_READDIRPLUS3vres() 2417 pov.fres.vap = &va; in xdr_READDIRPLUS3vres() 2418 pov.fres.vp = dvp; in xdr_READDIRPLUS3vres() 2486 pov.fres.status == NFS3_OK) in xdr_READDIRPLUS3vres()
|
H A D | nfs3_vnops.c | 1154 res.pov.fres.vp = vp; in nfs3read() 1155 res.pov.fres.vap = &va; in nfs3read() 2166 res.obj_attributes.fres.vp = dvp; in nfs3lookup_otw() 2167 res.obj_attributes.fres.vap = &vattr; in nfs3lookup_otw() 2168 res.dir_attributes.fres.vp = dvp; in nfs3lookup_otw() 2169 res.dir_attributes.fres.vap = &dvattr; in nfs3lookup_otw() 2194 vp = makenfs3node_va(&res.object, res.obj_attributes.fres.vap, in nfs3lookup_otw() 4106 res.dir_attributes.fres.vap = &dva; in nfs3readdir() 4107 res.dir_attributes.fres.vp = vp; in nfs3readdir() 4216 res.dir_attributes.fres.vap = &dva; in nfs3readdirplus() [all …]
|
H A D | nfs_client.c | 302 nfs_attr_cache(vp, poap->fres.vap, t, cr); in nfs3_cache_post_op_vattr() 949 res.fres.vp = vp; in nfs3_getattr_otw() 950 res.fres.vap = vap; in nfs3_getattr_otw() 973 if (res.fres.status) in nfs3_getattr_otw() 974 return (res.fres.status); in nfs3_getattr_otw()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_file.c | 1224 struct stat fres; in krb5_fcc_open_nounlink() local 1291 if (fstat(fd, &fres) == -1) { in krb5_fcc_open_nounlink() 1297 if (lres.st_dev != fres.st_dev || lres.st_ino != fres.st_ino) { in krb5_fcc_open_nounlink() 1324 if (fname_uid != fres.st_uid) { in krb5_fcc_open_nounlink() 1328 filename, fres.st_uid, fname_uid); in krb5_fcc_open_nounlink()
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfs.h | 1180 fattr3_res fres; member 1291 fattr3_res fres; member
|