Home
last modified time | relevance | path

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

/freebsd-14.2/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_cp_001_pos.ksh98 cmd_str="$CP -p"
99 [[ -d $obj ]] && cmd_str="$CP -rp"
100 log_must usr_exec $cmd_str $obj $dstdir
101 log_must usr_exec $cmd_str $obj $TESTDIR1
H A Dzfs_acl_cp_002_pos.ksh103 cmd_str="$CP -p@"
104 [[ -d $obj ]] && cmd_str="$CP -rp@"
105 log_must usr_exec $cmd_str $obj $dstdir
106 log_must usr_exec $cmd_str $obj $TESTDIR1
/freebsd-14.2/contrib/ee/
H A Dee.c1707 cmd_str = next_word(cmd_str); in command()
1723 cmd_str = next_word(cmd_str); in command()
1751 else if ((*cmd_str >= '0') && (*cmd_str <= '9')) in command()
1810 cmd_str++; in command()
1811 if ((*cmd_str == ' ') || (*cmd_str == 9)) in command()
1812 cmd_str = next_word(cmd_str); in command()
1819 cmd_str++; in command()
1820 if ((*cmd_str == ' ') || (*cmd_str == '\t')) in command()
1821 cmd_str = next_word(cmd_str); in command()
1830 if ((*cmd_str == ' ') || (*cmd_str == '\t')) in command()
[all …]
/freebsd-14.2/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)) {
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp925 AddNamesMatchingPartialString(m_command_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString()
999 std::string cmd = std::string(cmd_str); in GetCommandSP()
1084 m_user_mw_dict, cmd_str, *matches, descriptions); in GetCommandSP()
1112 matches->AppendString(cmd_str); in GetCommandSP()
1194 CommandInterpreter::GetCommandSPExact(llvm::StringRef cmd_str, in GetCommandSPExact() argument
1197 Args cmd_words(cmd_str); in GetCommandSPExact()
1199 if (cmd_str.empty()) in GetCommandSPExact()
1203 return GetCommandSP(cmd_str, include_aliases, true); in GetCommandSPExact()
1236 CommandInterpreter::GetCommandObject(llvm::StringRef cmd_str, in GetCommandObject() argument
1248 std::string cmd_str(cmd); in GetUserCommandObject() local
[all …]
/freebsd-14.2/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()
/freebsd-14.2/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,
/freebsd-14.2/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c1777 const char *cmd_str = iwl_get_cmd_string(trans, cmd->id); in iwl_trans_txq_send_hcmd_sync() local
1782 IWL_DEBUG_INFO(trans, "Attempting to send sync command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
1786 "Command %s: a command is already active!\n", cmd_str)) in iwl_trans_txq_send_hcmd_sync()
1789 IWL_DEBUG_INFO(trans, "Setting HCMD_ACTIVE for command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
1796 cmd_str, ret); in iwl_trans_txq_send_hcmd_sync()
1806 cmd_str, jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in iwl_trans_txq_send_hcmd_sync()
1813 cmd_str); in iwl_trans_txq_send_hcmd_sync()
1823 IWL_ERR(trans, "FW error in SYNC CMD %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
1838 IWL_ERR(trans, "Error: Response NULL in '%s'\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
/freebsd-14.2/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib1948 typeset cmd_str=""
1952 cmd_str="$@"
1961 $rsh_str $rhost /usr/local/bin/ksh93 -c "'$cmd_str; \
/freebsd-14.2/sys/dev/ixl/
H A Dixl_pf_main.c3118 const char * cmd_str; in ixl_print_nvm_cmd() local
3127 cmd_str = "READ "; in ixl_print_nvm_cmd()
3130 cmd_str = "WRITE"; in ixl_print_nvm_cmd()
3138 cmd_str, nvma_ptr, nvma_flags, nvma->offset, nvma->data_size); in ixl_print_nvm_cmd()