Searched refs:_os_vsnprintf (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | pltfm_ops_windows.h | 108 #define _os_vsnprintf(str, size, fmt, args) RtlStringCbVPrintfA(str, size, fmt, args) macro
|
| H A D | pltfm_ops_linux.h | 70 #define _os_vsnprintf(str, size, fmt, args) vsnprintf(str, size, fmt, args) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | pltfm_ops_windows.h | 108 #define _os_vsnprintf(str, size, fmt, args) RtlStringCbVPrintfA(str, size, fmt, args) macro
|
| H A D | pltfm_ops_linux.h | 74 #define _os_vsnprintf(str, size, fmt, args) vsnprintf(str, size, fmt, args) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_api_mac.c | 775 ret = _os_vsnprintf(buf, size, fmt, args); in hal_mac_sprintf() 854 err = _os_vsnprintf(str, MSG_LEN, fmt, args); in hal_mac_msg_print()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_api_mac.c | 775 ret = _os_vsnprintf(buf, size, fmt, args); in hal_mac_sprintf() 854 err = _os_vsnprintf(str, MSG_LEN, fmt, args); in hal_mac_msg_print()
|