Searched refs:USER_BUF_LEN (Results 1 – 2 of 2) sorted by relevance
34 #define USER_BUF_LEN (1 + 2 + 2 + 2 + MAX_BUFFER_SIZE + 6) macro
1194 if ((!buf) || (count > USER_BUF_LEN) || (count < 7)) in iot_sim_debug_content_change_write()1197 locbuf = qdf_mem_malloc(USER_BUF_LEN + 1); in iot_sim_debug_content_change_write()