/openbmc/qemu/block/ |
H A D | trace-events | 8 …int64_t offset, int64_t bytes, int flags) "blk %p bs %p offset %"PRId64" bytes %" PRId64 " flags 0… 9 …int64_t offset, int64_t bytes, int flags) "blk %p bs %p offset %"PRId64" bytes %" PRId64 " flags 0… 14 …4_t offset, int64_t bytes, unsigned int flags) "bs %p offset %" PRId64 " bytes %" PRId64 " flags 0… 15 …4_t offset, int64_t bytes, unsigned int flags) "bs %p offset %" PRId64 " bytes %" PRId64 " flags 0… 16 …*bs, int64_t offset, int64_t bytes, int flags) "bs %p offset %" PRId64 " bytes %" PRId64 " flags 0… 17 …t64_t cluster_bytes) "bs %p offset %" PRId64 " bytes %" PRId64 " cluster_offset %" PRId64 " cluste… 18 …int read_flags, int write_flags) "src %p offset %" PRId64 " dst %p offset %" PRId64 " bytes %" PRI… 19 …int read_flags, int write_flags) "src %p offset %" PRId64 " dst %p offset %" PRId64 " bytes %" PRI… 22 …id *s, int64_t offset, uint64_t bytes, int is_allocated) "s %p offset %" PRId64 " bytes %" PRIu64 … 26 …id *s, int64_t offset, uint64_t bytes, int is_allocated) "s %p offset %" PRId64 " bytes %" PRIu64 … [all …]
|
/openbmc/qemu/target/arm/ |
H A D | arm-powerctl.c | 36 DPRINTF("cpu %" PRId64 "\n", id); in arm_get_cpu_by_id() 47 "[ARM]%s: Requesting unknown CPU %" PRId64 "\n", in arm_get_cpu_by_id() 105 DPRINTF("cpu %" PRId64 " (EL %d, %s) @ 0x%" PRIx64 " with R0 = 0x%" PRIx64 in arm_set_cpu_on() 130 "[ARM]%s: CPU %" PRId64 " is already on\n", in arm_set_cpu_on() 154 "[ARM]%s: Starting AArch64 CPU %" PRId64 in arm_set_cpu_on() 168 "[ARM]%s: CPU %" PRId64 " is already powering on\n", in arm_set_cpu_on() 221 "[ARM]%s: CPU %" PRId64 " is already on\n", in arm_set_cpu_on_and_reset() 234 "[ARM]%s: CPU %" PRId64 " is already powering on\n", in arm_set_cpu_on_and_reset() 264 DPRINTF("cpu %" PRId64 "\n", cpuid); in arm_set_cpu_off() 274 "[ARM]%s: CPU %" PRId64 " is already off\n", in arm_set_cpu_off() [all …]
|
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 671 "(chain depth: %" PRId64 ")\n", in print_block_info() 684 monitor_printf(mon, " I/O throttling: bps=%" PRId64 in print_block_info() 685 " bps_rd=%" PRId64 " bps_wr=%" PRId64 in print_block_info() 686 " bps_max=%" PRId64 in print_block_info() 687 " bps_rd_max=%" PRId64 in print_block_info() 688 " bps_wr_max=%" PRId64 in print_block_info() 689 " iops=%" PRId64 " iops_rd=%" PRId64 in print_block_info() 690 " iops_wr=%" PRId64 in print_block_info() 691 " iops_max=%" PRId64 in print_block_info() 692 " iops_rd_max=%" PRId64 in print_block_info() [all …]
|
/openbmc/qemu/hw/pci/ |
H A D | pci-hmp-cmds.c | 31 monitor_printf(mon, " Bus %2" PRId64 ", ", dev->bus); in hmp_info_pci_device() 32 monitor_printf(mon, "device %3" PRId64 ", function %" PRId64 ":\n", in hmp_info_pci_device() 39 monitor_printf(mon, "Class %04" PRId64, dev->class_info->q_class); in hmp_info_pci_device() 50 monitor_printf(mon, " IRQ %" PRId64 ", pin %c\n", in hmp_info_pci_device() 55 monitor_printf(mon, " BUS %" PRId64 ".\n", in hmp_info_pci_device() 57 monitor_printf(mon, " secondary bus %" PRId64 ".\n", in hmp_info_pci_device() 59 monitor_printf(mon, " subordinate bus %" PRId64 ".\n", in hmp_info_pci_device() 83 monitor_printf(mon, " BAR%" PRId64 ": ", region->value->bar); in hmp_info_pci_device()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-hmp-cmds.c | 141 monitor_printf(mon, " num_vqs: %"PRId64"\n", s->num_vqs); in hmp_virtio_status() 160 monitor_printf(mon, " vq_index: %"PRId64"\n", in hmp_virtio_status() 162 monitor_printf(mon, " max_queues: %"PRId64"\n", in hmp_virtio_status() 164 monitor_printf(mon, " n_mem_sections: %"PRId64"\n", in hmp_virtio_status() 166 monitor_printf(mon, " n_tmp_sections: %"PRId64"\n", in hmp_virtio_status() 168 monitor_printf(mon, " backend_cap: %"PRId64"\n", in hmp_virtio_status() 172 monitor_printf(mon, " log_size: %"PRId64"\n", in hmp_virtio_status() 203 monitor_printf(mon, " kick: %"PRId64"\n", s->kick); in hmp_vhost_queue_status() 204 monitor_printf(mon, " call: %"PRId64"\n", s->call); in hmp_vhost_queue_status() 206 monitor_printf(mon, " num: %"PRId64"\n", s->num); in hmp_vhost_queue_status()
|
/openbmc/qemu/contrib/ivshmem-client/ |
H A D | ivshmem-client.c | 110 "peer %" PRId64 "\n", peer_id); in ivshmem_client_handle_server_msg() 114 IVSHMEM_CLIENT_DEBUG(client, "delete peer id = %" PRId64 "\n", peer_id); in ivshmem_client_handle_server_msg() 125 IVSHMEM_CLIENT_DEBUG(client, "new peer id = %" PRId64 "\n", peer_id); in ivshmem_client_handle_server_msg() 130 PRId64 "\n", peer->vectors_count, fd, peer->id); in ivshmem_client_handle_server_msg() 222 IVSHMEM_CLIENT_DEBUG(client, "our_id=%" PRId64 "\n", client->local.id); in ivshmem_client_connect() 353 IVSHMEM_CLIENT_DEBUG(client, "invalid vector %u on peer %" PRId64 "\n", in ivshmem_client_notify() 358 IVSHMEM_CLIENT_DEBUG(client, "notify peer %" PRId64 in ivshmem_client_notify() 430 printf("our_id = %" PRId64 "\n", peer->id); in ivshmem_client_dump() 438 printf("peer_id = %" PRId64 "\n", peer->id); in ivshmem_client_dump()
|
/openbmc/qemu/monitor/ |
H A D | hmp-cmds.c | 78 monitor_printf(mon, "%" PRId64 ".%" PRId64 ".%" PRId64 "%s\n", in hmp_info_version() 199 monitor_printf(mon, " thread_id=%" PRId64 "\n", value->thread_id); in hmp_info_iothreads() 200 monitor_printf(mon, " poll-max-ns=%" PRId64 "\n", value->poll_max_ns); in hmp_info_iothreads() 201 monitor_printf(mon, " poll-grow=%" PRId64 "\n", value->poll_grow); in hmp_info_iothreads() 202 monitor_printf(mon, " poll-shrink=%" PRId64 "\n", value->poll_shrink); in hmp_info_iothreads() 203 monitor_printf(mon, " aio-max-batch=%" PRId64 "\n", in hmp_info_iothreads()
|
H A D | fds.c | 298 snprintf(fd_str, sizeof(fd_str), "fdset-id:%" PRId64 ", fd:%" PRId64, in qmp_remove_fd() 301 snprintf(fd_str, sizeof(fd_str), "fdset-id:%" PRId64, fdset_id); in qmp_remove_fd() 471 error_setg(errp, "Failed to find fdset /dev/fdset/%" PRId64, fdset_id); in monitor_fdset_dup_fd_add()
|
/openbmc/qemu/hw/core/ |
H A D | machine-hmp-cmds.c | 41 monitor_printf(mon, "%c CPU #%" PRId64 ":", active, in hmp_info_cpus() 43 monitor_printf(mon, " thread_id=%" PRId64 "\n", cpu->value->thread_id); in hmp_info_cpus() 119 monitor_printf(mon, " size: %" PRId64 "\n", m->value->size); in hmp_info_memdev() 182 monitor_printf(mon, "balloon: actual=%" PRId64 "\n", info->actual >> 20); in hmp_info_balloon() 275 monitor_printf(mon, " slot: %" PRId64 "\n", di->slot); in hmp_info_memory_devices() 276 monitor_printf(mon, " node: %" PRId64 "\n", di->node); in hmp_info_memory_devices() 299 monitor_printf(mon, " node: %" PRId64 "\n", vmi->node); in hmp_info_memory_devices() 315 monitor_printf(mon, " node: %" PRId64 "\n", se->node); in hmp_info_memory_devices()
|
H A D | machine.c | 857 error_setg(errp, "CPU is already assigned to node-id: %" PRId64, in machine_set_cpu_numa_node() 870 error_setg(errp, "The initiator of CPU NUMA node %" PRId64 in machine_set_cpu_numa_node() 1312 g_string_append_printf(s, "socket-id: %"PRId64, cpu->props.socket_id); in cpu_slot_to_string() 1318 g_string_append_printf(s, "die-id: %"PRId64, cpu->props.die_id); in cpu_slot_to_string() 1324 g_string_append_printf(s, "cluster-id: %"PRId64, cpu->props.cluster_id); in cpu_slot_to_string() 1330 g_string_append_printf(s, "module-id: %"PRId64, cpu->props.module_id); in cpu_slot_to_string() 1336 g_string_append_printf(s, "core-id: %"PRId64, cpu->props.core_id); in cpu_slot_to_string() 1342 g_string_append_printf(s, "thread-id: %"PRId64, cpu->props.thread_id); in cpu_slot_to_string() 1454 warn_report("CPU-%d and CPU-%d in socket-%" PRId64 "-cluster-%" PRId64 in validate_cpu_cluster_to_numa_boundary() 1455 " have been associated with node-%" PRId64 " and node-%" PRId64 in validate_cpu_cluster_to_numa_boundary()
|
/openbmc/qemu/util/ |
H A D | trace-events | 4 …ndlers_begin(void *ctx, int64_t max_ns, int64_t timeout) "ctx %p max_ns %"PRId64 " timeout %"PRId64 5 …ll_handlers_end(void *ctx, bool progress, int64_t timeout) "ctx %p progress %d new timeout %"PRId64 6 poll_shrink(void *ctx, int64_t old, int64_t new) "ctx %p old %"PRId64" new %"PRId64 7 poll_grow(void *ctx, int64_t old, int64_t new) "ctx %p old %"PRId64" new %"PRId64 28 …oid *opaque, int64_t id) "File monitor %p add watch dir='%s' file='%s' cb=%p opaque=%p id=%" PRId64 29 …tch(void *mon, const char *dirpath, int64_t id) "File monitor %p remove watch dir='%s' id=%" PRId64 34 …opaque, int64_t id) "File monitor %p dispatch dir='%s' file='%s' ev=%d cb=%p opaque=%p id=%" PRId64 60 …(const void *hb, void *hbi, uint64_t pos, unsigned long cur) "hb %p hbi %p pos %"PRId64" cur 0x%lx"
|
H A D | block-helpers.c | 38 "parameter %s must be a power of 2 between %" PRId64 in check_block_size() 39 " and %" PRId64, in check_block_size()
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | insn.c | 126 g_string_append_printf(ts, "0x%" PRIx64 ", '%s', %"PRId64 " hits", in vcpu_insn_matched_exec_before() 130 " %"PRId64" match hits," in vcpu_insn_matched_exec_before() 131 " Δ+%"PRId64 " since last match," in vcpu_insn_matched_exec_before() 132 " %"PRId64 " avg insns/match\n", in vcpu_insn_matched_exec_before() 228 g_string_printf(out, "Match: %s, hits %"PRId64"\n", m->match_string, hits); in plugin_exit() 235 " %"PRIx64": %s (hits %"PRId64")\n", in plugin_exit()
|
/openbmc/qemu/tests/unit/ |
H A D | test-qga.c | 419 " 'arguments': { 'handle': %" PRId64 ", 'buf-b64': %s } }", in test_qga_file_ops() 434 " 'arguments': {'handle': %" PRId64 "} }", in test_qga_file_ops() 441 " 'arguments': {'handle': %" PRId64 "} }", in test_qga_file_ops() 467 " 'arguments': { 'handle': %" PRId64 "} }", in test_qga_file_ops() 483 " 'arguments': { 'handle': %" PRId64 "} }", in test_qga_file_ops() 497 " 'arguments': { 'handle': %" PRId64 ", " in test_qga_file_ops() 511 " 'arguments': { 'handle': %" PRId64 "} }", in test_qga_file_ops() 529 " 'arguments': {'handle': %" PRId64 "} }", in test_qga_file_ops() 556 " 'arguments': { 'handle': %" PRId64 "," in test_qga_file_write_read() 571 " 'arguments': { 'handle': %" PRId64 "} }", in test_qga_file_write_read() [all …]
|
/openbmc/qemu/hw/ppc/ |
H A D | trace-events | 26 … ioba, uint64_t tce, uint64_t ret) "liobn=0x%"PRIx64" ioba=0x%"PRIx64" tce=0x%"PRIx64" ret=%"PRId64 27 … ioba, uint64_t ret, uint64_t tce) "liobn=0x%"PRIx64" ioba=0x%"PRIx64" ret=%"PRId64" tce=0x%"PRIx64 28 …bn=0x%"PRIx64" ioba=0x%"PRIx64" tcelist=0x%"PRIx64" iobaN=0x%"PRIx64" tceN=0x%"PRIx64" ret=%"PRId64 29 …int64_t ret) "liobn=0x%"PRIx64" ioba=0x%"PRIx64" tcevalue=0x%"PRIx64" npages=%"PRId64" ret=%"PRId64 30 … ioba, uint64_t tce, uint64_t ret) "liobn=0x%"PRIx64" ioba=0x%"PRIx64" tce=0x%"PRIx64" ret=%"PRId64 31 … ioba, uint64_t ret, uint64_t tce) "liobn=0x%"PRIx64" ioba=0x%"PRIx64" ret=%"PRId64" tce=0x%"PRIx64 32 …bn=0x%"PRIx64" ioba=0x%"PRIx64" tcelist=0x%"PRIx64" iobaN=0x%"PRIx64" tceN=0x%"PRIx64" ret=%"PRId64 33 …int64_t ret) "liobn=0x%"PRIx64" ioba=0x%"PRIx64" tcevalue=0x%"PRIx64" npages=%"PRId64" ret=%"PRId64 118 …64_t diff, int64_t seconds) "adjusted from 0x%"PRIx64" to 0x%"PRIx64", diff %"PRId64" (%"PRId64"s)"
|
/openbmc/qemu/ui/ |
H A D | ui-hmp-cmds.c | 91 monitor_printf(mon, "%c Mouse #%" PRId64 ": %s%s\n", in hmp_info_mice() 218 monitor_printf(mon, " address: %s:%" PRId64 "\n", in hmp_info_spice() 222 monitor_printf(mon, " address: %s:%" PRId64 " [tls]\n", in hmp_info_spice() 240 monitor_printf(mon, " session: %" PRId64 "\n", in hmp_info_spice() 242 monitor_printf(mon, " channel: %" PRId64 ":%" PRId64 "\n", in hmp_info_spice()
|
/openbmc/qemu/target/riscv/ |
H A D | trace-events | 2 …use, uint64_t epc, uint64_t tval, const char *desc) "hart:%"PRId64", async:%d, cause:%"PRId64", ep…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/opensaf/opensaf/ |
H A D | 0001-Use-correct-printf-format-for-__fsblkcnt_t.patch | 25 + "Insufficient shared memory (%lld) to write the data of size: %" PRId64 27 "Insufficient shared memory (%ld) to write the data of size: %" PRId64
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | float_convs.c | 79 CONVERT_SINGLE_TO_INT( int64, PRId64) in CONVERT_SINGLE_TO_INT() 80 CONVERT_SINGLE_TO_INT(uint64, PRId64) in CONVERT_SINGLE_TO_INT()
|
H A D | float_convd.c | 79 CONVERT_DOUBLE_TO_INT( int64, PRId64) in CONVERT_DOUBLE_TO_INT() 80 CONVERT_DOUBLE_TO_INT(uint64, PRId64) in CONVERT_DOUBLE_TO_INT()
|
/openbmc/qemu/hw/9pfs/ |
H A D | trace-events | 11 …me, int32_t mtime, int64_t length) "tag %d id %d stat={mode %d atime %d mtime %d length %"PRId64"}" 13 …t mode, uint32_t uid, uint32_t gid) "tag %d id %d getattr={result_mask %"PRId64" mode %u uid %u gi… 45 v9fs_xattrwalk_return(uint16_t tag, uint8_t id, int64_t size) "tag %d id %d size %"PRId64 49 …d %u fid %d iattr={valid %d mode %d uid %d gid %d size %"PRId64" atime=%"PRId64" mtime=%"PRId64" }"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/ |
H A D | 0001-Add-correct-printf-qualifier-for-off_t.patch | 21 - fwts_passed(fw, "EBDA region mapped at 0x%lx and reserved as a %" PRId64 22 + fwts_passed(fw, "EBDA region mapped at 0x%jdx and reserved as a %" PRId64
|
/openbmc/qemu/hw/misc/ |
H A D | mos6522.c | 547 g_string_append_printf(buf, " Using current time now(ns)=%"PRId64 in qmp_x_query_via_foreach() 549 g_string_append_printf(buf, " T1 freq(hz)=%"PRId64 in qmp_x_query_via_foreach() 553 " load_time(ns)=%"PRId64 in qmp_x_query_via_foreach() 554 " next_irq_time(ns)=%"PRId64 "\n", in qmp_x_query_via_foreach() 562 g_string_append_printf(buf, " T2 freq(hz)=%"PRId64 in qmp_x_query_via_foreach() 566 " load_time(ns)=%"PRId64 in qmp_x_query_via_foreach() 567 " next_irq_time(ns)=%"PRId64 "\n", in qmp_x_query_via_foreach()
|
/openbmc/qemu/hw/ide/ |
H A D | trace-events | 18 ide_sector_read(int64_t sector_num, int nsectors) "sector=%"PRId64" nsectors=%d" 19 ide_sector_write(int64_t sector_num, int nsectors) "sector=%"PRId64" nsectors=%d" 22 ide_dma_cb(void *s, int64_t sector_num, int n, const char *dma) "IDEState %p; sector_num=%"PRId64" … 91 …port, int off_idx, int64_t off_pos) "ahci(%p)[%d]: Incorrect offset! off_idx: %d, off_pos: %"PRId64 93 …int8_t tag, int count, int64_t lba) "ahci(%p)[%d][tag:%d]: NCQ reading %d sectors from LBA %"PRId64 94 … uint8_t tag, int count, int64_t lba) "ahci(%p)[%d][tag:%d]: NCQ writing %d sectors to LBA %"PRId64 102 … uint64_t lba, uint64_t end) "ahci(%p)[%d][tag:%d]: NCQ op 0x%02x on sectors [%"PRId64",%"PRId64"]"
|
/openbmc/qemu/contrib/plugins/ |
H A D | lockstep.c | 164 "0x%016" PRIx64 " (%" PRId64 ") vs " in report_divergance() 165 "0x%016" PRIx64 " (%" PRId64 ")" in report_divergance() 185 " previously @ 0x%016" PRIx64 "/%" PRId64 in report_divergance()
|