Home
last modified time | relevance | path

Searched defs:cmd (Results 76 – 100 of 684) sorted by relevance

12345678910>>...28

/openbmc/qemu/tests/qtest/
H A Dtpm-emu.c113 uint32_t cmd = 0; in tpm_emu_ctrl_thread() local
132 uint32_t cmd; in tpm_emu_ctrl_thread() local
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_mc_cmd.h93 #define MC_CMD_READ_OBJ_ID(cmd, obj_id) \ argument
97 #define CMD_DESTROY_SET_OBJ_ID_PARAM0(cmd, object_id) \ argument
123 struct mc_command *cmd) in mc_write_command()
171 static inline void mc_cmd_read_api_version(struct mc_command *cmd, in mc_cmd_read_api_version()
/openbmc/google-ipmi-sys/
H A Dipmi.cpp52 uint8_t cmd, std::span<const uint8_t> data) in handleSysCommand()
H A Dmain.cpp57 const std::vector<uint8_t>& data) { in setupGoogleOemSysCommands()
/openbmc/phosphor-ipmi-blobs/
H A Dmain.cpp55 const std::vector<uint8_t>& data) { in setupBlobGlobalHandler()
/openbmc/u-boot/include/
H A Dcli.h138 static inline void cli_secure_boot_cmd(const char *cmd) in cli_secure_boot_cmd()
/openbmc/u-boot/drivers/net/fsl-mc/
H A Dmc_sys.c31 struct mc_command *cmd) in mc_send_command()
/openbmc/u-boot/drivers/mmc/
H A Dmmc_write.c19 struct mmc_cmd cmd; in mmc_erase_t() local
132 struct mmc_cmd cmd; in mmc_write_blocks() local
H A Dmxcmmc.c43 u32 cmd; member
111 struct mmc_cmd *cmd; member
162 static int mxcmci_start_cmd(struct mxcmci_host *host, struct mmc_cmd *cmd, in mxcmci_start_cmd()
196 struct mmc_cmd *cmd, struct mmc_data *data) in mxcmci_finish_request()
231 struct mmc_cmd *cmd = host->cmd; in mxcmci_read_response() local
390 static int mxcmci_request(struct mmc *mmc, struct mmc_cmd *cmd, in mxcmci_request()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-pci.c30 u32 cmd; in ehci_pci_init() local
73 u32 cmd; in ehci_pci_legacy_init() local
/openbmc/u-boot/board/xes/common/
H A Dactl_nand.c16 static void nand_addr_hwcontrol(struct mtd_info *mtd, int cmd, uint ctrl) in nand_addr_hwcontrol()
/openbmc/qemu/util/
H A Dsys_membarrier.c18 membarrier(int cmd, int flags) in membarrier()
/openbmc/u-boot/cmd/
H A Dterminal.c15 int do_terminal(cmd_tbl_t * cmd, int flag, int argc, char * const argv[]) in do_terminal()
H A Dconsole.c15 static int do_coninfo(cmd_tbl_t *cmd, int flag, int argc, char * const argv[]) in do_coninfo()
/openbmc/skeleton/bmcctl/
H A Dcontrol_bmc_obj.c61 cmdline *cmd = user_data; in on_bus_acquired() local
113 cmdline cmd; in main() local
/openbmc/ipmitool/lib/
H A Dipmi_firewall.c606 struct ipmi_function_params * p, struct command_support * cmd) in _get_subfn_support()
653 struct ipmi_function_params * p, struct command_support * cmd) in _get_subfn_configurable()
700 struct ipmi_function_params * p, struct command_support * cmd) in _get_subfn_enables()
748 struct ipmi_function_params * p, struct command_support * cmd, in _set_subfn_enables()
921 struct command_support * cmd; in ipmi_firewall_info() local
/openbmc/openpower-proc-control/procedures/phal/
H A Dimport_devtree.cpp47 std::string cmd("/usr/bin/attributes "); in importDevtree() local
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.cpp174 const ncsi_oem_set_filter_cmd_t* cmd = in handle_oem_request() local
195 const ncsi_simple_command_t* cmd = in handle_oem_request() local
/openbmc/phosphor-networkd/src/
H A Dsystem_queries.cpp43 static ifreq executeIFReq(std::string_view ifname, unsigned long cmd, in executeIFReq()
52 inline auto optionalIFReq(stdplus::zstring_view ifname, unsigned long long cmd, in optionalIFReq()
/openbmc/qemu/hw/vmapple/
H A Daes.c196 uint32_t cmd = s->fifo[0]; in cmd_key() local
241 uint32_t cmd = s->fifo[0]; in cmd_iv() local
269 uint32_t cmd = s->fifo[0]; in cmd_data() local
368 uint32_t cmd = s->fifo[0]; in cmd_store_iv() local
398 uint32_t cmd = s->fifo[0]; in cmd_flag() local
415 uint32_t cmd = s->fifo[0] >> CMD_SHIFT; in fifo_process() local
/openbmc/u-boot/common/
H A Dcli_simple.c174 int cli_simple_run_command(const char *cmd, int flag) in cli_simple_run_command()
308 int cli_simple_run_command_list(char *cmd, int flag) in cli_simple_run_command_list()
/openbmc/ipmbbridge/
H A Dipmbdefines.hpp43 uint8_t cmd; /// @brief command required by the network identify the member
59 uint8_t cmd; /// @brief command required by the network identify the member
/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp120 uint8_t cmd; member
133 uint8_t cmd; member
151 uint8_t cmd; member
167 uint8_t cmd; member
/openbmc/qemu/target/s390x/kvm/
H A Dpv.c32 static int __s390_pv_cmd(uint32_t cmd, const char *cmdname, void *data, in __s390_pv_cmd()
62 #define s390_pv_cmd(cmd, data) __s390_pv_cmd(cmd, #cmd, data, NULL) argument
63 #define s390_pv_cmd_pv_resp(cmd, data, pv_resp) \ argument
66 static void s390_pv_cmd_exit(uint32_t cmd, void *data) in s390_pv_cmd_exit()
/openbmc/u-boot/test/py/
H A Du_boot_utils.py156 def run_and_log(u_boot_console, cmd, ignore_errors=False): argument
179 def run_and_log_expect_exception(u_boot_console, cmd, retcode, msg): argument

12345678910>>...28