Home
last modified time | relevance | path

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

/freebsd-13.1/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_cp_001_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
H A Dzfs_acl_cp_002_pos.ksh105 cmd_str="$CP -p@"
106 [[ -d $obj ]] && cmd_str="$CP -rp@"
107 log_must usr_exec $cmd_str $obj $dstdir
108 log_must usr_exec $cmd_str $obj $TESTDIR1
/freebsd-13.1/contrib/ee/
H A Dee.c1705 cmd_str = next_word(cmd_str);
1721 cmd_str = next_word(cmd_str);
1749 else if ((*cmd_str >= '0') && (*cmd_str <= '9'))
1808 cmd_str++;
1809 if ((*cmd_str == ' ') || (*cmd_str == 9))
1810 cmd_str = next_word(cmd_str);
1817 cmd_str++;
1818 if ((*cmd_str == ' ') || (*cmd_str == '\t'))
1819 cmd_str = next_word(cmd_str);
1828 if ((*cmd_str == ' ') || (*cmd_str == '\t'))
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h36 const std::map<std::string, ValueType> &in_map, llvm::StringRef cmd_str,
40 const bool add_all = cmd_str.empty();
43 if (add_all || (iter->first.find(std::string(cmd_str), 0) == 0)) {
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp887 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString() argument
889 AddNamesMatchingPartialString(m_command_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString()
893 AddNamesMatchingPartialString(m_alias_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString()
906 std::string cmd = std::string(cmd_str); in GetCommandSP()
993 matches->AppendString(cmd_str); in GetCommandSP()
1053 CommandInterpreter::GetCommandSPExact(llvm::StringRef cmd_str, in GetCommandSPExact() argument
1056 Args cmd_words(cmd_str); in GetCommandSPExact()
1058 if (cmd_str.empty()) in GetCommandSPExact()
1062 return GetCommandSP(cmd_str, include_aliases, true); in GetCommandSPExact()
1095 CommandInterpreter::GetCommandObject(llvm::StringRef cmd_str, in GetCommandObject() argument
[all …]
/freebsd-13.1/tools/tools/indent_wrapper/
H A Dindent_wrapper.c312 cmd_block_process(block_head_t *pbh_in, block_head_t *pbh_out, char *cmd_str) in cmd_block_process() argument
319 cmd_popen(cmd_str, pfd); in cmd_block_process()
322 errx(EX_SOFTWARE, "Cannot invoke command '%s'", cmd_str); in cmd_block_process()
327 err(EX_SOFTWARE, "Cannot write all data to command '%s'", cmd_str); in cmd_block_process()
/freebsd-13.1/sys/dev/liquidio/base/
H A Dlio_console.c390 lio_console_send_cmd(struct octeon_device *oct, char *cmd_str, in lio_console_send_cmd() argument
393 uint32_t len = (uint32_t) strlen(cmd_str); in lio_console_send_cmd()
395 lio_dev_dbg(oct, "sending \"%s\" to bootloader\n", cmd_str); in lio_console_send_cmd()
411 (uint8_t *) cmd_str, len); in lio_console_send_cmd()
H A Dlio_device.h752 int lio_console_send_cmd(struct octeon_device *oct, char *cmd_str,
/freebsd-13.1/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c1746 const char *cmd_str = iwl_get_cmd_string(trans, cmd->id); in iwl_trans_txq_send_hcmd_sync() local
1751 IWL_DEBUG_INFO(trans, "Attempting to send sync command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
1755 "Command %s: a command is already active!\n", cmd_str)) in iwl_trans_txq_send_hcmd_sync()
1758 IWL_DEBUG_INFO(trans, "Setting HCMD_ACTIVE for command %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
1765 cmd_str, ret); in iwl_trans_txq_send_hcmd_sync()
1775 cmd_str, jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in iwl_trans_txq_send_hcmd_sync()
1782 cmd_str); in iwl_trans_txq_send_hcmd_sync()
1792 IWL_ERR(trans, "FW error in SYNC CMD %s\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
1807 IWL_ERR(trans, "Error: Response NULL in '%s'\n", cmd_str); in iwl_trans_txq_send_hcmd_sync()
/freebsd-13.1/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib1950 typeset cmd_str=""
1954 cmd_str="$@"
1963 $rsh_str $rhost /usr/local/bin/ksh93 -c "'$cmd_str; \
/freebsd-13.1/sys/dev/ixl/
H A Dixl_pf_main.c2970 const char * cmd_str; in ixl_print_nvm_cmd() local
2979 cmd_str = "READ "; in ixl_print_nvm_cmd()
2982 cmd_str = "WRITE"; in ixl_print_nvm_cmd()
2990 cmd_str, nvma_ptr, nvma_flags, nvma->offset, nvma->data_size); in ixl_print_nvm_cmd()