| /freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_cp_001_pos.ksh | 95 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 D | zfs_acl_cp_002_pos.ksh | 100 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
|
| /freebsd/contrib/ee/ |
| H A D | ee.c | 327 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 …]
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 949 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString() argument 951 AddNamesMatchingPartialString(m_command_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString() 955 AddNamesMatchingPartialString(m_alias_dict, cmd_str, matches, in GetCommandNamesMatchingPartialString() 1046 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() argument 1051 std::string cmd = std::string(cmd_str); in GetCommandSP() 1097 num_cmd_matches = AddNamesMatchingPartialString(m_command_dict, cmd_str, in GetCommandSP() 1109 num_alias_matches = AddNamesMatchingPartialString(m_alias_dict, cmd_str, in GetCommandSP() 1121 num_user_matches = AddNamesMatchingPartialString(m_user_dict, cmd_str, in GetCommandSP() 1136 m_user_mw_dict, cmd_str, *matches, descriptions); in GetCommandSP() 1172 command_sp = lang_subcmd_sp->GetSubcommandSPExact(cmd_str); in GetCommandSP() [all …]
|
| /freebsd/tools/tools/indent_wrapper/ |
| H A D | indent_wrapper.c | 310 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/sys/dev/liquidio/base/ |
| H A D | lio_console.c | 389 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 D | lio_device.h | 751 int lio_console_send_cmd(struct octeon_device *oct, char *cmd_str,
|
| /freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/ |
| H A D | tx.c | 2563 const char *cmd_str) in iwl_trans_pcie_send_hcmd_sync() argument 2570 IWL_DEBUG_INFO(trans, "Attempting to send sync command %s\n", cmd_str); in iwl_trans_pcie_send_hcmd_sync() 2574 "Command %s: a command is already active!\n", cmd_str)) in iwl_trans_pcie_send_hcmd_sync() 2577 IWL_DEBUG_INFO(trans, "Setting HCMD_ACTIVE for command %s\n", cmd_str); in iwl_trans_pcie_send_hcmd_sync() 2588 cmd_str, ret); in iwl_trans_pcie_send_hcmd_sync() 2598 cmd_str, jiffies_to_msecs(HOST_COMPLETE_TIMEOUT)); in iwl_trans_pcie_send_hcmd_sync() 2605 cmd_str); in iwl_trans_pcie_send_hcmd_sync() 2616 IWL_ERR(trans, "FW error in SYNC CMD %s\n", cmd_str); in iwl_trans_pcie_send_hcmd_sync() 2631 IWL_ERR(trans, "Error: Response NULL in '%s'\n", cmd_str); in iwl_trans_pcie_send_hcmd_sync() 2660 const char *cmd_str = iwl_get_cmd_string(trans, cmd->id); in iwl_trans_pcie_send_hcmd() local [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.c | |
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandObject.h | 39 llvm::StringRef cmd_str, StringList &matches, 45 if (cmd_name.starts_with(cmd_str)) {
|
| /freebsd/tests/sys/cddl/zfs/include/ |
| H A D | libtest.kshlib | 1945 typeset cmd_str="" 1949 cmd_str="$@" 1958 $rsh_str $rhost /usr/local/bin/ksh93 -c "'$cmd_str; \
|
| /freebsd/sys/dev/ixl/ |
| H A D | ixl_pf_main.c | 3133 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()
|