Home
last modified time | relevance | path

Searched refs:cmd_str (Results 1 – 11 of 11) sorted by relevance

/src/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_cp_001_pos.ksh95 cmd_str="$CP -p"
96 [[ -d $obj ]] && cmd_str="$CP -rp"
97 log_must usr_exec $cmd_str $obj $dstdir
98 log_must usr_exec $cmd_str $obj $TESTDIR1
H A Dzfs_acl_cp_002_pos.ksh100 cmd_str="$CP -p@"
101 [[ -d $obj ]] && cmd_str="$CP -rp@"
102 log_must usr_exec $cmd_str $obj $dstdir
103 log_must usr_exec $cmd_str $obj $TESTDIR1
/src/contrib/ee/
H A Dee.c327 void goto_line(char *cmd_str);
1817 char *cmd_str; in command_prompt() local
1822 cmd_str = get_string(command_str, TRUE); in command_prompt()
1823 if ((result = unique_test(cmd_str, commands)) != 1) in command_prompt()
1828 wprintw(com_win, unkn_cmd_str, cmd_str); in command_prompt()
1837 if (cmd_str != NULL) in command_prompt()
1838 free(cmd_str); in command_prompt()
1841 command(cmd_str); in command_prompt()
1846 if (cmd_str != NULL) in command_prompt()
1847 free(cmd_str); in command_prompt()
[all …]
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h38 const std::map<std::string, ValueType> &in_map, llvm::StringRef cmd_str,
42 const bool add_all = cmd_str.empty();
45 if (add_all || (iter->first.find(std::string(cmd_str), 0) == 0)) {
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp946 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString() argument
948 AddNamesMatchingPartialString(m_command_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString()
952 AddNamesMatchingPartialString(m_alias_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString()
1017 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() argument
1022 std::string cmd = std::string(cmd_str); in GetCommandSP()
1068 num_cmd_matches = AddNamesMatchingPartialString(m_command_dict, cmd_str, in GetCommandSP()
1080 num_alias_matches = AddNamesMatchingPartialString(m_alias_dict, cmd_str, in GetCommandSP()
1092 num_user_matches = AddNamesMatchingPartialString(m_user_dict, cmd_str, in GetCommandSP()
1107 m_user_mw_dict, cmd_str, *matches, descriptions); in GetCommandSP()
1135 matches->AppendString(cmd_str); in GetCommandSP()
[all …]
/src/tools/tools/indent_wrapper/
H A Dindent_wrapper.c310 cmd_block_process(block_head_t *pbh_in, block_head_t *pbh_out, char *cmd_str) in cmd_block_process() argument
317 cmd_popen(cmd_str, pfd); in cmd_block_process()
320 errx(EX_SOFTWARE, "Cannot invoke command '%s'", cmd_str); in cmd_block_process()
325 err(EX_SOFTWARE, "Cannot write all data to command '%s'", cmd_str); in cmd_block_process()
/src/sys/dev/liquidio/base/
H A Dlio_console.c389 lio_console_send_cmd(struct octeon_device *oct, char *cmd_str, in lio_console_send_cmd() argument
392 uint32_t len = (uint32_t) strlen(cmd_str); in lio_console_send_cmd()
394 lio_dev_dbg(oct, "sending \"%s\" to bootloader\n", cmd_str); in lio_console_send_cmd()
410 (uint8_t *) cmd_str, len); in lio_console_send_cmd()
H A Dlio_device.h751 int lio_console_send_cmd(struct octeon_device *oct, char *cmd_str,
/src/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx.c2566 const char *cmd_str) in iwl_trans_pcie_send_hcmd_sync() argument
2573 IWL_DEBUG_INFO(trans, "Attempting to send sync command %s\n", cmd_str); in iwl_trans_pcie_send_hcmd_sync()
2577 "Command %s: a command is already active!\n", cmd_str)) in iwl_trans_pcie_send_hcmd_sync()
2580 IWL_DEBUG_INFO(trans, "Setting HCMD_ACTIVE for command %s\n", cmd_str); in iwl_trans_pcie_send_hcmd_sync()
2591 cmd_str, ret); in iwl_trans_pcie_send_hcmd_sync()
2601 cmd_str, jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in iwl_trans_pcie_send_hcmd_sync()
2608 cmd_str); in iwl_trans_pcie_send_hcmd_sync()
2619 IWL_ERR(trans, "FW error in SYNC CMD %s\n", cmd_str); in iwl_trans_pcie_send_hcmd_sync()
2634 IWL_ERR(trans, "Error: Response NULL in '%s'\n", cmd_str); in iwl_trans_pcie_send_hcmd_sync()
2663 const char *cmd_str = iwl_get_cmd_string(trans, cmd->id); in iwl_trans_pcie_send_hcmd() local
[all …]
/src/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib1945 typeset cmd_str=""
1949 cmd_str="$@"
1958 $rsh_str $rhost /usr/local/bin/ksh93 -c "'$cmd_str; \
/src/sys/dev/ixl/
H A Dixl_pf_main.c3133 const char * cmd_str; in ixl_print_nvm_cmd() local
3142 cmd_str = "READ "; in ixl_print_nvm_cmd()
3145 cmd_str = "WRITE"; in ixl_print_nvm_cmd()
3153 cmd_str, nvma_ptr, nvma_flags, nvma->offset, nvma->data_size); in ixl_print_nvm_cmd()