Searched defs:nowt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex3.cc803 uint32_t nowt = time(0); local
812 t->obj, nowt, &xid);
H A Ddb_mindex2.cc994 uint32_t nowt = time(0); local
1003 0, nowt, &xid);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c488 int64_t nowt; local
752 nowt = LBOLT_FASTPATH64;
753 bcopy(&nowt, now, sizeof (*now));
808 MSEC_TO_TICK(sctps->sctps_new_secret_interval)) <= nowt) {
813 sctp->sctp_last_secret_update = nowt;

Completed in 51 milliseconds