Searched refs:tbuf (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/ |
H A D | wlan_logging_sock_svc.c | 349 static int wlan_add_user_log_time_stamp(char *tbuf, size_t tbuf_sz, uint64_t ts) in wlan_add_user_log_time_stamp() argument 355 return scnprintf(tbuf, tbuf_sz, "[%.6s][0x%llx]%s", in wlan_add_user_log_time_stamp() 418 char tbuf[60]; in wlan_log_to_user() local 428 tlen = wlan_add_user_log_time_stamp(tbuf, sizeof(tbuf), ts); in wlan_log_to_user() 432 log_to_console(log_level, tbuf, to_be_sent); in wlan_log_to_user() 474 memcpy(&ptr[*pfilled_length], tbuf, tlen); in wlan_log_to_user() 489 log_to_console(log_level, tbuf, to_be_sent); in wlan_log_to_user()
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | qdf_mc_timer.c | 712 void qdf_get_time_of_the_day_in_hr_min_sec_usec(char *tbuf, int len) in qdf_get_time_of_the_day_in_hr_min_sec_usec() argument 723 scnprintf(tbuf, len, in qdf_get_time_of_the_day_in_hr_min_sec_usec() 752 void qdf_get_time_of_the_day_in_hr_min_sec_usec(char *tbuf, int len) in qdf_get_time_of_the_day_in_hr_min_sec_usec() argument 763 scnprintf(tbuf, len, in qdf_get_time_of_the_day_in_hr_min_sec_usec()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_mc_timer.h | 332 void qdf_get_time_of_the_day_in_hr_min_sec_usec(char *tbuf, int len);
|
/wlan-driver/wpa_supplicant_8/src/drivers/ |
H A D | driver_atheros.c |
|