/openbmc/qemu/hw/ufs/ |
H A D | trace-events | 6 ufs_process_db(uint32_t slot) "UTRLDBR slot %"PRIu32"" 7 ufs_process_req(uint32_t slot) "UTRLDBR slot %"PRIu32"" 8 ufs_complete_req(uint32_t slot) "UTRLDBR slot %"PRIu32"" 9 ufs_sendback_req(uint32_t slot) "UTRLDBR slot %"PRIu32"" 10 ufs_exec_nop_cmd(uint32_t slot) "UTRLDBR slot %"PRIu32"" 11 ufs_exec_scsi_cmd(uint32_t slot, uint8_t lun, uint8_t opcode) "slot %"PRIu32", lun 0x%"PRIx8", opco… 12 ufs_exec_query_cmd(uint32_t slot, uint8_t opcode) "slot %"PRIu32", opcode 0x%"PRIx8"" 19 ufs_err_dma_read_utrd(uint32_t slot, uint64_t addr) "failed to read utrd. UTRLDBR slot %"PRIu32", U… 20 …u(uint32_t slot, uint64_t addr) "failed to read req upiu. UTRLDBR slot %"PRIu32", request upiu add… 21 ufs_err_dma_read_prdt(uint32_t slot, uint64_t addr) "failed to read prdt. UTRLDBR slot %"PRIu32", p… [all …]
|
/openbmc/qemu/hw/nvme/ |
H A D | trace-events | 9 …, uint64_t prp1, uint64_t prp2, int num_prps) "trans_len %"PRIu64" len %"PRIu32" prp1 0x%"PRIx64" … 14 …t32_t nsid, uint8_t lbaf, uint8_t mset, uint8_t pi, uint8_t pil) "nsid %"PRIu32" lbaf %"PRIu8" mse… 15 …uint32_t nlb, uint64_t count, uint64_t lba) "cid %"PRIu16" nsid %"PRIu32" nlb %"PRIu32" count %"PR… 16 …, uint64_t count, uint64_t lba) "cid %"PRIu16" opname '%s' nsid %"PRIu32" nlb %"PRIu32" count %"PR… 34 …t cid, uint32_t nsid, uint16_t nr, uint8_t format) "cid %"PRIu16" nsid %"PRIu32" nr %"PRIu16" form… 35 pci_nvme_copy_source_range(uint64_t slba, uint32_t nlb) "slba 0x%"PRIx64" nlb %"PRIu32"" 36 pci_nvme_copy_out(uint64_t slba, uint32_t nlb) "slba 0x%"PRIx64" nlb %"PRIu32"" 37 …_t nsid, uint64_t slba, uint32_t nlb) "cid %"PRIu16" nsid %"PRIu32" slba 0x%"PRIx64" nlb %"PRIu32"" 42 pci_nvme_dsm(uint32_t nr, uint32_t attr) "nr %"PRIu32" attr 0x%"PRIx32"" 43 pci_nvme_dsm_deallocate(uint64_t slba, uint32_t nlb) "slba %"PRIu64" nlb %"PRIu32"" [all …]
|
/openbmc/qemu/hw/hyperv/ |
H A D | trace-events | 24 … uint64_t count, uint64_t start, uint64_t rempages) "posting unballoon %"PRIu32" for %"PRIu64" @ 0… 25 hv_balloon_incoming_unballoon(uint32_t trans_id) "incoming unballoon response %"PRIu32 26 …dd(uint32_t trans_id, uint64_t count, uint64_t start) "posting hot add %"PRIu32" for %"PRIu64" @ 0… 27 …32_t result, uint32_t count) "incoming hot add response %"PRIu32", result %"PRIu32", count %"PRIu32 28 …uint32_t trans_id, uint64_t count, uint64_t rempages) "posting balloon %"PRIu32" for %"PRIu64", re… 29 …e_count, uint32_t more_pages) "incoming balloon response %"PRIu32", ranges %"PRIu32", more %"PRIu32
|
/openbmc/qemu/nbd/ |
H A D | trace-events | 4 …int32_t opt, const char *name, uint32_t len) "Sending option request %" PRIu32" (%s), len %" PRIu32 5 …ypename, uint32_t length) "Received option reply %" PRIu32" (%s), type %" PRIu32" (%s), len %" PRI… 7 …*name, uint32_t reply, const char *reply_name) "server failed request %" PRIu32 " (%s) with error … 18 …y(const char *optname, const char *context, uint32_t id) "Received %s mapping of %s to id %" PRIu32 36 …er: { flags = 0x%" PRIx16 ", type = %" PRIu16 " (%s), cookie = %" PRIu64 ", length = %" PRIu32 " }" 43 … const char *typename, uint32_t len) "Reply opt=%" PRIu32 " (%s), type=%" PRIu32 " (%s), len=%" PR… 48 …nst char *name, uint32_t length) "Sending NBD_REP_INFO type %d (%s) with remaining length %" PRIu32 54 …const char *export, uint32_t queries) "Client requested %s for export %s, with %" PRIu32 " queries" 57 …te_meta_query_reply(const char *context, uint32_t id) "Replying with meta context '%s' id %" PRIu32 60 nbd_negotiate_options_check_option(uint32_t option, const char *name) "Checking option %" PRIu32 " … [all …]
|
H A D | client.c | 166 error_setg(errp, "server error %" PRIu32 in nbd_handle_reply_err() 173 error_prepend(errp, "Failed to read option error %" PRIu32 in nbd_handle_reply_err() 192 error_setg(errp, "Denied by server for option %" PRIu32 " (%s)", in nbd_handle_reply_err() 197 error_setg(errp, "Invalid parameters for option %" PRIu32 " (%s)", in nbd_handle_reply_err() 202 error_setg(errp, "Server lacks support for option %" PRIu32 " (%s)", in nbd_handle_reply_err() 207 error_setg(errp, "TLS negotiation required before option %" PRIu32 in nbd_handle_reply_err() 217 error_setg(errp, "Server shutting down before option %" PRIu32 " (%s)", in nbd_handle_reply_err() 222 error_setg(errp, "Server requires INFO_BLOCK_SIZE for option %" PRIu32 in nbd_handle_reply_err() 227 error_setg(errp, "Unknown error code when asking for option %" PRIu32 in nbd_handle_reply_err() 285 error_setg(errp, "incorrect option length %" PRIu32, len); in nbd_receive_list() [all …]
|
/openbmc/qemu/target/riscv/ |
H A D | trace-events | 5 … mhartid, uint32_t reg_index, uint64_t val) "hart %" PRIu64 ": read reg%" PRIu32", val: 0x%" PRIx64 6 …mhartid, uint32_t reg_index, uint64_t val) "hart %" PRIu64 ": write reg%" PRIu32", val: 0x%" PRIx64 7 …hartid, uint32_t addr_index, uint64_t val) "hart %" PRIu64 ": read addr%" PRIu32", val: 0x%" PRIx64 8 …artid, uint32_t addr_index, uint64_t val) "hart %" PRIu64 ": write addr%" PRIu32", val: 0x%" PRIx64
|
/openbmc/qemu/hw/audio/ |
H A D | trace-events | 43 …t streams, uint32_t chmaps) "snd %p: get_config jacks=%"PRIu32" streams=%"PRIu32" chmaps=%"PRIu32"" 49 …io_snd_handle_pcm_set_params(uint32_t stream) "VIRTIO_SND_PCM_SET_PARAMS called for stream %"PRIu32 51 virtio_snd_handle_pcm_info(uint32_t stream) "VIRTIO_SND_R_PCM_INFO called for stream %"PRIu32 52 virtio_snd_handle_pcm_start_stop(const char *code, uint32_t stream) "%s called for stream %"PRIu32 53 virtio_snd_handle_pcm_release(uint32_t stream) "VIRTIO_SND_PCM_RELEASE called for stream %"PRIu32 54 virtio_snd_handle_code(uint32_t val, const char *code) "ctrl code msg val = %"PRIu32" == %s" 57 virtio_snd_pcm_stream_flush(uint32_t stream) "flushing stream %"PRIu32
|
H A D | virtio-snd.c | 204 error_report("Invalid stream id: %"PRIu32, stream_id); in virtio_snd_handle_pcm_info() 570 error_report("Invalid stream id: %"PRIu32, stream_id); in virtio_snd_handle_pcm_start_stop() 630 error_report("already released stream %"PRIu32, stream_id); in virtio_snd_handle_pcm_release() 632 "already released stream %"PRIu32, in virtio_snd_handle_pcm_release() 718 error_report("virtio snd header not recognized: %"PRIu32, code); in process_cmd() 1039 "Invalid number of jacks: %"PRIu32, in virtio_snd_realize() 1045 "Invalid number of streams: %"PRIu32, in virtio_snd_realize() 1052 "Invalid number of channel maps: %"PRIu32, in virtio_snd_realize()
|
/openbmc/linux/tools/perf/tests/ |
H A D | attr.c | 101 WRITE_ASS(type, PRIu32); in store_event() 102 WRITE_ASS(size, PRIu32); in store_event() 135 WRITE_ASS(wakeup_events, PRIu32); in store_event() 136 WRITE_ASS(bp_type, PRIu32); in store_event() 141 WRITE_ASS(sample_stack_user, PRIu32); in store_event()
|
/openbmc/libmctp/ |
H A D | astlpc.c | 467 ", size: %" PRIu32, in mctp_astlpc_buffer_validate() 476 ", size: %" PRIu32, in mctp_astlpc_buffer_validate() 486 "%s packet buffer too small: Require %" PRIu32 in mctp_astlpc_buffer_validate() 487 " bytes to support the %u byte baseline transmission unit, found %" PRIu32, in mctp_astlpc_buffer_validate() 498 ", %" PRIu32 "}: Rx {0x%" PRIx32 ", %" PRIu32 "}", in mctp_astlpc_buffer_validate() 524 ", %" PRIu32 "}, Tx {0x%" PRIx32 ", %" PRIu32 "}", in mctp_astlpc_layout_validate() 568 astlpc_prerr(astlpc, "Cannot support an MTU of %" PRIu32, sz); in mctp_astlpc_init_bmc() 654 ", %" PRIu32 "}, Tx {0x%" PRIx32 ", %" PRIu32 "}", in mctp_astlpc_negotiate_layout_host() 660 astlpc_prinfo(astlpc, "Desire an MTU of %" PRIu32 " bytes", in mctp_astlpc_negotiate_layout_host() 670 "Generated invalid buffer layout with size %" PRIu32 in mctp_astlpc_negotiate_layout_host() [all …]
|
/openbmc/qemu/hw/sd/ |
H A D | trace-events | 5 … uint32_t max_bytes) "desc_addr 0x%" PRIx64 " desc_size %" PRIu32 " is_write %u max_bytes %" PRIu32 6 …t64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 7 …t64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 57 …md_desc, uint8_t cmd, uint32_t offset, uint8_t value) "%s %20s/ CMD%02d ofs %"PRIu32" value 0x%02x" 58 …et, uint64_t size, uint32_t blklen) "%s %20s/ CMD%02d ofs %"PRIu32" size %"PRIu64" blklen %" PRIu32
|
/openbmc/qemu/hw/acpi/ |
H A D | trace-events | 47 acpi_pci_up_read(uint32_t val) "%" PRIu32 48 acpi_pci_down_read(uint32_t val) "%" PRIu32 49 acpi_pci_features_read(uint32_t val) "%" PRIu32 50 acpi_pci_acpi_index_read(uint32_t val) "%" PRIu32 51 …ci_acpi_index_write(unsigned bsel, unsigned slot, uint32_t aidx) "bsel: %u slot: %u aidx: %" PRIu32 52 acpi_pci_rmv_read(uint32_t val) "%" PRIu32 53 acpi_pci_sel_read(uint32_t val) "%" PRIu32
|
/openbmc/qemu/block/ |
H A D | cloop.c | 93 error_setg(errp, "block_size %" PRIu32 " must be a multiple of 512", in cloop_open() 107 error_setg(errp, "block_size %" PRIu32 " must be %u MB or less", in cloop_open() 122 error_setg(errp, "n_blocks %" PRIu32 " must be %zu or less", in cloop_open() 159 "index %" PRIu32 ", image file is corrupt", i); in cloop_open() 172 error_setg(errp, "invalid compressed block size at index %" PRIu32 in cloop_open()
|
H A D | vdi.c | 309 fprintf(stderr, "ERROR: block index %" PRIu32 in vdi_co_check() 310 " also used by %" PRIu32 "\n", bmap[bmap_entry], bmap_entry); in vdi_co_check() 314 fprintf(stderr, "ERROR: block index %" PRIu32 in vdi_co_check() 315 " too large, is %" PRIu32 "\n", block, bmap_entry); in vdi_co_check() 321 fprintf(stderr, "ERROR: allocated blocks mismatch, is %" PRIu32 in vdi_co_check() 322 ", should be %" PRIu32 "\n", in vdi_co_check() 427 error_setg(errp, "unsupported VDI image (version %" PRIu32 ".%" PRIu32 in vdi_open() 444 error_setg(errp, "unsupported VDI image (sector size %" PRIu32 in vdi_open() 449 error_setg(errp, "unsupported VDI image (block size %" PRIu32 in vdi_open() 450 " is not %" PRIu32 ")", in vdi_open()
|
H A D | blkio.c | 998 error_setg(errp, "invalid \"request-alignment\" value %" PRIu32 ", " in blkio_refresh_limits() 1013 error_setg(errp, "invalid \"optimal-io-size\" value %" PRIu32 ", must " in blkio_refresh_limits() 1014 "be a multiple of %" PRIu32, bs->bl.opt_transfer, in blkio_refresh_limits() 1028 error_setg(errp, "invalid \"max-transfer\" value %" PRIu32 ", must be " in blkio_refresh_limits() 1029 "a multiple of %" PRIu32 " and %" PRIu32 " (if non-zero)", in blkio_refresh_limits()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/md5deep/files/ |
H A D | 0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch | 64 - ocb.error("%s: No hash found in line %"PRIu32, fn, count + 1); 65 + ocb.error("%s: No hash found in line %" PRIu32, fn, count + 1); 73 - ocb.error("%s: Expecting %"PRIu32" hashes, found %"PRIu32"\n", 74 + ocb.error("%s: Expecting %" PRIu32 " hashes, found %" PRIu32 "\n",
|
/openbmc/qemu/hw/misc/ |
H A D | trace-events | 5 …t64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 6 …t64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 11 …offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 12 …ffset, uint64_t data, unsigned size) "Write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 13 …offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 14 …ffset, uint64_t data, unsigned size) "Write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 15 …offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 16 …ffset, uint64_t data, unsigned size) "write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 25 …offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 26 …ffset, uint64_t data, unsigned size) "Write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %" PRIu32 [all …]
|
/openbmc/qemu/hw/virtio/ |
H A D | trace-events | 34 …, uint8_t perm, uint8_t type) "vdpa_shared:%p fd: %d msg_type: %"PRIu32" asid: %"PRIu32" iova: 0x%… 35 … uint64_t size, uint8_t type) "vdpa_shared:%p fd: %d msg_type: %"PRIu32" asid: %"PRIu32" iova: 0x%… 36 … int fd, uint32_t msg_type, uint8_t type) "vdpa_shared:%p fd: %d msg_type: %"PRIu32" type: %"PRIu8 37 … int fd, uint32_t msg_type, uint8_t type) "vdpa_shared:%p fd: %d msg_type: %"PRIu32" type: %"PRIu8 46 …ble(void *dev, uint32_t nregions, uint32_t padding) "dev: %p nregions: %"PRIu32" padding: 0x%"PRIx… 49 vhost_vdpa_get_device_id(void *dev, uint32_t device_id) "dev: %p device_id %"PRIu32 54 …nt32_t offset, uint32_t size, uint32_t flags) "dev: %p offset: %"PRIu32" size: %"PRIu32" flags: 0x… 55 …a_get_config(void *dev, void *config, uint32_t config_len) "dev: %p config: %p config_len: %"PRIu32
|
H A D | virtio-crypto.c | 84 DPRINTF("cipher_alg=%" PRIu32 ", info->direction=%" PRIu32 "\n", in virtio_crypto_cipher_session_helper() 95 DPRINTF("keylen=%" PRIu32 "\n", info->key_len); in virtio_crypto_cipher_session_helper() 660 DPRINTF("iv_len=%" PRIu32 "\n", op_info->iv_len); in virtio_crypto_sym_op_helper() 674 DPRINTF("aad_len=%" PRIu32 "\n", op_info->aad_len); in virtio_crypto_sym_op_helper() 689 DPRINTF("src_len=%" PRIu32 "\n", op_info->src_len); in virtio_crypto_sym_op_helper() 706 DPRINTF("dst_len=%" PRIu32 "\n", op_info->dst_len); in virtio_crypto_sym_op_helper() 710 DPRINTF("hash_result_len=%" PRIu32 "\n", hash_result_len); in virtio_crypto_sym_op_helper() 1070 error_setg(errp, "Invalid number of queues (= %" PRIu32 "), " in virtio_crypto_device_realize()
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | lpc_aspeed.cpp | 72 "requested window size %" PRIu32 ", offset %#" PRIx32 in mapWindow() 92 "requesting Aspeed LPC window at %#" PRIx32 " of size %" PRIu32 in mapWindow()
|
/openbmc/linux/scripts/dtc/ |
H A D | fdtoverlay.c | 109 "\nBase blob is incomplete (%lu / %" PRIu32 " bytes read)\n", in do_fdtoverlay() 128 "\nOverlay '%s' is incomplete (%lu / %" PRIu32 " bytes read)\n", in do_fdtoverlay()
|
/openbmc/qemu/hw/i386/ |
H A D | trace-events | 4 …uint32_t index, uint32_t mask) "Notify IEC invalidation: global=%d index=%" PRIu32 " mask=%" PRIu32 31 …n) "IOTLB context hit bus 0x%"PRIx8" devfn 0x%"PRIx8" high 0x%"PRIx64" low 0x%"PRIx64" gen %"PRIu32 32 …date bus 0x%"PRIx8" devfn 0x%"PRIx8" high 0x%"PRIx64" low 0x%"PRIx64" gen %"PRIu32" -> gen %"PRIu32 37 …_t level, uint64_t start, uint64_t end) "walk (base=0x%"PRIx64", level=%"PRIu32") iova range 0x%"P… 133 vmmouse_data(uint32_t size) "data: size=%" PRIu32
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc405_uc.c | 817 "Setup PPC405EP clocks - sysclk %" PRIu32 " VCO %" PRIu64 in ppc405ep_compute_clocks() 819 "CPU %" PRIu32 " PLB %" PRIu32 " OPB %" PRIu32 " EBC %" PRIu32 in ppc405ep_compute_clocks() 820 " MAL %" PRIu32 " PCI %" PRIu32 " UART0 %" PRIu32 in ppc405ep_compute_clocks() 821 " UART1 %" PRIu32 "\n", in ppc405ep_compute_clocks()
|
/openbmc/qemu/hw/net/ |
H A D | trace-events | 6 … uint32_t paddr, uint32_t bytes) "RX packet: desc=0x%" PRIx32 " paddr=0x%" PRIx32 " bytes=%" PRIu32 7 … uint32_t paddr, uint32_t bytes) "TX packet: desc=0x%" PRIx32 " paddr=0x%" PRIx32 " bytes=%" PRIu32 300 …from_pool_found(int pool, int32_t count, uint32_t rx_bufs) "pool=%d count=%"PRId32" rxbufs=%"PRIu32 302 …an_get_rx_bd_from_page_found(uint32_t use_buf_ptr, uint32_t rx_bufs) "ptr=%"PRIu32" rxbufs=%"PRIu32 303 spapr_vlan_receive(const char *id, uint32_t rx_bufs) "[%s] rx_bufs=%"PRIu32 308 …e(uint32_t ptr, uint32_t rx_bufs, uint64_t bd) "added buf ptr=%"PRIu32" rx_bufs=%"PRIu32" bd=0x%0… 311 spapr_vlan_h_send_logical_lan_rxbufs(uint32_t rx_bufs) "rxbufs = %"PRIu32 320 sungem_tx_finished(uint32_t size) "TX completing %"PRIu32 " bytes packet" 323 …t comp, uint32_t kick, uint32_t size) "TX processing comp=%"PRIu32", kick=%"PRIu32" out of %"PRIu32 324 sungem_tx_desc(uint32_t comp, uint64_t control, uint64_t buffer) "TX desc %"PRIu32 ": 0x%"PRIx64" 0… [all …]
|
/openbmc/qemu/system/ |
H A D | bootdevice.c | 416 chs_string = g_strdup_printf("%s %" PRIu32 " %" PRIu32 " %" PRIu32, in get_boot_devices_lchs_list()
|