| /kernel/linux/linux-5.10/drivers/scsi/snic/ |
| H A D | snic_io.c | 463 char *cmd_str = NULL; in snic_dump_desc() local 473 cmd_str = "report-tgt : "; in snic_dump_desc() 478 cmd_str = "icmnd : "; in snic_dump_desc() 484 cmd_str = "itmf : "; in snic_dump_desc() 489 cmd_str = "hba reset :"; in snic_dump_desc() 494 cmd_str = "exch ver : "; in snic_dump_desc() 499 cmd_str = "tgt info : "; in snic_dump_desc() 503 cmd_str = "report tgt cmpl : "; in snic_dump_desc() 508 cmd_str = "icmnd_cmpl : "; in snic_dump_desc() 514 cmd_str in snic_dump_desc() [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/snic/ |
| H A D | snic_io.c | 449 char *cmd_str = NULL; in snic_dump_desc() local 459 cmd_str = "report-tgt : "; in snic_dump_desc() 464 cmd_str = "icmnd : "; in snic_dump_desc() 470 cmd_str = "itmf : "; in snic_dump_desc() 475 cmd_str = "hba reset :"; in snic_dump_desc() 480 cmd_str = "exch ver : "; in snic_dump_desc() 485 cmd_str = "tgt info : "; in snic_dump_desc() 489 cmd_str = "report tgt cmpl : "; in snic_dump_desc() 494 cmd_str = "icmnd_cmpl : "; in snic_dump_desc() 500 cmd_str in snic_dump_desc() [all...] |
| /third_party/unity/examples/example_3/ |
| H A D | rakefile_helper.rb | 89 cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} #{file} " \ 92 execute(cmd_str + obj_file) 114 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]}" 115 cmd_str += " #{(obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj}" }).join(' ')}" 116 cmd_str += " #{$cfg['linker']['bin_files']['prefix']} " 117 cmd_str += $cfg['linker']['bin_files']['destination'] 118 cmd_str += exe_name + $cfg['linker']['bin_files']['extension'] 119 execute(cmd_str) 211 cmd_str = if simulator.nil? 216 output = execute(cmd_str, tru [all...] |
| /third_party/vixl/test/aarch64/ |
| H A D | test-debugger-aarch64.h | 102 std::string cmd_str(cmd); \ 103 cmd_str += "\n"; \ 105 input_stream.str(input_stream.str() + cmd_str); \ 106 command_map.insert({cmd_str, exp_out}); \
|
| /third_party/unity/test/ |
| H A D | rakefile_helper.rb | 139 cmd_str = build_command_string( $cfg[:tools][:test_compiler], [ file, out_file ], defines ) 140 execute(cmd_str) 146 cmd_str = build_command_string( $cfg[:tools][:test_linker], [ obj_list, exe_name ] ) 147 execute(cmd_str) 154 cmd_str = build_command_string( $cfg[:tools][:test_fixture], [ bin_name, extra_args ] ) 156 cmd_str = bin_name + extra_args 158 execute(cmd_str, ok_to_fail)
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | tx-gen2.c | 314 const char *cmd_str = iwl_get_cmd_string(trans, cmd->id); in iwl_pcie_gen2_send_hcmd_sync() local 319 IWL_DEBUG_INFO(trans, "Attempting to send sync command %s\n", cmd_str); in iwl_pcie_gen2_send_hcmd_sync() 323 "Command %s: a command is already active!\n", cmd_str)) in iwl_pcie_gen2_send_hcmd_sync() 326 IWL_DEBUG_INFO(trans, "Setting HCMD_ACTIVE for command %s\n", cmd_str); in iwl_pcie_gen2_send_hcmd_sync() 333 cmd_str, ret); in iwl_pcie_gen2_send_hcmd_sync() 343 cmd_str, jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in iwl_pcie_gen2_send_hcmd_sync() 350 cmd_str); in iwl_pcie_gen2_send_hcmd_sync() 358 IWL_ERR(trans, "FW error in SYNC CMD %s\n", cmd_str); in iwl_pcie_gen2_send_hcmd_sync() 372 IWL_ERR(trans, "Error: Response NULL in '%s'\n", cmd_str); in iwl_pcie_gen2_send_hcmd_sync()
|
| /third_party/cJSON/tests/unity/extras/fixture/ |
| H A D | rakefile_helper.rb | 68 cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} #{unity_include} #{file} " \ 72 execute(cmd_str) 93 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " + 98 execute(cmd_str) 164 cmd_str = if simulator.nil? 169 output = execute(cmd_str)
|
| /third_party/cJSON/tests/unity/test/ |
| H A D | rakefile_helper.rb | 105 cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} #{file} " \ 108 execute(cmd_str + obj_file) 131 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " + 136 execute(cmd_str) 244 cmd_str = if simulator.nil? 249 output = execute(cmd_str)
|
| /third_party/cJSON/tests/unity/examples/example_3/ |
| H A D | rakefile_helper.rb | 86 cmd_str = "#{compiler[:command]}#{compiler[:defines]}#{compiler[:options]}#{compiler[:includes]} #{file} " \ 89 execute(cmd_str + obj_file) 111 cmd_str = "#{linker[:command]}#{linker[:options]}#{linker[:includes]} " + 116 execute(cmd_str) 205 cmd_str = if simulator.nil? 210 output = execute(cmd_str, true, false)
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_console.c | 361 int octeon_console_send_cmd(struct octeon_device *oct, char *cmd_str, in octeon_console_send_cmd() argument 364 u32 len = (u32)strlen(cmd_str); in octeon_console_send_cmd() 366 dev_dbg(&oct->pci_dev->dev, "sending \"%s\" to bootloader\n", cmd_str); in octeon_console_send_cmd() 382 (u8 *)cmd_str, len); in octeon_console_send_cmd()
|
| H A D | octeon_device.h | 821 * @param cmd_str String to send 826 int octeon_console_send_cmd(struct octeon_device *oct, char *cmd_str,
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_console.c | 360 int octeon_console_send_cmd(struct octeon_device *oct, char *cmd_str, in octeon_console_send_cmd() argument 363 u32 len = (u32)strlen(cmd_str); in octeon_console_send_cmd() 365 dev_dbg(&oct->pci_dev->dev, "sending \"%s\" to bootloader\n", cmd_str); in octeon_console_send_cmd() 381 (u8 *)cmd_str, len); in octeon_console_send_cmd()
|
| H A D | octeon_device.h | 821 * @param cmd_str String to send 826 int octeon_console_send_cmd(struct octeon_device *oct, char *cmd_str,
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/queue/ |
| H A D | tx.c | 1772 const char *cmd_str = iwl_get_cmd_string(trans, cmd->id); in iwl_trans_txq_send_hcmd_sync() local 1777 IWL_DEBUG_INFO(trans, "Attempting to send sync command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync() 1781 "Command %s: a command is already active!\n", cmd_str)) in iwl_trans_txq_send_hcmd_sync() 1784 IWL_DEBUG_INFO(trans, "Setting HCMD_ACTIVE for command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync() 1791 cmd_str, ret); in iwl_trans_txq_send_hcmd_sync() 1801 cmd_str, jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in iwl_trans_txq_send_hcmd_sync() 1808 cmd_str); in iwl_trans_txq_send_hcmd_sync() 1818 IWL_ERR(trans, "FW error in SYNC CMD %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync() 1833 IWL_ERR(trans, "Error: Response NULL in '%s'\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
|
| /third_party/cJSON/tests/unity/test/tests/ |
| H A D | test_generate_test_runner.rb | 1173 cmd_str = if simulator.nil? 1178 output = execute(cmd_str, true)
|
| /third_party/vulkan-loader/scripts/ |
| H A D | update_deps.py | 432 def CustomPreProcess(self, cmd_str, repo_dict): 433 return cmd_str.format(repo_dict, self._args, CONFIG_MAP[self._args.config])
|