Lines Matching refs:cur_tm
2381 struct tm cur_tm; in aac_send_safw_hostttime() local
2391 time64_to_tm(local_time, 0, &cur_tm); in aac_send_safw_hostttime()
2392 cur_tm.tm_mon += 1; in aac_send_safw_hostttime()
2393 cur_tm.tm_year += 1900; in aac_send_safw_hostttime()
2394 wellness_str[8] = bin2bcd(cur_tm.tm_hour); in aac_send_safw_hostttime()
2395 wellness_str[9] = bin2bcd(cur_tm.tm_min); in aac_send_safw_hostttime()
2396 wellness_str[10] = bin2bcd(cur_tm.tm_sec); in aac_send_safw_hostttime()
2397 wellness_str[12] = bin2bcd(cur_tm.tm_mon); in aac_send_safw_hostttime()
2398 wellness_str[13] = bin2bcd(cur_tm.tm_mday); in aac_send_safw_hostttime()
2399 wellness_str[14] = bin2bcd(cur_tm.tm_year / 100); in aac_send_safw_hostttime()
2400 wellness_str[15] = bin2bcd(cur_tm.tm_year % 100); in aac_send_safw_hostttime()