Searched refs:gtime (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | i40e_nvm.c | 91 u64 gtime, timeout; in i40e_acquire_nvm() local 102 gtime = rd32(hw, I40E_GLVFGEN_TIMER); in i40e_acquire_nvm() 105 hw->nvm.hw_semaphore_timeout = I40E_MS_TO_GTIME(time_left) + gtime; in i40e_acquire_nvm() 115 timeout = I40E_MS_TO_GTIME(I40E_MAX_NVM_TIMEOUT) + gtime; in i40e_acquire_nvm() 116 while ((gtime < timeout) && time_left) { in i40e_acquire_nvm() 118 gtime = rd32(hw, I40E_GLVFGEN_TIMER); in i40e_acquire_nvm() 125 I40E_MS_TO_GTIME(time_left) + gtime; in i40e_acquire_nvm() 1329 u32 gtime; in i40e_nvmupd_state_writing() local 1331 gtime = rd32(hw, I40E_GLVFGEN_TIMER); in i40e_nvmupd_state_writing() 1332 if (gtime >= hw->nvm.hw_semaphore_timeout) { in i40e_nvmupd_state_writing() [all …]
|
/freebsd/crypto/openssl/crypto/ts/ |
H A D | ts_rsp_utils.c | 131 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime) in TS_TST_INFO_set_time() argument 135 if (a->time == gtime) in TS_TST_INFO_set_time() 137 new_time = ASN1_STRING_dup(gtime); in TS_TST_INFO_set_time()
|
/freebsd/crypto/openssl/test/ |
H A D | asn1_time_test.c | 102 static ASN1_TIME gtime = { variable 144 if (!TEST_true(ASN1_TIME_diff(&day, &sec, >ime, &atime))) { in test_table()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ts.h | 188 int TS_TST_INFO_set_time(TS_TST_INFO *a, const ASN1_GENERALIZEDTIME *gtime);
|
/freebsd/contrib/tzcode/ |
H A D | NEWS | 3599 The long-obsolete 'gtime' function has been removed. 4307 The signatures of 'offtime', 'timeoff', and 'gtime' have been 6258 * MACHination (the "gtime" function)
|
/freebsd/contrib/tzdata/ |
H A D | NEWS | 3702 The long-obsolete 'gtime' function has been removed. 4410 The signatures of 'offtime', 'timeoff', and 'gtime' have been 6361 * MACHination (the "gtime" function)
|