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

/freebsd-12-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c131 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime) argument
135 if (a->time == gtime)
137 new_time = ASN1_STRING_dup(gtime);
/freebsd-12-stable/sys/dev/ixl/
H A Di40e_nvm.c92 u64 gtime, timeout; local
103 gtime = rd32(hw, I40E_GLVFGEN_TIMER);
106 hw->nvm.hw_semaphore_timeout = I40E_MS_TO_GTIME(time_left) + gtime;
115 timeout = I40E_MS_TO_GTIME(I40E_MAX_NVM_TIMEOUT) + gtime;
116 while ((gtime < timeout) && time_left) {
118 gtime = rd32(hw, I40E_GLVFGEN_TIMER);
125 I40E_MS_TO_GTIME(time_left) + gtime;
1327 u32 gtime; local
1329 gtime = rd32(hw, I40E_GLVFGEN_TIMER);
1330 if (gtime >
[all...]
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dts.h246 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime);
/freebsd-12-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c2160 gtime(struct tm *const tmp) function

Completed in 122 milliseconds