Home
last modified time | relevance | path

Searched defs:r (Results 126 – 150 of 688) sorted by relevance

12345678910>>...28

/openbmc/qemu/hw/display/
H A Domap_lcdc.c80 uint8_t v, r, g, b; in draw_line2_32() local
119 uint8_t v, r, g, b; in draw_line4_32() local
146 uint8_t v, r, g, b; in draw_line8_32() local
166 uint8_t r, g, b; in draw_line12_32() local
186 uint8_t r, g, b; in draw_line16_32() local
H A Dvirtio-gpu-udmabuf-stubs.c24 struct virtio_gpu_rect *r) in virtio_gpu_update_dmabuf()
/openbmc/qemu/target/s390x/tcg/
H A Dcc_helper.c91 uint32_t r = val & mask; in cc_calc_tm_32() local
104 uint64_t r = val & mask; in cc_calc_tm_64() local
275 int64_t r; in cc_calc_sla() local
350 uint32_t r = 0; in do_calc_cc() local
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-time.h6 u64 r; in get_clock() local
H A Dvirtio-scsi.h56 static inline const char *virtio_scsi_response_msg(const VirtioScsiCmdResp *r) in virtio_scsi_response_msg()
65 static inline bool virtio_scsi_response_ok(const VirtioScsiCmdResp *r) in virtio_scsi_response_ok()
/openbmc/slpd-lite/
H A Dslp_server.cpp30 int fd = -1, r; in run() local
/openbmc/qemu/util/
H A Ddrm.c28 int r, fd, ret; in qemu_drm_rendernode_open() local
H A Dreserved-region.c27 Range *r = &reg->range; in resv_region_list_insert() local
/openbmc/qemu/accel/
H A Ddummy-cpus.c35 int r; in dummy_cpu_thread_fn() local
/openbmc/qemu/qapi/
H A Dstring-output-visitor.c103 Range *r = g_malloc0(sizeof(*r)); in string_output_append() local
112 Range *r = g_malloc0(sizeof(*r)); in string_output_append_range() local
118 static void format_string(StringOutputVisitor *sov, Range *r, bool next, in format_string()
205 Range *r = l->data; in print_type_int64() local
214 Range *r = l->data; in print_type_int64() local
/openbmc/qemu/hw/intc/
H A Ds390_flic_kvm.c128 int r; in kvm_s390_inject_flic() local
256 int r; in __get_all_irqs() local
287 int r; in kvm_s390_register_io_adapter() local
316 int r; in kvm_s390_io_adapter_map() local
421 int r = 0; in kvm_flic_save() local
470 int r = 0; in kvm_flic_load() local
/openbmc/qemu/system/
H A Drunstate.c277 bool qemu_vmstop_requested(RunState *r) in qemu_vmstop_requested()
468 ShutdownCause r = reset_requested; in qemu_reset_requested() local
479 int r = suspend_requested; in qemu_suspend_requested() local
494 int r = powerdown_requested; in qemu_powerdown_requested() local
501 int r = debug_requested; in qemu_debug_requested() local
843 RunState r; in main_loop_should_exit() local
/openbmc/qemu/accel/hvf/
H A Dhvf-accel-ops.c124 int r = hv_vcpu_get_exec_time(cpu->accel->fd, arg.host_ptr); in do_hvf_get_vcpu_exec_time() local
140 int r; in hvf_init_vcpu() local
176 int r; in hvf_cpu_thread_fn() local
/openbmc/qemu/tests/qtest/
H A Dcmsdk-apb-timer-test.c62 int r; in main() local
/openbmc/phosphor-fan-presence/presence/
H A Dpsensor.hpp96 inline bool operator==(const PresenceSensor& l, const PresenceSensor& r) in operator ==()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_unaligned.c48 u32 r = 0; in execute() local
/openbmc/qemu/tests/tcg/mips/user/isa/r5900/
H A Dtest_r5900_mflohi1.c14 int64_t r, r1; in main() local
/openbmc/qemu/include/system/
H A Dblock-ram-registrar.h32 static inline bool blk_ram_registrar_ok(BlockRAMRegistrar *r) in blk_ram_registrar_ok()
/openbmc/boost-dbus/test/
H A Davahi.cpp26 m, [&](const boost::system::error_code ec, dbus::message r) { in TEST()
62 dbus::message r = system_bus->send(m1); in TEST() local
107 m, [&](const boost::system::error_code ec, dbus::message r) { in TEST()
260 auto r = system_bus->reply(s); in TEST() local
315 auto r = bus->reply(s); in TEST() local
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-3.7.1.min.js2rict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f… argument
/openbmc/qemu/include/hw/xen/interface/io/
H A Dring.h169 #define XEN_FRONT_RING_INIT(r, s, size) do { \ argument
247 #define RING_COPY_(type, r, idx, dest) do { \ argument
252 #define RING_COPY_REQUEST(r, idx, req) RING_COPY_(REQUEST, r, idx, req) argument
253 #define RING_COPY_RESPONSE(r, idx, rsp) RING_COPY_(RESPONSE, r, idx, rsp) argument
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dconnection.hpp110 static void unpack(const boost::system::error_code& ec, message_t& r, in unpack()
165 handler)](boost::system::error_code ec, message_t& r) mutable { in async_method_call_timed()
269 message_t r; in yield_method_call() local
/openbmc/bmcweb/features/openbmc_rest/
H A Ddbus_monitor.hpp69 int r = openbmc_mapper::convertDBusToJSON("sa{sv}as", message, data); in onPropertyUpdate() local
88 int r = openbmc_mapper::convertDBusToJSON("oa{sa{sv}}", message, data); in onPropertyUpdate() local
/openbmc/qemu/hw/sh4/
H A Dsh7750_regnames.c6 #define REGNAME(r) {r, #r}, argument
/openbmc/dbus-sensors/src/
H A DFileHandle.cpp41 int r = close(fd); in ~FileHandle() local

12345678910>>...28