Home
last modified time | relevance | path

Searched defs:s (Results 1051 – 1075 of 1843) sorted by relevance

1...<<41424344454647484950>>...74

/openbmc/u-boot/cmd/
H A Dsetexpr.c16 static ulong get_arg(char *s, int w) in get_arg()
129 const char *r, const char *s, const char *t, in regex_sub()
H A Dcache.c80 static int parse_argv(const char *s) in parse_argv()
/openbmc/qemu/hw/char/
H A Dserial-isa.c61 SerialState *s = &isa->state; in serial_isa_realizefn() local
190 ISASerialState *s = ISA_SERIAL(serial); in isa_serial_set_iobase() local
/openbmc/u-boot/include/
H A Ddfu.h208 char *s) in dfu_fill_entity_mmc()
219 char *s) in dfu_fill_entity_nand()
230 char *s) in dfu_fill_entity_ram()
241 char *s) in dfu_fill_entity_sf()
/openbmc/qemu/util/
H A Dqdist.c109 GString *s = g_string_new(""); in qdist_pr_internal() local
252 GString *s; in qdist_pr_label() local
310 GString *s; in qdist_pr() local
/openbmc/qemu/hw/dma/
H A Dsoc_dma.c191 static void soc_dma_ch_freq_update(struct dma_s *s) in soc_dma_ch_freq_update()
231 struct dma_s *s = (struct dma_s *) soc; in soc_dma_reset() local
243 struct dma_s *s = g_malloc0(sizeof(*s) + n * sizeof(*s->ch)); in soc_dma_init() local
/openbmc/qemu/hw/intc/
H A Dsifive_plic.c275 SiFivePLICState *s = SIFIVE_PLIC(dev); in sifive_plic_reset() local
355 SiFivePLICState *s = opaque; in sifive_plic_irq_request() local
365 SiFivePLICState *s = SIFIVE_PLIC(dev); in sifive_plic_realize() local
/openbmc/u-boot/examples/api/
H A Dlibgenwrap.c23 void puts(const char *s) in puts()
/openbmc/u-boot/common/
H A Ds_record.c166 static int hex2_bin (char *s) in hex2_bin()
H A Ddlmalloc.c409 #define chunk_at_offset(p, s) ((mchunkptr)(((char*)(p)) + (s))) argument
441 #define inuse_bit_at_offset(p, s)\ argument
444 #define set_inuse_bit_at_offset(p, s)\ argument
447 #define clear_inuse_bit_at_offset(p, s)\ argument
463 #define set_head_size(p, s) ((p)->size = (((p)->size & PREV_INUSE) | (s))) argument
467 #define set_head(p, s) ((p)->size = (s)) argument
471 #define set_foot(p, s) (((mchunkptr)((char*)(p) + (s)))->prev_size = (s)) argument
815 static void do_check_malloced_chunk(mchunkptr p, INTERNAL_SIZE_T s) in do_check_malloced_chunk()
/openbmc/u-boot/board/atmel/common/
H A Dvideo_display.c29 const char *s; in at91_video_show_board_info() local
/openbmc/qemu/include/qemu/
H A Dcutils.h142 static inline const char *qemu_strchrnul(const char *s, int c) in qemu_strchrnul()
/openbmc/phosphor-fan-presence/presence/
H A Danyof.hpp57 const std::vector<std::reference_wrapper<PresenceSensor>>& s) : in AnyOf()
/openbmc/phosphor-fan-presence/control/
H A Dfan.cpp37 for (auto& s : sensors) in Fan() local
/openbmc/qemu/hw/core/
H A Dirq.c63 qemu_irq *s; in qemu_extend_irqs() local
88 void qemu_free_irqs(qemu_irq *s, int n) in qemu_free_irqs()
/openbmc/qemu/hw/pci-bridge/
H A Dcxl_downstream.c140 PCIESlot *s = PCIE_SLOT(d); in cxl_dsp_realize() local
206 PCIESlot *s = PCIE_SLOT(d); in cxl_dsp_exitfn() local
/openbmc/qemu/hw/riscv/
H A Dspike.c51 static void create_fdt(SpikeState *s, const MemMapEntry *memmap, in create_fdt()
197 SpikeState *s = SPIKE_MACHINE(machine); in spike_board_init() local
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fbstp.c8 struct { uint64_t sig; uint16_t sign_exp; } s; member
/openbmc/u-boot/arch/mips/lib/
H A Dlibgcc.h21 struct DWstruct s; member
/openbmc/u-boot/arch/sh/lib/
H A Dlibgcc.h21 struct DWstruct s; member
/openbmc/qemu/include/
H A Dglib-compat.h113 #define g_memdup2(m, s) g_memdup2_qemu(m, s) argument
/openbmc/qemu/hw/pci-host/
H A Dremote.c42 RemotePCIHost *s = REMOTE_PCIHOST(dev); in remote_pcihost_realize() local
/openbmc/qemu/hw/arm/
H A Dnpcm7xx.c385 static void npcm7xx_init_fuses(NPCM7xxState *s) in npcm7xx_init_fuses()
399 static void npcm7xx_write_adc_calibration(NPCM7xxState *s) in npcm7xx_write_adc_calibration()
407 static qemu_irq npcm7xx_irq(NPCM7xxState *s, int n) in npcm7xx_irq()
414 NPCM7xxState *s = NPCM7XX(obj); in npcm7xx_init() local
482 NPCM7xxState *s = NPCM7XX(dev); in npcm7xx_realize() local
H A Dnpcm8xx.c378 static void npcm8xx_init_fuses(NPCM8xxState *s) in npcm8xx_init_fuses()
392 static void npcm8xx_write_adc_calibration(NPCM8xxState *s) in npcm8xx_write_adc_calibration()
400 static qemu_irq npcm8xx_irq(NPCM8xxState *s, int n) in npcm8xx_irq()
407 NPCM8xxState *s = NPCM8XX(obj); in npcm8xx_init() local
474 NPCM8xxState *s = NPCM8XX(dev); in npcm8xx_realize() local
/openbmc/qemu/block/
H A Dblklogwrites.c170 BDRVBlkLogWritesState *s = bs->opaque; in blk_log_writes_open() local
297 BDRVBlkLogWritesState *s = bs->opaque; in blk_log_writes_close() local
330 const BDRVBlkLogWritesState *s = bs->opaque; in blk_log_writes_refresh_limits() local
362 BDRVBlkLogWritesState *s = lr->bs->opaque; in blk_log_writes_co_do_log() local
477 const BDRVBlkLogWritesState *s = bs->opaque; in blk_log_writes_co_log() local

1...<<41424344454647484950>>...74