/openbmc/linux/tools/testing/selftests/net/ |
H A D | icmp_redirect.sh | 65 local msg="$3" 69 printf "TEST: %-60s [ OK ]\n" "${msg}" 72 printf "TEST: %-60s [XFAIL]\n" "${msg}" 77 printf "TEST: %-60s [FAIL]\n" "${msg}"
|
/openbmc/qemu/audio/ |
H A D | jackaudio.c | 685 static void qjack_error(const char *msg) in qjack_error() argument 687 dolog("E: %s\n", msg); in qjack_error() 690 static void qjack_info(const char *msg) in qjack_info() argument 692 dolog("I: %s\n", msg); in qjack_info()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | s5h1409.c | 306 struct i2c_msg msg = { .addr = state->config->demod_address, in s5h1409_writereg() local 309 ret = i2c_transfer(state->i2c, &msg, 1); in s5h1409_writereg() 324 struct i2c_msg msg[] = { in s5h1409_readreg() local 330 ret = i2c_transfer(state->i2c, msg, 2); in s5h1409_readreg()
|
H A D | dib3000mb.c | 55 struct i2c_msg msg[] = { in dib3000_read_reg() local 60 if (i2c_transfer(state->i2c, msg, 2) != 2) in dib3000_read_reg() 75 struct i2c_msg msg[] = { in dib3000_write_reg() local 80 return i2c_transfer(state->i2c,msg, 1) != 1 ? -EREMOTEIO : 0; in dib3000_write_reg()
|
H A D | stb0899_drv.c | 220 struct i2c_msg msg[] = { in _stb0899_read_reg() local 234 ret = i2c_transfer(state->i2c, msg, 2); in _stb0899_read_reg() 446 struct i2c_msg msg[] = { in stb0899_read_regs() local 460 status = i2c_transfer(state->i2c, msg, 2); in stb0899_read_regs() 691 if (cmd->msg_len > sizeof(cmd->msg)) in stb0899_send_diseqc_msg() 703 stb0899_write_reg(state, STB0899_DISFIFO, cmd->msg[i]); in stb0899_send_diseqc_msg() 744 if (length > sizeof (reply->msg)) { in stb0899_recv_slave_reply() 752 reply->msg[i] = stb0899_read_reg(state, STB0899_DISFIFO); in stb0899_recv_slave_reply()
|
/openbmc/linux/sound/core/seq/oss/ |
H A D | seq_oss_midi.c | 617 char msg[32]; in send_midi_event() local 627 len = snd_midi_event_decode(mdev->coder, msg, sizeof(msg), ev); in send_midi_event() 629 snd_seq_oss_readq_puts(dp->readq, mdev->seq_device, msg, len); in send_midi_event()
|
/openbmc/linux/sound/soc/sof/ |
H A D | sof-priv.h | 219 struct snd_sof_ipc_msg *msg); /* mandatory */ 517 struct snd_sof_ipc_msg msg; member 581 struct snd_sof_ipc_msg *msg; member 752 void snd_sof_handle_fw_exception(struct snd_sof_dev *sdev, const char *msg);
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf.gui.c | 192 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) in btn_dialog() argument 220 msg_lines = get_line_no(msg); in btn_dialog() 222 const char *line = get_line(msg, i); in btn_dialog() 256 fill_window(msg_win, msg); in btn_dialog()
|
/openbmc/linux/drivers/dma/ |
H A D | mv_xor_v2.c | 618 static void mv_xor_v2_set_msi_msg(struct msi_desc *desc, struct msi_msg *msg) in mv_xor_v2_set_msi_msg() argument 622 writel(msg->address_lo, in mv_xor_v2_set_msi_msg() 624 writel(msg->address_hi & 0xFFFF, in mv_xor_v2_set_msi_msg() 626 writel(msg->data, in mv_xor_v2_set_msi_msg()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-ibm_iic.c | 517 static inline void iic_address(struct ibm_iic_private* dev, struct i2c_msg* msg) in iic_address() argument 520 u16 addr = msg->addr; in iic_address() 523 addr, msg->flags & I2C_M_TEN ? 10 : 7); in iic_address() 525 if (msg->flags & I2C_M_TEN){ in iic_address()
|
/openbmc/linux/drivers/misc/vmw_vmci/ |
H A D | vmci_guest.c | 261 struct vmci_resource_query_msg *msg; in vmci_check_host_caps() local 276 msg = (struct vmci_resource_query_msg *)VMCI_DG_PAYLOAD(check_msg); in vmci_check_host_caps() 278 msg->num_resources = VMCI_UTIL_NUM_RESOURCES; in vmci_check_host_caps() 279 msg->resources[0] = VMCI_GET_CONTEXT_ID; in vmci_check_host_caps()
|
/openbmc/linux/lib/ |
H A D | kobject_uevent.c | 198 const char *msg = NULL, *devpath; in kobject_synth_uevent() local 203 msg = "unknown uevent action string"; in kobject_synth_uevent() 215 msg = "incorrect uevent action arguments"; in kobject_synth_uevent() 229 msg ?: "failed to send uevent"); in kobject_synth_uevent()
|
/openbmc/linux/fs/ceph/ |
H A D | caps.c | 1244 fc = msg->front.iov_base; in encode_cap_msg() 1501 struct ceph_msg *msg; in __send_cap() local 1506 if (!msg) { in __send_cap() 1516 encode_cap_msg(msg, arg); in __send_cap() 1530 struct ceph_msg *msg; in __send_flush_snap() local 1575 if (!msg) in __send_flush_snap() 1578 encode_cap_msg(msg, &arg); in __send_flush_snap() 4231 struct ceph_msg *msg) in ceph_handle_caps() argument 4258 end = msg->front.iov_base + msg->front.iov_len; in ceph_handle_caps() 4261 h = msg->front.iov_base; in ceph_handle_caps() [all …]
|
/openbmc/linux/scripts/ |
H A D | unifdef.c | 1204 debug(const char *msg, ...) in debug() argument 1209 va_start(ap, msg); in debug() 1210 vwarnx(msg, ap); in debug() 1216 error(const char *msg) in error() argument 1219 warnx("%s: %d: %s", filename, linenum, msg); in error() 1222 filename, linenum, msg, stifline[depth], depth); in error()
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | useradd-staticids.bbclass | 50 …msg = 'Recipe %s, package %s: %sname "%s" does not have a static ID defined.' % (d.getVar('PN'), p… 52 msg += " Add %s to one of these files: %s" % (id, files) 54 msg += " %s file(s) not found in BBPATH: %s" % (var, value) 56 raise NotImplementedError(msg) 58 bb.warn(msg) 60 raise bb.parse.SkipRecipe(msg)
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | hideep.c | 184 struct i2c_msg msg = { in hideep_pgm_w_mem() local 199 ret = i2c_transfer(ts->client->adapter, &msg, 1); in hideep_pgm_w_mem() 211 struct i2c_msg msg[] = { in hideep_pgm_r_mem() local 233 ret = i2c_transfer(ts->client->adapter, msg, ARRAY_SIZE(msg)); in hideep_pgm_r_mem() 234 if (ret != ARRAY_SIZE(msg)) in hideep_pgm_r_mem()
|
/openbmc/openbmc-test-automation/redfish/systems/eventlog/ |
H A D | test_event_logging.robot | 133 Should Be Equal ${elogs[0]["Id"]} 2 msg=Event log entry is not 2 377 ... msg=The event log should have wrapped such that entry ID 1 is now purged. 445 Should Be Empty ${elogs} msg=System event log entry is not empty. 452 Should Not Be Empty ${elogs} msg=System event log entry is not empty. 480 Run Keyword If '${found_match}' == 'False' Fail msg=No watchdog error logged. 493 ... msg=Watchdog timeout event log was not found.
|
/openbmc/linux/drivers/spi/ |
H A D | spi-stm32-qspi.c | 558 struct spi_message *msg) in stm32_qspi_transfer_one_message() argument 562 struct spi_device *spi = msg->spi; in stm32_qspi_transfer_one_message() 577 list_for_each_entry(transfer, &msg->transfers, transfer_list) { in stm32_qspi_transfer_one_message() 598 if (list_is_last(&transfer->transfer_list, &msg->transfers)) { in stm32_qspi_transfer_one_message() 624 msg->actual_length += transfer->len + dummy_bytes; in stm32_qspi_transfer_one_message() 632 msg->status = ret; in stm32_qspi_transfer_one_message()
|
/openbmc/qemu/ui/ |
H A D | dbus-listener.c | 351 g_autofree char *msg = g_win32_error_message(GetLastError()); in dbus_scanout_map() local 352 g_debug("Failed to DuplicateHandle: %s", msg); in dbus_scanout_map() 414 g_autofree char *msg = g_win32_error_message(GetLastError()); in dbus_scanout_share_d3d_texture() local 415 g_debug("Failed to DuplicateHandle: %s", msg); in dbus_scanout_share_d3d_texture() 991 g_autofree char *msg = g_win32_error_message(GetLastError()); in dbus_display_listener_setup_peer_process() local 992 g_debug("Failed to OpenProcess: %s", msg); in dbus_display_listener_setup_peer_process()
|
/openbmc/u-boot/tools/buildman/ |
H A D | builder.py | 928 msg = '%s %-38s %7s %7s %+7d' % (indent, name, 930 Print(msg, colour=color) 953 msg = ' %s %+d' % (name, diff) 958 Print(msg, colour=color, newline=False) 1063 msg = ' %s %+1.1f' % (name, avg_diff) 1068 Print(msg, colour=color, newline=False) 1423 msg = '%02d: %s' % (commit_upto + 1, 1425 Print(msg, colour=self.col.BLUE)
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | __init__.py | 21 self.msg = message 25 return self.msg 31 msg = "Unable to access layerindex url %s: %s" % (url, message) 33 msg = "Unable to access layerindex url %s" % url 35 LayerIndexException.__init__(self, msg) 41 msg = "Unable to fetch layerindex url %s: %s" % (url, message) 43 msg = "Unable to fetch layerindex url %s" % url 45 LayerIndexException.__init__(self, msg)
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-astor/ |
H A D | 0001-rtrip.py-convert-to-python3.patch | 25 @@ -160,7 +160,7 @@ def usage(msg):
|
/openbmc/linux/include/linux/ |
H A D | zlib.h | 93 char *msg; /* last error message, NULL if no error */ member
|
/openbmc/linux/include/linux/iio/common/ |
H A D | cros_ec_sensors_core.h | 64 struct cros_ec_command *msg; member
|
/openbmc/linux/lib/zlib_dfltcc/ |
H A D | dfltcc.h | 96 char msg[64]; /* Buffer for strm->msg */ member
|