Home
last modified time | relevance | path

Searched refs:PRIu16 (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/hw/nvme/
H A Dtrace-events51 …eate submission queue, addr=0x%"PRIx64", sqid=%"PRIu16", cqid=%"PRIu16", qsize=%"PRIu16", qflags=%…
52 …ate completion queue, addr=0x%"PRIx64", cqid=%"PRIu16", vector=%"PRIu16", qsize=%"PRIu16", qflags=…
76 pci_nvme_aer(uint16_t cid) "cid %"PRIu16""
87 …me_update_cq_eventidx(uint16_t cqid, uint16_t new_eventidx) "cqid %"PRIu16" new_eventidx %"PRIu16""
88 …me_update_sq_eventidx(uint16_t sqid, uint16_t new_eventidx) "sqid %"PRIu16" new_eventidx %"PRIu16""
91 pci_nvme_mmio_doorbell_cq(uint16_t cqid, uint16_t new_head) "cqid %"PRIu16" new_head %"PRIu16""
92 pci_nvme_mmio_doorbell_sq(uint16_t sqid, uint16_t new_tail) "sqid %"PRIu16" new_tail %"PRIu16""
105 pci_nvme_update_cq_head(uint16_t cqid, uint16_t new_head) "cqid %"PRIu16" new_head %"PRIu16""
106 pci_nvme_update_sq_tail(uint16_t sqid, uint16_t new_tail) "sqid %"PRIu16" new_tail %"PRIu16""
119 …6_t cntlid, const char* rt, uint16_t nr) "cid %"PRIu16", act=0x%"PRIx16", ctrlid=%"PRIu16" %s nr=%…
[all …]
H A Dsubsys.c172 "cannot derive a valid rgif (nruh %"PRIu16" nrg %"PRIu32")", in nvme_subsys_setup_fdp()
H A Dctrl.c7614 " new_head=%"PRIu16", ignoring", in nvme_process_db()
7675 " new_tail=%"PRIu16", ignoring", in nvme_process_db()
/openbmc/libmctp/
H A Dastlpc.c612 mctp_prerr("Invalid version present in [%" PRIu16 ", %" PRIu16 in mctp_astlpc_validate_version()
613 "], [%" PRIu16 ", %" PRIu16 "]", in mctp_astlpc_validate_version()
618 mctp_prerr("Invalid bmc version range [%" PRIu16 ", %" PRIu16 in mctp_astlpc_validate_version()
623 mctp_prerr("Invalid host version range [%" PRIu16 ", %" PRIu16 in mctp_astlpc_validate_version()
630 "Unable to satisfy version negotiation with ranges [%" PRIu16 in mctp_astlpc_validate_version()
631 ", %" PRIu16 "] and [%" PRIu16 ", %" PRIu16 "]", in mctp_astlpc_validate_version()
986 astlpc_prinfo(astlpc, "Negotiated binding version %" PRIu16, in mctp_astlpc_init_channel()
/openbmc/qemu/nbd/
H A Dtrace-events34 …64", .len = %" PRIu64 ", .cookie = %" PRIu64 ", .flags = 0x%" PRIx16 ", .type = %" PRIu16 " (%s) }"
36 …32_t length) "Got reply chunk header: { flags = 0x%" PRIx16 ", type = %" PRIu16 " (%s), cookie = %…
74 …ie, uint16_t type, const char *name) "Decoding type: cookie = %" PRIu64 ", type = %" PRIu16 " (%s)"
/openbmc/qemu/hw/virtio/
H A Dtrace-events141 virtio_mem_send_response(uint16_t type) "type=%" PRIu16
142 virtio_mem_plug_request(uint64_t addr, uint16_t nb_blocks) "addr=0x%" PRIx64 " nb_blocks=%" PRIu16
143 virtio_mem_unplug_request(uint64_t addr, uint16_t nb_blocks) "addr=0x%" PRIx64 " nb_blocks=%" PRIu16
147 virtio_mem_state_request(uint64_t addr, uint16_t nb_blocks) "addr=0x%" PRIx64 " nb_blocks=%" PRIu16
148 virtio_mem_state_response(uint16_t state) "state=%" PRIu16
/openbmc/qemu/hw/core/
H A Dnuma.c82 PRIu16 "", nodenr); in parse_numa_node()
87 error_setg(errp, "Duplicate NUMA nodeid: %" PRIu16, nodenr); in parse_numa_node()
105 error_report("The initiator id %" PRIu16 " expects an integer " in parse_numa_node()
118 "CPU index (%" PRIu16 ")" in parse_numa_node()
H A Dmachine.c847 " should be itself (got %" PRIu16 ")", in machine_set_cpu_numa_node()
1236 error_report("NUMA node %" PRIu16 " is missing, use " in numa_validate_initiator()
/openbmc/u-boot/include/
H A Dinttypes.h93 # define PRIu16 "u" macro
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch518 … return log_error_errno(r, "Failed to set address family on NVME port %" PRIu16 ": %m", portnr);
523 … return log_error_errno(r, "Failed to set transport type on NVME port %" PRIu16 ": %m", portnr);
528 … return log_error_errno(r, "Failed to set IP port on NVME port %" PRIu16 ": %m", portnr);
533 … return log_error_errno(r, "Failed to set IP address on NVME port %" PRIu16 ": %m", portnr);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch518 … return log_error_errno(r, "Failed to set address family on NVME port %" PRIu16 ": %m", portnr);
523 … return log_error_errno(r, "Failed to set transport type on NVME port %" PRIu16 ": %m", portnr);
528 … return log_error_errno(r, "Failed to set IP port on NVME port %" PRIu16 ": %m", portnr);
533 … return log_error_errno(r, "Failed to set IP address on NVME port %" PRIu16 ": %m", portnr);
/openbmc/qemu/linux-user/
H A Dthunk.c354 qemu_log("%" PRIu16, tswap16(val)); in thunk_print()
/openbmc/qemu/hw/pci-host/
H A Dq35.c563 error_setg(errp, "invalid extended-tseg-mbytes value: %" PRIu16, in mch_realize()
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c1574 error_setg(errp, "invalid queue-size property (%" PRIu16 "), " in virtio_blk_device_realize()
1580 error_setg(errp, "invalid queue-size property (%" PRIu16 "), " in virtio_blk_device_realize()
/openbmc/qemu/hw/ppc/
H A Dtrace-events107 pnv_sbe_msg_recv(uint16_t cmd, uint16_t seq, uint16_t ctrl_flags) "cmd 0x%" PRIx16 " seq %"PRIu16 "…
/openbmc/qemu/block/
H A Dtrace-events171 …= %" PRIu64 ", .handle = %" PRIu64 ", .flags = 0x%" PRIx16 ", .type = %" PRIu16 " (%s) } ret = %d,…
/openbmc/qemu/hw/net/
H A Dvirtio-net.c3648 error_setg(errp, "Invalid rx_queue_size (= %" PRIu16 "), " in virtio_net_device_realize()
3659 error_setg(errp, "Invalid tx_queue_size (= %" PRIu16 "), " in virtio_net_device_realize()
/openbmc/qemu/dump/
H A Ddump.c1884 warn_report("guest note format is unsupported: %" PRIu16, guest_format); in dump_init()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c2197 fprintf(fp, "%16" PRIu16, sample->ins_lat); in process_event()
2200 fprintf(fp, "%16" PRIu16, sample->retire_lat); in process_event()