/openbmc/linux/drivers/usb/musb/ |
H A D | musb_trace.h | 31 __vstring(msg, vaf->fmt, vaf->va) 35 __assign_vstr(msg, vaf->fmt, vaf->va); 37 TP_printk("%s: %s", __get_str(name), __get_str(msg))
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | google,cros-ec.yaml | 49 google,cros-ec-spi-msg-delay: 178 google,cros-ec-spi-msg-delay: false 273 google,cros-ec-spi-msg-delay = <30>;
|
/openbmc/linux/drivers/regulator/ |
H A D | twl-regulator.c | 154 static int twl4030_send_pb_msg(unsigned msg) in twl4030_send_pb_msg() argument 175 ret = twl_i2c_write_u8(TWL_MODULE_PM_MASTER, msg >> 8, in twl4030_send_pb_msg() 180 ret = twl_i2c_write_u8(TWL_MODULE_PM_MASTER, msg & 0xff, in twl4030_send_pb_msg()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_logging.c | 382 void scsi_print_result(const struct scsi_cmnd *cmd, const char *msg, in scsi_print_result() argument 401 if (msg) { in scsi_print_result() 403 "%s: ", msg); in scsi_print_result()
|
/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_io.c | 571 static void kdb_msg_write(const char *msg, int msg_len) in kdb_msg_write() argument 581 cp = msg; in kdb_msg_write() 618 c->write(c, msg, msg_len); in kdb_msg_write()
|
/openbmc/dbus-sensors/src/ |
H A D | Thresholds.cpp | 469 sdbusplus::message_t msg = in assertThresholds() local 472 msg.append(sensor->name, interface->get_interface_name(), property, in assertThresholds() 474 msg.signal_send(); in assertThresholds()
|
/openbmc/webui-vue/src/assets/styles/bmc/custom/ |
H A D | _alert.scss | 37 .alert-msg {
|
/openbmc/ibm-logging/ |
H A D | policy_table.cpp | 63 d.msg = details["msg"]; in load()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ulp.h | 36 void *msg; member
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | iwpm_util.h | 252 void iwpm_print_sockaddr(struct sockaddr_storage *sockaddr, char *msg);
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pnv-pci.h | 26 struct opal_msg *msg);
|
/openbmc/phosphor-psu-code-mgmt/test/ |
H A D | test_utils.cpp | 26 sdbusplus::message_t msg(nullptr, &sdbusMock); in TEST() local
|
/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs/ |
H A D | rwfs-clean-dev.patch | 23 debug_takeover "$msg"
|
/openbmc/linux/include/linux/ |
H A D | netpoll.h | 59 void netpoll_send_udp(struct netpoll *np, const char *msg, int len);
|
/openbmc/openbmc-test-automation/lib/ |
H A D | common_utils.robot | 102 Should Not Be Empty ${bmc_model} msg=BMC model is empty. 146 Should Not Be Empty ${host} msg=No host provided 177 ${err_msg1}= Sprint Error ${msg} 179 Run Keyword If '${status}' == 'FAIL' Fail msg=${err_msg} 190 Should Be Equal ${rc} ${0} msg=${err_msg} 199 Should Be Equal As Strings ${ping_rc} ${TRUE} msg=${err_msg} 647 Should Be Equal ${rc} ${0} msg=${stderr} 750 ... msg=${tarball_file_path} doesn't exist. 876 ... msg=${probe_cpu_tool_path} doesn't exist. 878 ... msg=${probe_cpu_tool_path} doesn't exist. [all …]
|
/openbmc/linux/drivers/misc/ |
H A D | fastrpc.c | 245 struct fastrpc_msg msg; member 1110 struct fastrpc_msg *msg = &ctx->msg; in fastrpc_invoke_send() local 1114 msg->pid = fl->tgid; in fastrpc_invoke_send() 1115 msg->tid = current->pid; in fastrpc_invoke_send() 1118 msg->pid = 0; in fastrpc_invoke_send() 1120 msg->ctx = ctx->ctxid | fl->pd; in fastrpc_invoke_send() 1121 msg->handle = handle; in fastrpc_invoke_send() 1122 msg->sc = ctx->sc; in fastrpc_invoke_send() 1123 msg->addr = ctx->buf ? ctx->buf->phys : 0; in fastrpc_invoke_send() 1124 msg->size = roundup(ctx->msg_sz, PAGE_SIZE); in fastrpc_invoke_send() [all …]
|
/openbmc/linux/lib/ |
H A D | test_user_copy.c | 34 #define test(condition, msg, ...) \ argument 38 pr_warn("[%d] " msg "\n", __LINE__, ##__VA_ARGS__); \
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | qed.py | 32 def err(msg): argument 33 sys.stderr.write(msg + '\n')
|
H A D | nbd-fault-injector.py | 75 def err(msg): argument 76 sys.stderr.write(msg + '\n')
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 169 #define fatal_perror(msg) \ argument 171 fprintf(stderr, "error: %s: " msg ": %s\n", \
|
/openbmc/linux/net/can/ |
H A D | Kconfig | 50 It is based on the PF_CAN core infrastructure for msg filtering and 51 msg sending and can optionally modify routed CAN frames on the fly.
|
/openbmc/linux/security/smack/ |
H A D | smack.h | 342 static inline struct smack_known **smack_msg_msg(const struct msg_msg *msg) in smack_msg_msg() argument 344 return msg->security + smack_blob_sizes.lbs_msg_msg; in smack_msg_msg()
|
/openbmc/linux/net/sctp/ |
H A D | stream_sched_prio.c | 216 struct sctp_datamsg *msg) in sctp_sched_prio_enqueue() argument 222 ch = list_first_entry(&msg->chunks, struct sctp_chunk, frag_list); in sctp_sched_prio_enqueue()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | acpi.c | 135 const char *msg = acpi_format_exception(status); in acpi_fadt_sanity_check() local 137 pr_err("Failed to get FADT table, %s\n", msg); in acpi_fadt_sanity_check()
|
/openbmc/linux/drivers/input/joystick/ |
H A D | as5011.c | 74 struct i2c_msg msg = { in as5011_i2c_write() local 82 error = i2c_transfer(client->adapter, &msg, 1); in as5011_i2c_write()
|