/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | command.py | 166 def ping(self, command, params): argument 174 def stateShutdown(self, command, params): argument 180 def stateForceShutdown(self, command, params): argument 186 def getAllKeysWithFlags(self, command, params): argument 195 def getVariable(self, command, params): argument 207 def setVariable(self, command, params): argument 216 def getSetVariable(self, command, params): argument 226 def setConfig(self, command, params): argument 234 def enableDataTracking(self, command, params): argument 240 def disableDataTracking(self, command, params): argument [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | pmbus_read_sensor_action_tests.cpp | 54 uint8_t command{0x8B}; in TEST() local 68 uint8_t command{0x8C}; in TEST() local 117 uint8_t command{0x8C}; in TEST() local 164 uint8_t command{0x8B}; in TEST() local 214 uint8_t command{0x8B}; in TEST() local 235 uint8_t command{0x96}; in TEST() local 278 uint8_t command{0x8B}; in TEST() local 342 uint8_t command{0xC6}; in TEST() local 401 uint8_t command{0x96}; in TEST() local 472 uint8_t command{0x8C}; in TEST() local [all …]
|
/openbmc/phosphor-host-ipmid/ |
H A D | host-cmd-manager.cpp | 21 namespace command namespace 65 auto command = this->workQueue.front(); in getNextCommand() local 74 std::get<CallBack>(command)(ipmiCmdData, true); in getNextCommand() local 96 auto command = this->workQueue.front(); in clearQueue() local 104 std::get<CallBack>(command)(ipmiCmdData, false); in clearQueue() local 148 void Manager::execute(CommandHandler command) in execute()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | terminal.py | 23 command = None variable in Registry 60 command = 'gnome-terminal -t "{title}" -- {command}' variable in Gnome 73 command = 'mate-terminal --disable-factory -t "{title}" -x {command}' variable in Mate 77 command = 'xfce4-terminal -T "{title}" -e "{command}"' variable in Xfce 81 command = 'terminology -T="{title}" -e {command}' variable in Terminology 85 command = 'konsole --separate --workdir . -p tabtitle="{title}" -e {command}' variable in Konsole 100 command = 'xterm -T "{title}" -e {command}' variable in XTerm 104 command = 'rxvt -T "{title}" -e {command}' variable in Rxvt 108 command = 'urxvt -T "{title}" -e {command}' variable in URxvt 112 command = 'screen -D -m -t "{title}" -S devshell {command}' variable in Screen [all …]
|
/openbmc/u-boot/lib/ |
H A D | tpm-v1.c | 37 const u8 command[12] = { in tpm1_startup() local 58 const u8 command[10] = { in tpm1_self_test_full() local 66 const u8 command[10] = { in tpm1_continue_self_test() local 100 const u8 command[101] = { in tpm1_nv_define_space() local 148 const u8 command[22] = { in tpm1_nv_read_value() local 183 const u8 command[256] = { in tpm1_nv_write_value() local 214 const u8 command[34] = { in tpm1_extend() local 245 const u8 command[14] = { in tpm1_pcr_read() local 273 const u8 command[12] = { in tpm1_tsc_physical_presence() local 289 const u8 command[12] = { in tpm1_finalise_physical_presence() local [all …]
|
/openbmc/linux/drivers/i2c/ |
D | i2c-core-smbus.c |
|
/openbmc/linux/tools/usb/usbip/src/ |
D | usbip.c |
|
/openbmc/qemu/hw/i2c/ |
H A D | smbus_master.c | 51 int smbus_read_byte(I2CBus *bus, uint8_t addr, uint8_t command) in smbus_read_byte() 68 int smbus_write_byte(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t data) in smbus_write_byte() 79 int smbus_read_word(I2CBus *bus, uint8_t addr, uint8_t command) in smbus_read_word() 97 int smbus_write_word(I2CBus *bus, uint8_t addr, uint8_t command, uint16_t data) in smbus_write_word() 109 int smbus_read_block(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t *data, in smbus_read_block() 143 int smbus_write_block(I2CBus *bus, uint8_t addr, uint8_t command, uint8_t *data, in smbus_write_block()
|
/openbmc/linux/drivers/i2c/busses/ |
D | i2c-nforce2-s4985.c |
|
D | i2c-amd756-s4882.c |
|
/openbmc/linux/drivers/media/pci/cx88/ |
D | cx88-cards.c |
|
/openbmc/phosphor-net-ipmid/ |
H A D | command_table.hpp | 11 namespace command namespace 35 uint32_t command; member 54 CommandID command; member 117 Entry(CommandID command, session::Privilege privilege) : in Entry() 152 CommandID command; member in command::Entry 172 NetIpmidEntry(CommandID command, CommandFunctor functor, in NetIpmidEntry()
|
H A D | command_table.cpp | 15 namespace command namespace 20 auto& command = commandTable[inCommand.command]; in registerCommand() local 42 CommandID command(inCommand); in executeCommand() local
|
/openbmc/linux/drivers/misc/ibmasm/ |
D | ibmasm.h |
|
/openbmc/linux/drivers/media/rc/ |
D | ir-rc5-decoder.c |
|
/openbmc/linux/drivers/misc/eeprom/ |
D | eeprom_93cx6.c |
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | sshcontrol.py | 47 def _run(self, command, timeout=None, logfile=None): argument 90 def run(self, command, timeout=None, logfile=None): argument 125 def _internal_run(self, command, timeout=None, ignore_status = True): argument 138 def run(self, command, timeout=None): argument
|
/openbmc/bmcweb/features/google/ |
H A D | google_service_root.hpp | 77 const std::string& command, in hothGetSubtreeCallback() 109 inline void resolveRoT(const std::string& command, in resolveRoT() 177 const std::string& command, in invokeRoTCommand() 205 std::string command; in handleRoTSendCommandPost() local
|
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/ |
D | s5p_mfc_intr.c |
|
/openbmc/openpower-host-ipmi-oem/ |
H A D | host-interface.cpp | 15 namespace command namespace 30 void Host::execute(Base::Host::Command command, std::variant<uint8_t> data) in execute()
|
/openbmc/linux/drivers/scsi/lpfc/ |
D | lpfc_bsg.h |
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | pmbus_read_sensor_action.hpp | 69 explicit PMBusReadSensorAction(SensorType type, uint8_t command, in PMBusReadSensorAction() 175 const uint8_t command{}; member in phosphor::power::regulators::PMBusReadSensorAction
|
/openbmc/openbmc-test-automation/lib/ |
H A D | ipmi_client.py | 37 def create_ipmi_ext_command_string(command, **options): argument 144 def process_ipmi_user_options(command): argument
|
/openbmc/phosphor-pid-control/ipmi/ |
H A D | manual_messages.hpp | 17 uint8_t command; member 23 uint8_t command; member
|
/openbmc/qemu/migration/ |
H A D | exec.c | 43 void exec_start_outgoing_migration(MigrationState *s, strList *command, in exec_start_outgoing_migration() 71 void exec_start_incoming_migration(strList *command, Error **errp) in exec_start_incoming_migration()
|