| /openbmc/qemu/hw/pci/ | 
| H A D | pci.c | 763 int pci_bus_num(PCIBus *s)  in pci_bus_num()792     PCIDevice *s = container_of(pv, PCIDevice, config);  in get_pci_config_device()  local
 845     PCIDevice *s = container_of(pv, PCIDevice, irq_state);  in get_pci_irq_state()  local
 868     PCIDevice *s = container_of(pv, PCIDevice, irq_state);  in put_pci_irq_state()  local
 922 void pci_device_save(PCIDevice *s, QEMUFile *f)  in pci_device_save()
 934 int pci_device_load(PCIDevice *s, QEMUFile *f)  in pci_device_load()
 2745     int s;  in pcibus_get_dev_path()  local
 
 | 
| /openbmc/qemu/target/mips/tcg/ | 
| H A D | dsp_helper.c | 697 static inline uint8_t mipsdsp_lshift8(uint8_t a, uint8_t s, CPUMIPSState *env)  in mipsdsp_lshift8()711 static inline uint16_t mipsdsp_lshift16(uint16_t a, uint8_t s,  in mipsdsp_lshift16()
 727 static inline uint32_t mipsdsp_lshift32(uint32_t a, uint8_t s,  in mipsdsp_lshift32()
 745 static inline uint16_t mipsdsp_sat16_lshift(uint16_t a, uint8_t s,  in mipsdsp_sat16_lshift()
 771 static inline uint32_t mipsdsp_sat32_lshift(uint32_t a, uint8_t s,  in mipsdsp_sat32_lshift()
 797 static inline uint8_t mipsdsp_rnd8_rashift(uint8_t a, uint8_t s)  in mipsdsp_rnd8_rashift()
 810 static inline uint16_t mipsdsp_rnd16_rashift(uint16_t a, uint8_t s)  in mipsdsp_rnd16_rashift()
 823 static inline uint32_t mipsdsp_rnd32_rashift(uint32_t a, uint8_t s)  in mipsdsp_rnd32_rashift()
 
 | 
| /openbmc/qemu/hw/ppc/ | 
| H A D | spapr.c | 346 static void add_str(GString *s, const gchar *s1)  in add_str()1349     struct LPCRSyncState *s = arg.host_ptr;  in do_lpcr_sync()  local
 1364     struct LPCRSyncState s = {  in spapr_set_all_lpcrs()  local
 1412 static uint64_t *hpte_get_ptr(SpaprMachineState *s, unsigned index)  in hpte_get_ptr()
 1419 static bool hpte_is_valid(SpaprMachineState *s, unsigned index)  in hpte_is_valid()
 1424 static bool hpte_is_dirty(SpaprMachineState *s, unsigned index)  in hpte_is_dirty()
 1429 static void hpte_set_clean(SpaprMachineState *s, unsigned index)  in hpte_set_clean()
 1435 static void hpte_set_dirty(SpaprMachineState *s, unsigned index)  in hpte_set_dirty()
 3664 static SpaprDimmState *spapr_pending_dimm_unplugs_find(SpaprMachineState *s,  in spapr_pending_dimm_unplugs_find()
 
 | 
| /openbmc/u-boot/drivers/ddr/fsl/ | 
| H A D | interactive.c | 1239 #define PRINT_NNXXS(n0, n1, x0, x1, s) \  in ddr3_spd_dump()  argument1432 #define PRINT_NNXXS(n0, n1, x0, x1, s) \  in ddr4_spd_dump()  argument
 
 | 
| /openbmc/qemu/hw/intc/ | 
| H A D | arm_gicv3_redist.c | 715     GICv3State *s = region->gic;  in gicv3_redist_read()  local774     GICv3State *s = region->gic;  in gicv3_redist_write()  local
 
 | 
| /openbmc/qemu/include/qemu/ | 
| H A D | int128.h | 472 static inline void bswap128s(Int128 *s)  in bswap128s()490     Int128 s;  member
 
 | 
| /openbmc/u-boot/scripts/dtc/libfdt/ | 
| H A D | fdt_ro.c | 59 			    const char *s, int len)  in fdt_nodename_eq_()85 			  const char *s, int len)  in fdt_string_eq_()
 
 | 
| /openbmc/phosphor-logging/extensions/openpower-pels/ | 
| H A D | pel.cpp | 403 Stream s{data}; printSectionInJSON()  local 945 struct stat s; readFD()  local
 
 | 
| /openbmc/qemu/hw/display/ | 
| H A D | vhost-user-gpu.c | 126     struct virtio_gpu_scanout *s;  in vhost_user_gpu_handle_cursor()  local174     struct virtio_gpu_scanout *s;  in vhost_user_gpu_handle_display()  local
 
 | 
| /openbmc/qemu/include/hw/audio/ | 
| H A D | virtio-snd.h | 144     VirtIOSound *s;  member
 | 
| /openbmc/qemu/contrib/elf2dmp/ | 
| H A D | addrspace.c | 247         size_t s = (page + ELF2DMP_PAGE_SIZE) - addr;  in va_space_rw()  local
 | 
| /openbmc/u-boot/lib/ | 
| H A D | tiny-printf.c | 51 static void string(struct printf_info *info, char *s)  in string()
 | 
| /openbmc/u-boot/drivers/usb/gadget/ | 
| H A D | f_fastboot.c | 153 	const char *s;  in fastboot_bind()  local
 | 
| /openbmc/libmctp/tests/fuzz/ | 
| H A D | i2c-fuzz.c | 202 	uint32_t s;  in fuzz_now()  local
 | 
| /openbmc/qemu/hw/pci-host/ | 
| H A D | ppc4xx_pci.c | 317     PPC4xxPCIState *s;  in ppc4xx_pcihost_realize()  local
 | 
| /openbmc/qemu/hw/ufs/ | 
| H A D | lu.c | 382     BusState *s = qdev_get_parent_bus(dev);  in ufs_lu_realize()  local
 | 
| /openbmc/qemu/hw/s390x/ | 
| H A D | sclp.c | 98 #define SCCB_REQ_LEN(s, max_cpus) (sizeof(s) + max_cpus * sizeof(CPUEntry))  argument
 | 
| /openbmc/bmcweb/redfish-core/lib/ | 
| H A D | systems_logservices_dbus_eventlog.hpp | 67 inline std::string translateSeverityDbusToRedfish(const std::string& s)  in translateSeverityDbusToRedfish()
 | 
| /openbmc/qemu/target/i386/kvm/ | 
| H A D | xen-emu.c | 112 int kvm_xen_init(KVMState *s, uint32_t hypercall_msr)  in kvm_xen_init()1800     KVMState *s = KVM_STATE(current_accel());  in kvm_xen_get_gnttab_max_frames()  local
 1806     KVMState *s = KVM_STATE(current_accel());  in kvm_xen_get_evtchn_max_pirq()  local
 
 | 
| /openbmc/qemu/hw/i386/ | 
| H A D | pc.c | 280     GSIState *s;  in pc_gsi_create()  local319 static void cmos_init_hd(MC146818RtcState *s, int type_ofs, int info_ofs,  in cmos_init_hd()
 351 static void set_boot_dev(PCMachineState *pcms, MC146818RtcState *s,  in set_boot_dev()
 486     MC146818RtcState *s = MC146818_RTC(x86ms->rtc);  in pc_cmos_init_late()  local
 
 | 
| /openbmc/qemu/tcg/ | 
| H A D | optimize.c | 156 static MemCopyInfo *mem_copy_first(OptContext *ctx, intptr_t s, intptr_t l)  in mem_copy_first()162 static MemCopyInfo *mem_copy_next(MemCopyInfo *mem, intptr_t s, intptr_t l)  in mem_copy_next()
 178 static void remove_mem_copy_in(OptContext *ctx, intptr_t s, intptr_t l)  in remove_mem_copy_in()
 311 static TCGTemp *find_mem_copy_for(OptContext *ctx, TCGType type, intptr_t s)  in find_mem_copy_for()
 1747     TCGContext *s = ctx->tcg;  in fold_call()  local
 3098 void tcg_optimize(TCGContext *s)  in tcg_optimize()
 
 | 
| /openbmc/qemu/hw/audio/ | 
| H A D | fmopl.c | 604 	int s,t;  in OPLOpenTable()  local1042 	int c,s;  in OPLResetChip()  local
 
 | 
| /openbmc/u-boot/arch/arm/include/asm/ | 
| H A D | setup.h | 65 	} s;  member73 	} s;  member
 
 | 
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ | 
| H A D | draw.py | 202 def draw_legend_box(ctx, label, fill_color, x, y, s):  argument207 def draw_legend_line(ctx, label, fill_color, x, y, s):  argument
 
 | 
| /openbmc/qemu/target/m68k/ | 
| H A D | helper.c | 42         float_status s = env->fp_status;  in cf_fpu_gdb_get_reg()  local63         float_status s = env->fp_status;  in cf_fpu_gdb_set_reg()  local
 
 |