Searched refs:cmd_buf_tmp (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c983 char *cmd_buf, *cmd_buf_tmp; i40e_dbg_command_write() local
1006 cmd_buf_tmp = strchr(cmd_buf, '\n'); i40e_dbg_command_write()
1007 if (cmd_buf_tmp) { i40e_dbg_command_write()
1008 *cmd_buf_tmp = '\0'; i40e_dbg_command_write()
1009 count = cmd_buf_tmp - cmd_buf + 1; i40e_dbg_command_write()

Completed in 41 milliseconds