/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
H A D | 0001-support-authentication-for-kickstart.patch | 44 + def __init__(self, msg): 49 + KickstartError.__init__(self, msg)
|
/openbmc/linux/scripts/ |
H A D | get_feat.pl | 58 my ($file, $ln, $msg, $data) = @_; 62 print STDERR "Warning: file $file#$ln:\n\t$msg";
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | rockchip-dw-pcie.yaml | 92 - const: msg 191 interrupt-names = "sys", "pmc", "msg", "legacy", "err";
|
/openbmc/linux/drivers/spi/ |
H A D | spi-sc18is602.c | 64 static int sc18is602_txrx(struct sc18is602 *hw, struct spi_message *msg, in sc18is602_txrx() argument 72 hw->buffer[0] = 1 << spi_get_chipselect(msg->spi, 0); in sc18is602_txrx()
|
/openbmc/linux/include/linux/ |
H A D | cper.h | 572 int cper_mem_err_location(struct cper_mem_err_compact *mem, char *msg); 573 int cper_dimm_err_location(struct cper_mem_err_compact *mem, char *msg);
|
/openbmc/linux/scripts/dtc/ |
H A D | dtc-parser.y | 22 #define YYERROR_CALL(msg) yyerror(msg) argument
|
/openbmc/linux/tools/perf/dlfilters/ |
H A D | dlfilter-test-api-v2.c | 141 static int test_fail(const char *msg) in test_fail() argument 143 pr_debug("%s\n", msg); in test_fail()
|
/openbmc/linux/drivers/pci/msi/ |
H A D | irqdomain.c | 40 static void pci_msi_domain_write_msg(struct irq_data *irq_data, struct msi_msg *msg) in pci_msi_domain_write_msg() argument 49 __pci_write_msi_msg(desc, msg); in pci_msi_domain_write_msg()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | rv770_smc.c | 412 PPSMC_Result rv770_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg) in rv770_send_msg_to_smc() argument 421 WREG32_P(SMC_MSG, HOST_SMC_MSG(msg), ~HOST_SMC_MSG_MASK); in rv770_send_msg_to_smc()
|
/openbmc/linux/drivers/iio/gyro/ |
H A D | itg3200_core.c | 61 struct i2c_msg msg[2] = { in itg3200_read_reg_s16() local 77 ret = i2c_transfer(client->adapter, msg, 2); in itg3200_read_reg_s16()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_proto_icmpv6.c | 127 const char *msg) in icmpv6_error_log() argument 129 nf_l4proto_log_invalid(skb, state, IPPROTO_ICMPV6, "%s", msg); in icmpv6_error_log()
|
/openbmc/linux/drivers/gpu/drm/i2c/ |
H A D | sil164_drv.c | 377 struct i2c_msg msg = { in sil164_detect_slave() local 385 if (i2c_transfer(adap, &msg, 1) != 1) { in sil164_detect_slave()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | openbmc_ffdc_utils.robot | 132 ... msg=Unexpected BMC error log(s) present. 140 ... msg=Expected BMC error log(s) are not present.
|
/openbmc/openbmc-test-automation/openpower/mpipl/ |
H A D | test_mpipl_basic.robot | 131 Should Be True ${bmc_dump['Members@odata.count']} >= 1 msg=No BMC dump generated. 148 Should Be True ${sys_dump['Members@odata.count']} == 1 msg=No system dump generated.
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_bmc_image_switch.robot | 124 ... msg=${bmc_release} does not match redfish version ${firmware_version} 144 ... msg=${image_version} does not match redfish version ${firmware_version}
|
/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | openat2_test.c | 97 void (*resultfn)(const char *msg, ...) = ksft_test_result_pass; in test_openat2_struct() 251 void (*resultfn)(const char *msg, ...) = ksft_test_result_pass; in test_openat2_flags()
|
/openbmc/linux/net/can/j1939/ |
H A D | main.c | 361 unsigned long msg, void *data) in j1939_netdev_notify() argument 374 switch (msg) { in j1939_netdev_notify()
|
/openbmc/pldm/softoff/ |
H A D | softoff.cpp | 125 void SoftPowerOff::hostSoftOffComplete(sdbusplus::message_t& msg) in hostSoftOffComplete() argument 134 msg.read(msgTID, msgSensorID, msgSensorOffset, msgEventState, in hostSoftOffComplete()
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | message.hpp | 54 using msg = std::unique_ptr<sd_bus_message, MsgDeleter>; typedef 505 details::msg _msg;
|
/openbmc/linux/drivers/usb/typec/tcpm/qcom/ |
H A D | qcom_pmic_typec.c | 139 const struct pd_message *msg, in qcom_pmic_typec_pd_transmit() argument 145 msg, negotiated_rev); in qcom_pmic_typec_pd_transmit()
|
/openbmc/qemu/include/sysemu/ |
H A D | kvm.h | 403 int kvm_irqchip_send_msi(KVMState *s, MSIMessage msg); 489 int kvm_irqchip_update_msi_route(KVMState *s, int virq, MSIMessage msg,
|
/openbmc/linux/fs/ext4/ |
H A D | mmp.c | 123 const char *function, unsigned int line, const char *msg) in __dump_mmp_msg() argument 125 __ext4_warning(sb, function, line, "%s", msg); in __dump_mmp_msg()
|
/openbmc/openpower-occ-control/ |
H A D | powercap.cpp | 381 void PowerCap::pcapChanged(sdbusplus::message_t& msg) in pcapChanged() argument 394 msg.read(msgSensor, msgData); in pcapChanged()
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | activation.cpp | 78 void Activation::unitStateChange(sdbusplus::message_t& msg) in unitStateChange() argument 88 msg.read(newStateID, newStateObjPath, newStateUnit, newStateResult); in unitStateChange()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_uac1.c | 380 struct uac1_status_word *msg; in audio_notify() local 397 msg = kmalloc(sizeof(*msg), GFP_ATOMIC); in audio_notify() 398 if (msg == NULL) { in audio_notify() 403 msg->bStatusType = UAC1_STATUS_TYPE_IRQ_PENDING in audio_notify() 405 msg->bOriginator = unit_id; in audio_notify() 407 req->length = sizeof(*msg); in audio_notify() 408 req->buf = msg; in audio_notify() 420 kfree(msg); in audio_notify()
|