| /openbmc/qemu/tests/qtest/ |
| H A D | tpm-emu.c | 113 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 D | fsl_mc_cmd.h | 93 #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 D | ipmi.cpp | 52 uint8_t cmd, std::span<const uint8_t> data) in handleSysCommand()
|
| H A D | main.cpp | 57 const std::vector<uint8_t>& data) { in setupGoogleOemSysCommands()
|
| /openbmc/phosphor-ipmi-blobs/ |
| H A D | main.cpp | 55 const std::vector<uint8_t>& data) { in setupBlobGlobalHandler()
|
| /openbmc/u-boot/include/ |
| H A D | cli.h | 138 static inline void cli_secure_boot_cmd(const char *cmd) in cli_secure_boot_cmd()
|
| /openbmc/u-boot/drivers/net/fsl-mc/ |
| H A D | mc_sys.c | 31 struct mc_command *cmd) in mc_send_command()
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | mmc_write.c | 19 struct mmc_cmd cmd; in mmc_erase_t() local 132 struct mmc_cmd cmd; in mmc_write_blocks() local
|
| H A D | mxcmmc.c | 43 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 D | ehci-pci.c | 30 u32 cmd; in ehci_pci_init() local 73 u32 cmd; in ehci_pci_legacy_init() local
|
| /openbmc/u-boot/board/xes/common/ |
| H A D | actl_nand.c | 16 static void nand_addr_hwcontrol(struct mtd_info *mtd, int cmd, uint ctrl) in nand_addr_hwcontrol()
|
| /openbmc/qemu/util/ |
| H A D | sys_membarrier.c | 18 membarrier(int cmd, int flags) in membarrier()
|
| /openbmc/u-boot/cmd/ |
| H A D | terminal.c | 15 int do_terminal(cmd_tbl_t * cmd, int flag, int argc, char * const argv[]) in do_terminal()
|
| H A D | console.c | 15 static int do_coninfo(cmd_tbl_t *cmd, int flag, int argc, char * const argv[]) in do_coninfo()
|
| /openbmc/skeleton/bmcctl/ |
| H A D | control_bmc_obj.c | 61 cmdline *cmd = user_data; in on_bus_acquired() local 113 cmdline cmd; in main() local
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_firewall.c | 606 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 D | import_devtree.cpp | 47 std::string cmd("/usr/bin/attributes "); in importDevtree() local
|
| /openbmc/google-misc/subprojects/ncsid/test/ |
| H A D | nic_mock.cpp | 174 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 D | system_queries.cpp | 43 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 D | aes.c | 196 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 D | cli_simple.c | 174 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 D | ipmbdefines.hpp | 43 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 D | bridgingcommands.hpp | 120 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 D | pv.c | 32 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 D | u_boot_utils.py | 156 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
|