Searched refs:tmp_buff (Results 1 – 2 of 2) sorted by relevance
150 char *kern_buff, *tmp_buff; in zynqmp_pm_debugfs_api_write() local168 tmp_buff = kern_buff; in zynqmp_pm_debugfs_api_write()187 kfree(tmp_buff); in zynqmp_pm_debugfs_api_write()
25 char *tmp_buff = recv_buff; in exec_command() local30 while (fgets(tmp_buff, len, stream)) { in exec_command()32 tmp_buff += strlen(tmp_buff); in exec_command()33 len -= strlen(tmp_buff); in exec_command()