| /openbmc/qemu/gdbstub/ |
| H A D | system.c | 90 GDBState *s = (GDBState *) opaque; in gdb_chr_event() local 285 GDBState *s = (GDBState *) opaque; in find_cpu_clusters() local 323 static void create_processes(GDBState *s) in create_processes()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | mve_helper.c | 1229 #define DO_SQADD_B(n, m, s) do_sat_bhw((int64_t)n + m, INT8_MIN, INT8_MAX, s) argument 1230 #define DO_SQADD_H(n, m, s) do_sat_bhw((int64_t)n + m, INT16_MIN, INT16_MAX, s) argument 1231 #define DO_SQADD_W(n, m, s) do_sat_bhw((int64_t)n + m, INT32_MIN, INT32_MAX, s) argument 1233 #define DO_UQADD_B(n, m, s) do_sat_bhw((int64_t)n + m, 0, UINT8_MAX, s) argument 1234 #define DO_UQADD_H(n, m, s) do_sat_bhw((int64_t)n + m, 0, UINT16_MAX, s) argument 1235 #define DO_UQADD_W(n, m, s) do_sat_bhw((int64_t)n + m, 0, UINT32_MAX, s) argument 1237 #define DO_SQSUB_B(n, m, s) do_sat_bhw((int64_t)n - m, INT8_MIN, INT8_MAX, s) argument 1238 #define DO_SQSUB_H(n, m, s) do_sat_bhw((int64_t)n - m, INT16_MIN, INT16_MAX, s) argument 1239 #define DO_SQSUB_W(n, m, s) do_sat_bhw((int64_t)n - m, INT32_MIN, INT32_MAX, s) argument 1241 #define DO_UQSUB_B(n, m, s) do_sat_bhw((int64_t)n - m, 0, UINT8_MAX, s) argument [all …]
|
| /openbmc/u-boot/common/ |
| H A D | image.c | 468 char *s = env_get("bootm_low"); in env_get_bootm_low() local 487 char *s = env_get("bootm_size"); in env_get_bootm_size() local 513 char *s = env_get("bootm_mapsize"); in env_get_bootm_mapsize() local 1143 char *s; in boot_ramdisk_high() local 1430 char *s; in boot_get_cmdline() local
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | super.c | 53 int set_anon_super(struct super_block *s, void *data) in set_anon_super() 604 static int ubifs_show_options(struct seq_file *s, struct dentry *root) in ubifs_show_options() 2354 struct super_block *s; in alloc_super() local 2387 struct super_block *s = NULL; in sget() local 2520 static void kill_ubifs_super(struct super_block *s) in kill_ubifs_super()
|
| /openbmc/qemu/linux-user/ |
| H A D | signal.c | 110 const sigset_t *s) in host_to_target_sigset_internal() 125 void host_to_target_sigset(target_sigset_t *d, const sigset_t *s) in host_to_target_sigset() 136 const target_sigset_t *s) in target_to_host_sigset_internal() 151 void target_to_host_sigset(sigset_t *d, const target_sigset_t *s) in target_to_host_sigset() 531 const char *s = rtsig_map; in signal_table_init() local
|
| /openbmc/qemu/migration/ |
| H A D | multifd.c | 430 MigrationState *s = migrate_get_current(); in multifd_send_set_error() local 814 MigrationState *s = migrate_get_current(); in multifd_tls_channel_connect() local 923 MigrationState *s = migrate_get_current(); in multifd_send_setup() local 1065 MigrationState *s = migrate_get_current(); in multifd_recv_terminate_threads() local 1266 MigrationState *s = migrate_get_current(); in multifd_recv_thread() local
|
| /openbmc/qemu/hw/arm/ |
| H A D | b-l475e-iot01a.c | 75 Bl475eMachineState *s = B_L475E_IOT01A(machine); in bl475e_init() local
|
| /openbmc/sdbusplus/src/async/ |
| H A D | match.cpp | 15 sd_bus_slot* s; in makeMatch() local
|
| /openbmc/u-boot/scripts/basic/ |
| H A D | fixdep.c | 283 static int strrcmp(char *s, char *sub) in strrcmp() 339 char s[PATH_MAX]; in parse_dep_file() local
|
| /openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
| H A D | conversion.hpp | 339 static void done(level l, const std::source_location& s, const char* m, in done() 451 static void start(level l, const std::source_location& s, const char* msg, in start()
|
| /openbmc/u-boot/arch/arm/mach-s5pc1xx/ |
| H A D | clock.c | 29 unsigned long r, m, p, s, mask, fout; in s5pc100_get_pll_clk() local 80 unsigned long r, m, p, s, mask, fout; in s5pc110_get_pll_clk() local
|
| /openbmc/u-boot/test/ |
| H A D | unicode_ut.c | 121 const char *s; in unicode_test_utf8_get() local 339 const u16 *s; in unicode_test_utf16_get() local
|
| /openbmc/phosphor-event/ |
| H A D | message.cpp | 179 inline uint16_t getlen(const char *s) in getlen() 349 string s; in remove() local
|
| /openbmc/qemu/include/hw/arm/ |
| H A D | smmuv3.h | 87 #define STAGE1_SUPPORTED(s) FIELD_EX32(s->idr[0], IDR0, S1P) argument 88 #define STAGE2_SUPPORTED(s) FIELD_EX32(s->idr[0], IDR0, S2P) argument
|
| /openbmc/qemu/hw/i386/ |
| H A D | vmport.c | 96 VMPortState *s = opaque; in vmport_ioport_read() local 237 VMPortState *s = VMPORT(dev); in vmport_realizefn() local
|
| /openbmc/u-boot/drivers/watchdog/ |
| H A D | at91sam9_wdt.c | 31 #define WDT_SEC2TICKS(s) (((s) << 8) - 1) argument
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | verify-bashisms | 24 def is_allowed(s): argument
|
| /openbmc/u-boot/drivers/fastboot/ |
| H A D | fb_common.c | 116 char *s; in fastboot_boot() local
|
| /openbmc/qemu/hw/ipmi/ |
| H A D | ipmi.c | 41 static int ipmi_do_hw_op(IPMIInterface *s, enum ipmi_op op, int checkonly) in ipmi_do_hw_op()
|
| /openbmc/qemu/hw/i386/xen/ |
| H A D | xen-pvh.c | 56 XenPVHMachineState *s = XEN_PVH_MACHINE(obj); in xen_pvh_instance_init() local
|
| /openbmc/qemu/hw/ppc/ |
| H A D | ppc440_uc.c | 788 PPC460EXPCIEState *s = opaque; in dcr_read_pcie() local 868 PPC460EXPCIEState *s = opaque; in dcr_write_pcie() local 958 PPC460EXPCIEState *s = opaque; in ppc460ex_set_irq() local 962 #define PPC440_PCIE_DCR(s, dcrn) \ argument 967 static void ppc460ex_pcie_register_dcrs(PPC460EXPCIEState *s) in ppc460ex_pcie_register_dcrs() 996 PPC460EXPCIEState *s = PPC460EX_PCIE_HOST(dev); in ppc460ex_pcie_realize() local
|
| /openbmc/qemu/audio/ |
| H A D | dbusaudio.c | 463 dbus_audio_register_listener(AudioState *s, in dbus_audio_register_listener() 620 dbus_audio_register_out_listener(AudioState *s, in dbus_audio_register_out_listener() 636 dbus_audio_register_in_listener(AudioState *s, in dbus_audio_register_in_listener() 651 dbus_audio_set_server(AudioState *s, GDBusObjectManagerServer *server, bool p2p) in dbus_audio_set_server()
|
| /openbmc/qemu/net/ |
| H A D | tap-win32.c | 666 TAPState *s = DO_UPCAST(TAPState, nc, nc); in tap_cleanup() local 677 TAPState *s = DO_UPCAST(TAPState, nc, nc); in tap_receive() local 684 TAPState *s = opaque; in tap_win32_send() local 718 TAPState *s; in tap_win32_init() local
|
| /openbmc/qemu/hw/misc/ |
| H A D | exynos4210_pmu.c | 416 Exynos4210PmuState *s = (Exynos4210PmuState *)opaque; in exynos4210_pmu_read() local 435 Exynos4210PmuState *s = (Exynos4210PmuState *)opaque; in exynos4210_pmu_write() local 471 Exynos4210PmuState *s = EXYNOS4210_PMU(dev); in exynos4210_pmu_reset() local 482 Exynos4210PmuState *s = EXYNOS4210_PMU(obj); in exynos4210_pmu_init() local
|
| /openbmc/openbmc/poky/bitbake/lib/ply/ |
| H A D | lex.py | 64 def __init__(self,message,s): argument 251 def input(self,s): argument 521 def _statetoken(s,names): argument
|