Home
last modified time | relevance | path

Searched defs:command (Results 51 – 75 of 258) sorted by relevance

1234567891011

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprocess.py22 def __init__(self, command, msg=None): argument
42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument
/openbmc/phosphor-ipmi-flash/tools/
H A Dmain.cpp76 bool checkCommand(const std::string& command) in checkCommand()
90 std::string command, interface, imagePath, signaturePath, type, host; in main() local
/openbmc/phosphor-power/phosphor-regulators/examples/
H A Dconfig.json25 "command": "0x8B", string
34 "command": "0x8C", string
43 "command": "0x8D", string
/openbmc/phosphor-net-ipmid/command/
H A Dopen_session.cpp9 namespace command namespace
H A Dsol_cmds.cpp12 namespace command namespace
H A Drakp34.hpp8 namespace command namespace
H A Dsol_cmds.hpp10 namespace command namespace
/openbmc/libpldm/src/
H A Dresponder.h14 uint8_t command; member
H A Dresponder.c47 uint8_t command) in pldm_responder_cookie_untrack()
/openbmc/phosphor-mboxd/test/
H A Dbmc_event_ack_v2.c18 static const uint8_t command[] = { variable
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dsensor_monitoring_tests.cpp133 uint8_t command{0x8C}; in TEST() local
209 uint8_t command{0x8C}; in TEST() local
251 uint8_t command{0x8C}; in TEST() local
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_dataflash.c71 uint8_t command[16]; member
121 uint8_t *command; in spi_dataflash_erase() local
215 uint8_t *command; in spi_dataflash_read() local
270 uint8_t *command; in spi_dataflash_write() local
/openbmc/openbmc-tools/rootfs_size/
H A Drootfs_size.py94 command = ["unsquashfs", "-d", squashfsdir, SQUASHFS] variable
/openbmc/hiomapd/test/
H A Dbmc_event_ack_v2.c24 static const uint8_t command[] = { variable
/openbmc/u-boot/drivers/gpio/
H A Dpca9698.c30 u8 command = offset | 0x80; /* autoincrement */ in pca9698_read40() local
37 u8 command = offset | 0x80; /* autoincrement */ in pca9698_write40() local
/openbmc/qemu/tests/tcg/x86_64/
H A Dcross-modifying-code.c58 int command = THREAD_WAIT; in main() local
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dopkg.py15 def pkg(self, command, expected = 0): argument
H A Dapt.py15 def pkg(self, command, expected = 0): argument
/openbmc/qemu/scripts/performance/
H A DtopN_perf.py54 command = args.command variable
/openbmc/qemu/pc-bios/s390-ccw/
H A Dscsi.h105 uint8_t command; /* b0, == 0x12 */ member
114 uint8_t command; /* =0x28 */ member
124 uint8_t command; /* =0x00 */ member
131 uint8_t command; /* =0xa0 */ member
149 uint8_t command; /* =0x9e = "service action in 16" */ member
/openbmc/qemu/tests/image-fuzzer/
H A Drunner.py331 command, fuzz_config): argument
362 command = None variable
/openbmc/pldm/requester/
H A Dhandler.hpp44 uint8_t command; //!< PLDM command member
262 uint8_t command, pldm::Request&& requestMsg, in registerRequest()
312 uint8_t command) in unregisterRequest()
378 uint8_t command, const pldm_msg* response, in handleResponse()
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c64 static int sandbox_tpm2_check_session(struct udevice *dev, u32 command, u16 tag, in sandbox_tpm2_check_session()
184 static int sandbox_tpm2_check_readyness(struct udevice *dev, int command) in sandbox_tpm2_check_readyness()
262 u32 length, command, rc = 0; in sandbox_tpm2_xfer() local
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Dterminal.py22 def add_terminal(self, priority, name, command): argument
/openbmc/phosphor-net-ipmid/
H A Dcomm_module.hpp7 namespace command namespace

1234567891011