Home
last modified time | relevance | path

Searched refs:pov (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c1411 if (!xdr_post_op_vattr(xdrs, &objp->pov)) in xdr_READ3vres()
2384 post_op_vattr pov; in xdr_READDIRPLUS3vres() local
2417 pov.fres.vap = &va; in xdr_READDIRPLUS3vres()
2418 pov.fres.vp = dvp; in xdr_READDIRPLUS3vres()
2482 if (!xdr_post_op_vattr(xdrs, &pov)) in xdr_READDIRPLUS3vres()
2485 if (pov.attributes == TRUE && in xdr_READDIRPLUS3vres()
2486 pov.fres.status == NFS3_OK) in xdr_READDIRPLUS3vres()
H A Dnfs3_vnops.c1154 res.pov.fres.vp = vp; in nfs3read()
1155 res.pov.fres.vap = &va; in nfs3read()
1220 if (res.pov.attributes) { in nfs3read()
/titanic_41/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c142 static struct pfc_ops_v pov[] = { variable
280 for (pv = pov; pv->svc_name != NULL; ++pv) in pci_fc_ops()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs.h1473 struct post_op_vattr pov; member