Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h121 #define AUTH_VALIDATE(auth, verfp) \ argument
122 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
123 #define auth_validate(auth, verfp) \ argument
124 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
/titanic_41/usr/src/uts/common/rpc/
H A Dauth.h272 #define AUTH_VALIDATE(auth, verfp) \ argument
273 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
274 #define auth_validate(auth, verfp) \ argument
275 ((*((auth)->ah_ops->ah_validate))((auth), verfp))
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c4281 } *verfp; in rfs3_srvrinit() local
4307 ASSERT(sizeof (*verfp) <= sizeof (write3verf)); in rfs3_srvrinit()
4311 verfp = (struct rfs3_verf_overlay *)&write3verf; in rfs3_srvrinit()
4312 verfp->ts = (int)now.tv_sec; in rfs3_srvrinit()
4313 verfp->id = zone_get_hostid(NULL); in rfs3_srvrinit()
4315 if (verfp->id == 0) in rfs3_srvrinit()
4316 verfp->id = (uint_t)now.tv_nsec; in rfs3_srvrinit()
H A Dnfs3_vnops.c2407 nfstime3 *verfp; in nfs3create() local
2432 verfp = (nfstime3 *)&args.how.createhow3_u.verf; in nfs3create()
2433 verfp->seconds = zone_get_hostid(NULL); in nfs3create()
2434 if (verfp->seconds != 0) in nfs3create()
2435 verfp->nseconds = newnum(); in nfs3create()
2438 verfp->seconds = now.tv_sec; in nfs3create()
2439 verfp->nseconds = now.tv_nsec; in nfs3create()
2446 verfp->seconds %= INT32_MAX; in nfs3create()