Searched refs:rtw_sprintf (Results 1 – 2 of 2) sorted by relevance
127 #define rtw_sprintf(buf, size, format, arg...) snprintf(buf, size, format, ##arg) macro
420 rtw_sprintf(thread_name, 20, "RTWHALXT-%s", ADPT_ARG(padapter)); in rtl8723bs_xmit_thread()