/openbmc/openbmc-test-automation/xcat/ |
H A D | test_xcat_inventory.robot | 36 Should Not Be Empty ${cmd_output} msg=XCAT not installed.
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/ |
H A D | 0006-CA_SET_PID.patch | 26 static int dst_comms(int cafd, uint32_t tag, uint32_t function, struct ca_msg *msg)
|
/openbmc/phosphor-host-ipmid/softoff/ |
H A D | softoff.hpp | 142 void hostControlEvent(sdbusplus::message_t& msg);
|
/openbmc/linux/include/net/ |
H A D | compat.h | 49 int __get_compat_msghdr(struct msghdr *kmsg, struct compat_msghdr *msg,
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.h | 78 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...);
|
/openbmc/linux/net/handshake/ |
H A D | handshake.h | 75 struct nlmsghdr *handshake_genl_put(struct sk_buff *msg,
|
/openbmc/linux/drivers/usb/typec/tcpm/qcom/ |
H A D | qcom_pmic_typec_pdphy.h | 116 const struct pd_message *msg,
|
/openbmc/openbmc-test-automation/network/ |
H A D | network_diagnostic_report.robot | 33 Should Contain ${bin_path} mtr msg=mtr tool is not installed.
|
/openbmc/openpower-vpd-parser/vpd-manager/ |
H A D | bios_handler.hpp | 78 void biosAttribsCallback(sdbusplus::message_t& msg);
|
/openbmc/qemu/include/ui/ |
H A D | surface.h | 37 const char *msg);
|
/openbmc/openbmc-build-scripts/config/ |
H A D | .gitlint | 26 # commit message to gitlint via stdin or --commit-msg. Disabled by default. 62 # python-style regex that the commit-msg title must match 85 # python-style regex that the commit-msg body must match.
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/files/ |
H A D | tpm-tools-extendpcr.patch | 202 + unsigned char msg[EVP_MAX_MD_SIZE]; 208 + EVP_DigestFinal(&ctx, msg, &msglen); 225 + if (tpmPcrExtend(hTpm, selectedPcrs[i], msglen, msg, NULL, &pcrSize, &pcrValue) != TSS_SUCCESS)
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | debugfs.c | 252 union avs_notify_msg msg = AVS_NOTIFICATION(LOG_BUFFER_STATUS); in strace_release() local 265 msg.log.core = i; in strace_release() 266 avs_dsp_op(adev, log_buffer_status, &msg); in strace_release()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | st_remoteproc.c | 56 static void st_rproc_mbox_callback(struct device *dev, u32 msg) in st_rproc_mbox_callback() argument 60 if (rproc_vq_interrupt(rproc, msg) == IRQ_NONE) in st_rproc_mbox_callback() 61 dev_dbg(dev, "no message was found in vqid %d\n", msg); in st_rproc_mbox_callback()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | srv6_end_flavors_test.sh | 229 local msg="$3" 233 printf "\n TEST: %-60s [ OK ]\n" "${msg}" 237 printf "\n TEST: %-60s [FAIL]\n" "${msg}"
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | wrapper | 80 local msg 83 msg=$($* 2>&1) 86 echo $msg
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | voltage.c | 130 struct scmi_msg_cmd_describe_levels *msg = message; in iter_volt_levels_prepare_message() local 133 msg->domain_id = cpu_to_le32(p->v->id); in iter_volt_levels_prepare_message() 134 msg->level_index = cpu_to_le32(desc_index); in iter_volt_levels_prepare_message()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | manager_logservices_journal.hpp | 99 std::string_view msg; in fillBMCJournalLogEntryJson() local 100 ret = getJournalMetadata(journal, "MESSAGE", msg); in fillBMCJournalLogEntryJson() 106 message += std::string(msg); in fillBMCJournalLogEntryJson()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | reproducible.py | 126 … self.assertNotEqual(r.status, 0, msg="diffoscope was successful when an error was expected") 184 def append_to_log(self, msg): argument 185 self.extraresults['reproducible.rawlogs']['log'] += msg
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-block.c | 353 const char *msg; in test_luks_bad_header() local 374 msg = badstuff(&hdr); in test_luks_bad_header() 388 g_assert_cmpstr(error_get_pretty(err), ==, msg); in test_luks_bad_header()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_0_ppt.c | 2224 struct i2c_msg *msg, int num_msgs) in smu_v13_0_0_i2c_xfer() argument 2245 dir = msg[0].flags & I2C_M_RD; in smu_v13_0_0_i2c_xfer() 2248 for (j = 0; j < msg[i].len; j++, c++) { in smu_v13_0_0_i2c_xfer() 2251 if (!(msg[i].flags & I2C_M_RD)) { in smu_v13_0_0_i2c_xfer() 2254 cmd->ReadWriteData = msg[i].buf[j]; in smu_v13_0_0_i2c_xfer() 2257 if ((dir ^ msg[i].flags) & I2C_M_RD) { in smu_v13_0_0_i2c_xfer() 2260 dir = msg[i].flags & I2C_M_RD; in smu_v13_0_0_i2c_xfer() 2271 if ((j == msg[i].len - 1) && in smu_v13_0_0_i2c_xfer() 2284 if (!(msg[i].flags & I2C_M_RD)) { in smu_v13_0_0_i2c_xfer() 2285 c += msg[i].len; in smu_v13_0_0_i2c_xfer() [all …]
|
/openbmc/linux/Documentation/driver-api/media/ |
H A D | cec-core.rst | 114 u32 signal_free_time, struct cec_msg *msg); 116 const struct cec_msg *msg); 195 u32 signal_free_time, struct cec_msg *msg); 213 const struct cec_msg *msg); 216 non-blocking transmit with sequence number msg->sequence. This is 306 void cec_received_msg(struct cec_adapter *adap, struct cec_msg *msg); 402 int (*received)(struct cec_adapter *adap, struct cec_msg *msg); 417 int (*received)(struct cec_adapter *adap, struct cec_msg *msg); 431 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, \
|
/openbmc/linux/drivers/spi/ |
H A D | spi-tegra114.c | 1029 struct spi_message *msg) in tegra_spi_transfer_one_message() argument 1034 struct spi_device *spi = msg->spi; in tegra_spi_transfer_one_message() 1039 msg->status = 0; in tegra_spi_transfer_one_message() 1040 msg->actual_length = 0; in tegra_spi_transfer_one_message() 1042 single_xfer = list_is_singular(&msg->transfers); in tegra_spi_transfer_one_message() 1043 list_for_each_entry(xfer, &msg->transfers, transfer_list) { in tegra_spi_transfer_one_message() 1091 msg->actual_length += xfer->len; in tegra_spi_transfer_one_message() 1099 &msg->transfers)) { in tegra_spi_transfer_one_message() 1114 msg->status = ret; in tegra_spi_transfer_one_message()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | ti-sn65dsi86.c | 523 struct drm_dp_aux_msg *msg) in ti_sn_aux_transfer() argument 526 u32 request = msg->request & ~(DP_AUX_I2C_MOT | DP_AUX_I2C_WRITE_STATUS_UPDATE); in ti_sn_aux_transfer() 527 u32 request_val = AUX_CMD_REQ(msg->request); in ti_sn_aux_transfer() 528 u8 *buf = msg->buffer; in ti_sn_aux_transfer() 529 unsigned int len = msg->size; in ti_sn_aux_transfer() 559 msg->reply = 0; in ti_sn_aux_transfer() 567 put_unaligned_be32((msg->address & SN_AUX_ADDR_MASK) << 8 | len, in ti_sn_aux_transfer() 612 msg->reply |= DP_AUX_I2C_REPLY_NACK; in ti_sn_aux_transfer() 616 msg->reply |= DP_AUX_NATIVE_REPLY_NACK; in ti_sn_aux_transfer()
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-io.c | 99 static void pvr2_buffer_describe(struct pvr2_buffer *bp, const char *msg) in pvr2_buffer_describe() argument 103 (msg ? " " : ""), in pvr2_buffer_describe() 104 (msg ? msg : ""), in pvr2_buffer_describe()
|