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

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

Completed in 91 milliseconds