| /openbmc/u-boot/drivers/video/ |
| H A D | vidconsole-uclass.c | 161 static char *parsenum(char *s, int *num) in parsenum() 265 char *s = priv->escape_buf; in vidconsole_escape_char() local 314 char *s = priv->escape_buf; in vidconsole_escape_char() local 463 static void vidconsole_puts(struct stdio_dev *sdev, const char *s) in vidconsole_puts() 550 const char *s; in do_video_puts() local
|
| /openbmc/qemu/block/ |
| H A D | vpc.c | 203 BDRVVPCState *s = bs->opaque; in vpc_parse_options() local 255 BDRVVPCState *s = bs->opaque; in vpc_open() local 499 BDRVVPCState *s = bs->opaque; in get_image_offset() local 544 BDRVVPCState *s = bs->opaque; in rewrite_footer() local 564 BDRVVPCState *s = bs->opaque; in alloc_block() local 611 BDRVVPCState *s = (BDRVVPCState *)bs->opaque; in vpc_co_get_info() local 624 BDRVVPCState *s = bs->opaque; in vpc_co_preadv() local 674 BDRVVPCState *s = bs->opaque; in vpc_co_pwritev() local 734 BDRVVPCState *s = bs->opaque; in vpc_co_block_status() local 1180 BDRVVPCState *s = bs->opaque; in vpc_has_zero_init() local [all …]
|
| H A D | vmdk.c | 271 BDRVVmdkState *s = bs->opaque; in vmdk_free_extents() local 292 BDRVVmdkState *s = bs->opaque; in vmdk_free_last_extent() local 309 BDRVVmdkState *s = bs->opaque; in vmdk_read_cid() local 350 BDRVVmdkState *s = bs->opaque; in vmdk_write_cid() local 397 BDRVVmdkState *s = bs->opaque; in vmdk_is_cid_valid() local 426 BDRVVmdkState *s; in vmdk_reopen_prepare() local 465 BDRVVmdkState *s = state->bs->opaque; in vmdk_reopen_commit() local 490 BDRVVmdkState *s = bs->opaque; in vmdk_parent_open() local 537 BDRVVmdkState *s = bs->opaque; in vmdk_add_extent() local 943 BDRVVmdkState *s = bs->opaque; in vmdk_open_vmdk4() local [all …]
|
| /openbmc/qemu/hw/i386/ |
| H A D | amd_iommu-stub.c | 23 uint64_t amdvi_extended_feature_register(AMDVIState *s) in amdvi_extended_feature_register()
|
| /openbmc/u-boot/drivers/ddr/marvell/axp/ |
| H A D | ddr3_pbs.c | 18 #define DEBUG_PBS_FULL_C(s, d, l) \ argument 20 #define DEBUG_PBS_C(s, d, l) \ argument 24 #define DEBUG_PBS_S(s) puts(s) argument 27 #define DEBUG_PBS_S(s) argument 32 #define DEBUG_PBS_FULL_S(s) puts(s) argument 35 #define DEBUG_PBS_FULL_S(s) argument
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | bcd_time.cpp | 96 Stream& operator>>(Stream& s, BCDTime& time) in operator >>() 103 Stream& operator<<(Stream& s, const BCDTime& time) in operator <<()
|
| H A D | private_header.cpp | 164 Stream& operator>>(Stream& s, CreatorVersion& cv) in operator >>() 173 Stream& operator<<(Stream& s, const CreatorVersion& cv) in operator <<()
|
| /openbmc/qemu/hw/intc/ |
| H A D | loongson_ipi.c | 57 LoongsonIPIState *s = LOONGSON_IPI(dev); in loongson_ipi_realize() local 92 LoongsonIPIState *s = LOONGSON_IPI(dev); in loongson_ipi_unrealize() local
|
| /openbmc/qemu/hw/display/ |
| H A D | vga-isa.c | 52 VGACommonState *s = &d->state; in vga_isa_reset() local 61 VGACommonState *s = &d->state; in vga_isa_realizefn() local
|
| H A D | ramfb.c | 82 RAMFBState *s = dev; in ramfb_fw_cfg_write() local 106 void ramfb_display_update(QemuConsole *con, RAMFBState *s) in ramfb_display_update() 141 RAMFBState *s; in ramfb_setup() local
|
| H A D | ati_2d.c | 27 static int ati_bpp_from_datatype(ATIVGAState *s) in ati_bpp_from_datatype() 48 void ati_2d_blt(ATIVGAState *s) in ati_2d_blt()
|
| /openbmc/qemu/hw/m68k/ |
| H A D | next-cube.c | 168 static void next_scr2_led_update(NeXTPC *s) in next_scr2_led_update() 180 static void next_scr2_rtc_update(NeXTPC *s) in next_scr2_rtc_update() 206 NeXTPC *s = NEXT_PC(opaque); in next_mmio_read() local 242 NeXTPC *s = NEXT_PC(opaque); in next_mmio_write() local 463 NeXTPC *s = NEXT_PC(opaque); in next_irq() local 634 NeXTSCSI *s = NEXT_SCSI(opaque); in next_scsi_csr_write() local 712 NeXTSCSI *s = NEXT_SCSI(opaque); in next_scsi_csr_read() local 743 NeXTSCSI *s = NEXT_SCSI(obj); in next_scsi_init() local 757 NeXTSCSI *s = NEXT_SCSI(dev); in next_scsi_realize() local 1087 NeXTPC *s = NEXT_PC(opaque); in next_pc_rtc_data_in_irq() local [all …]
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-int128.c | 56 Int128 s = int128_and(a, b); in test_and() local 72 Int128 s = int128_add(a, b); in test_add() local 88 Int128 s = int128_sub(a, b); in test_sub() local 102 Int128 s = int128_neg(a); in test_neg() local
|
| /openbmc/phosphor-networkd/src/ |
| H A D | config_parser.cpp | 84 void KeyCheck::operator()(std::string_view s) in operator ()() 96 void SectionCheck::operator()(std::string_view s) in operator ()() 108 void ValueCheck::operator()(std::string_view s) in operator ()() 181 auto s = line.substr(0, cpos); in pumpSection() local
|
| /openbmc/qemu/hw/misc/ |
| H A D | allwinner-h3-ccu.c | 106 const AwH3ClockCtlState *s = AW_H3_CCU(opaque); in allwinner_h3_ccu_read() local 122 AwH3ClockCtlState *s = AW_H3_CCU(opaque); in allwinner_h3_ccu_write() local 168 AwH3ClockCtlState *s = AW_H3_CCU(dev); in allwinner_h3_ccu_reset() local 203 AwH3ClockCtlState *s = AW_H3_CCU(obj); in allwinner_h3_ccu_init() local
|
| /openbmc/u-boot/cmd/ |
| H A D | ini.c | 39 static char *rstrip(char *s) in rstrip() 49 static char *lskip(const char *s) in lskip() 59 static char *find_char_or_comment(const char *s, char c) in find_char_or_comment()
|
| /openbmc/qemu/tests/qtest/fuzz/ |
| H A D | virtio_blk_fuzz.c | 61 static void virtio_blk_fuzz(QTestState *s, QVirtioBlkQueues* queues, in virtio_blk_fuzz() 130 static void virtio_blk_with_flag_fuzz(QTestState *s, in virtio_blk_with_flag_fuzz() 145 static void virtio_blk_pre_fuzz(QTestState *s) in virtio_blk_pre_fuzz()
|
| /openbmc/qemu/hw/s390x/ |
| H A D | s390-pci-vfio.c | 60 S390PCIDMACount *s390_pci_start_dma_count(S390pciState *s, in s390_pci_start_dma_count() 96 void s390_pci_end_dma_count(S390pciState *s, S390PCIDMACount *cnt) in s390_pci_end_dma_count() 186 S390pciState *s = s390_get_phb(); in s390_pci_read_group() local
|
| /openbmc/qemu/hw/arm/ |
| H A D | allwinner-h3.c | 179 void allwinner_h3_bootrom_setup(AwH3State *s, BlockBackend *blk) in allwinner_h3_bootrom_setup() 196 AwH3State *s = AW_H3(obj); in allwinner_h3_init() local 245 AwH3State *s = AW_H3(dev); in allwinner_h3_realize() local
|
| /openbmc/phosphor-logging/lib/ |
| H A D | lg2_logger.cpp | 138 static void cerr_extra_output(level l, const std::source_location& s, in cerr_extra_output() 247 void do_log(level l, const std::source_location& s, const char* m, ...) in do_log() 327 std::ranges::transform(strings, std::back_inserter(iov), [](auto& s) { in do_log()
|
| /openbmc/u-boot/arch/powerpc/lib/ |
| H A D | stack.c | 19 ulong *s; in arch_reserve_stacks() local
|
| /openbmc/qemu/include/tcg/ |
| H A D | tcg-temp-internal.h | 46 static inline void tcg_temp_ebb_reset_freed(TCGContext *s) in tcg_temp_ebb_reset_freed()
|
| /openbmc/qemu/hw/sparc/ |
| H A D | sun4m.c | 283 SysBusDevice *s; in iommu_init() local 348 SysBusDevice *s; in slavio_intctl_init() local 376 SysBusDevice *s; in slavio_timer_init_all() local 415 SysBusDevice *s; in slavio_misc_init() local 452 SysBusDevice *s; in ecc_init() local 468 SysBusDevice *s; in apc_init() local 482 SysBusDevice *s; in tcx_init() local 534 SysBusDevice *s; in cg3_init() local 563 SysBusDevice *s; in idreg_init() local 585 IDRegState *s = MACIO_ID_REGISTER(ds); in idreg_realize() local [all …]
|
| /openbmc/qemu/ui/ |
| H A D | vdagent.c | 336 uint8_t *s = msg->data; in vdagent_send_clipboard_grab() local 381 uint8_t *s = msg->data; in vdagent_send_clipboard_release() local 400 uint8_t *s = msg->data; in vdagent_send_clipboard_data() local 435 QemuClipboardSelection s = info->selection; in vdagent_clipboard_update_info() local 495 uint8_t *s = msg->data; in vdagent_clipboard_request() local 515 static void vdagent_clipboard_recv_grab(VDAgentChardev *vd, uint8_t s, uint32_t size, void *data) in vdagent_clipboard_recv_grab() 563 static void vdagent_clipboard_recv_request(VDAgentChardev *vd, uint8_t s, uint32_t size, void *data) in vdagent_clipboard_recv_request() 592 static void vdagent_clipboard_recv_data(VDAgentChardev *vd, uint8_t s, uint32_t size, void *data) in vdagent_clipboard_recv_data() 615 static void vdagent_clipboard_recv_release(VDAgentChardev *vd, uint8_t s) in vdagent_clipboard_recv_release() 622 uint8_t s = VD_AGENT_CLIPBOARD_SELECTION_CLIPBOARD; in vdagent_chr_recv_clipboard() local
|
| /openbmc/openpower-hw-diags/util/ |
| H A D | bin_stream.hpp | 57 void read(void* s, size_t n) in read() 154 void write(void* s, size_t n) in write()
|