Searched refs:sub_cmd (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectMultiword.cpp | 31 CommandObjectMultiword::GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() argument 35 auto pos = m_subcommand_dict.find(std::string(sub_cmd)); in GetSubcommandSPExact() 47 CommandObjectSP return_cmd_sp = GetSubcommandSPExact(sub_cmd); in GetSubcommandSP() 50 matches->AppendString(sub_cmd); in GetSubcommandSP() 66 sub_cmd = matches->GetStringAtIndex(0); in GetSubcommandSP() 67 pos = m_subcommand_dict.find(std::string(sub_cmd)); in GetSubcommandSP() 76 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject() argument 78 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject() 368 CommandObjectProxy::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() argument 372 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP() [all …]
|
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/ |
H A D | CommandObjectMultiword.h | 47 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 50 lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) override; 52 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd, 103 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 106 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|
H A D | CommandObject.h | 161 virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 166 virtual lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() argument 170 virtual CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | psp_gfx_if.h | 337 …enum psp_gfx_boot_config_cmd sub_cmd; /* sub-command indicating how to process com… member
|
H A D | amdgpu_psp.c | 948 cmd->cmd.boot_cfg.sub_cmd = BOOTCFG_CMD_GET; in psp_boot_config_get() 973 cmd->cmd.boot_cfg.sub_cmd = BOOTCFG_CMD_SET; in psp_boot_config_set()
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | evergreen_cs.c | 2800 u32 header, cmd, count, sub_cmd; in evergreen_dma_cs_parse() local 2816 sub_cmd = GET_DMA_SUB_CMD(header); in evergreen_dma_cs_parse() 2825 switch (sub_cmd) { in evergreen_dma_cs_parse() 2864 switch (sub_cmd) { in evergreen_dma_cs_parse() 3568 u32 header, cmd, count, sub_cmd; in evergreen_dma_ib_parse() local 3574 sub_cmd = GET_DMA_SUB_CMD(header); in evergreen_dma_ib_parse() 3578 switch (sub_cmd) { in evergreen_dma_ib_parse() 3593 switch (sub_cmd) { in evergreen_dma_ib_parse()
|
H A D | evergreend.h | 1416 #define DMA_PACKET(cmd, sub_cmd, n) ((((cmd) & 0xF) << 28) | \ argument 1417 (((sub_cmd) & 0xFF) << 20) |\
|