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

/freebsd-10.1-release/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) + gtime;
112 + gtime;
116 while (gtime < timeout) {
124 I40E_MS_TO_GTIME(time) + gtime;
127 gtime = rd32(hw, I40E_GLVFGEN_TIMER);
132 I40E_MS_TO_GTIME(time) + gtime;
/freebsd-10.1-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-10.1-release/cddl/contrib/dtracetoolkit/Docs/Examples/
H A Doneliners_examples.txt75 gtime 3
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Examples/
H A Doneliners_examples.txt75 gtime 3
/freebsd-10.1-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-10.1-release/contrib/tzcode/stdtime/
H A Dlocaltime.c2191 gtime(tmp) function

Completed in 85 milliseconds