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

/freebsd-11.0-release/crypto/openssl/crypto/ts/
H A Dts_rsp_print.c182 const ASN1_GENERALIZEDTIME *gtime; local
213 gtime = TS_TST_INFO_get_time(a);
214 ASN1_GENERALIZEDTIME_print(bio, gtime);
H A Dts_rsp_utils.c183 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime) argument
187 if (a->time == gtime)
189 new_time = M_ASN1_GENERALIZEDTIME_dup(gtime);
H A Dts.h422 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime);
/freebsd-11.0-release/sys/dev/ixl/
H A Di40e_nvm.c104 u64 gtime, timeout; local
115 gtime = rd32(hw, I40E_GLVFGEN_TIMER);
118 hw->nvm.hw_semaphore_timeout = I40E_MS_TO_GTIME(time_left) + gtime;
127 timeout = I40E_MS_TO_GTIME(I40E_MAX_NVM_TIMEOUT) + gtime;
128 while ((gtime < timeout) && time_left) {
130 gtime = rd32(hw, I40E_GLVFGEN_TIMER);
137 I40E_MS_TO_GTIME(time_left) + gtime;
1208 u32 gtime; local
1210 gtime = rd32(hw, I40E_GLVFGEN_TIMER);
1211 if (gtime >
[all...]
/freebsd-11.0-release/crypto/openssl/ssl/
H A Dkssl.c1882 static struct tm *k_gmtime(ASN1_GENERALIZEDTIME *gtime, struct tm *k_tm) argument
1888 if (gtime == NULL || gtime->length < 14)
1890 if (gtime->data == NULL)
1893 p = (char *)&gtime->data[14];
/freebsd-11.0-release/contrib/tzcode/stdtime/
H A Dlocaltime.c2161 gtime(struct tm *const tmp) function

Completed in 194 milliseconds