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

/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c494 char tmp_cmd[32]; local
495 strlcpy(tmp_cmd, cmd, sizeof(tmp_cmd));
496 machine_restart(tmp_cmd);
/drivers/usb/host/
H A Dxhci-ring.c1186 struct xhci_command *cur_cmd, *tmp_cmd; local
1187 list_for_each_entry_safe(cur_cmd, tmp_cmd, &xhci->cmd_list, cmd_list)
1199 struct xhci_command *i_cmd, *tmp_cmd; local
1203 list_for_each_entry_safe(i_cmd, tmp_cmd, &xhci->cmd_list,
/drivers/target/
H A Dtarget_core_transport.c2462 struct se_cmd *se_cmd, *tmp_cmd; local
2465 list_for_each_entry_safe(se_cmd, tmp_cmd,

Completed in 1008 milliseconds