/openbmc/linux/net/9p/ |
H A D | mod.c | 86 static struct p9_trans_module *_p9_get_trans_by_name(const char *s) in _p9_get_trans_by_name() 109 struct p9_trans_module *v9fs_get_trans_by_name(const char *s) in v9fs_get_trans_by_name()
|
/openbmc/qemu/hw/intc/ |
H A D | exynos4210_gic.c | 50 Exynos4210GicState *s = (Exynos4210GicState *)opaque; in exynos4210_gic_set_irq() local 57 Exynos4210GicState *s = EXYNOS4210_GIC(obj); in exynos4210_gic_realize() local
|
/openbmc/qemu/hw/arm/ |
H A D | stm32f405_soc.c | 58 STM32F405State *s = STM32F405_SOC(obj); in stm32f405_soc_initfn() local 93 STM32F405State *s = STM32F405_SOC(dev_soc); in stm32f405_soc_realize() local
|
H A D | msf2-soc.c | 63 MSF2State *s = MSF2_SOC(obj); in m2sxxx_soc_initfn() local 84 MSF2State *s = MSF2_SOC(dev_soc); in m2sxxx_soc_realize() local
|
H A D | nrf51_soc.c | 59 NRF51State *s = NRF51_SOC(dev_soc); in nrf51_soc_realize() local 184 NRF51State *s = NRF51_SOC(obj); in nrf51_soc_init() local
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | futex-contention.py | 29 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument 40 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinconf-generic.c | 57 struct seq_file *s, const char *gname, in pinconf_generic_dump_one() 110 void pinconf_generic_dump_pins(struct pinctrl_dev *pctldev, struct seq_file *s, in pinconf_generic_dump_pins() 132 struct seq_file *s, unsigned long config) in pinconf_generic_dump_config()
|
/openbmc/qemu/block/ |
H A D | parallels-ext.c | 67 BDRVParallelsState *s = bs->opaque; in parallels_load_bitmap_data() local 188 BDRVParallelsState *s = bs->opaque; in parallels_parse_format_extension() local 284 BDRVParallelsState *s = bs->opaque; in parallels_read_format_extension() local
|
/openbmc/qemu/target/loongarch/ |
H A D | arch_dump.c | 78 static void loongarch_note_init(struct loongarch_note *note, DumpState *s, in loongarch_note_init() 93 DumpState *s) in loongarch_write_elf64_fprpreg() 115 int cpuid, DumpState *s) in loongarch_cpu_write_elf64_note()
|
/openbmc/linux/drivers/parport/ |
H A D | daisy.c | 303 unsigned char s; in cpp_daisy() local 349 unsigned char s; in cpp_mux() local 430 unsigned char s; in assign_addrs() local
|
/openbmc/linux/net/ax25/ |
H A D | ax25_route.c | 44 ax25_route *s, *t, *ax25_rt; in ax25_rt_device_down() local 153 ax25_route *s, *t, *ax25_rt; in ax25_rt_del() local 479 ax25_route *s, *ax25_rt = ax25_route_list; in ax25_rt_free() local
|
/openbmc/openbmc/poky/meta/recipes-extended/at/at/ |
H A D | posixtm.c | 110 posix_time_parse (struct tm *tm, const char *s, unsigned int syntax_bits) in posix_time_parse() 188 posixtime (time_t *p, const char *s, unsigned int syntax_bits) in posixtime()
|
/openbmc/qemu/hw/display/ |
H A D | dpcd.c | 98 DPCDState *s = DPCD(dev); in dpcd_reset() local 128 DPCDState *s = DPCD(obj); in dpcd_init() local
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | connect_close.c | 42 int s = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); in do_connect() local 53 int c, one = 1, s = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP); in do_accept() local
|
/openbmc/u-boot/scripts/dtc/ |
H A D | util.h | 38 #define stringify(s) stringify_(s) argument 39 #define stringify_(s) #s argument
|
/openbmc/linux/include/uapi/linux/ |
H A D | vboxguest.h | 102 #define VBG_IOCTL_VMMDEV_REQUEST(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 2, s) argument 176 #define VBG_IOCTL_HGCM_CALL_32(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 6, s) argument 177 #define VBG_IOCTL_HGCM_CALL_64(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 7, s) argument 179 #define VBG_IOCTL_HGCM_CALL(s) VBG_IOCTL_HGCM_CALL_64(s) argument 181 #define VBG_IOCTL_HGCM_CALL(s) VBG_IOCTL_HGCM_CALL_32(s) argument 201 #define VBG_IOCTL_LOG(s) _IO('V', 9) argument
|
/openbmc/qemu/hw/xtensa/ |
H A D | xtfpga.c | 75 XtfpgaFpgaState *s = opaque; in xtfpga_fpga_reset() local 84 XtfpgaFpgaState *s = opaque; in xtfpga_fpga_read() local 105 XtfpgaFpgaState *s = opaque; in xtfpga_fpga_write() local 129 XtfpgaFpgaState *s = g_new(XtfpgaFpgaState, 1); in xtfpga_fpga_init() local 147 SysBusDevice *s; in xtfpga_net_init() local 174 SysBusDevice *s; in xtfpga_flash_init() local
|
/openbmc/ipmitool/src/plugins/lan/ |
H A D | lan.c | 706 struct ipmi_session * s = intf->session; in ipmi_lan_build_cmd() local 1000 struct ipmi_session * s = intf->session; in ipmi_lan_build_rsp() local 1583 struct ipmi_session * s = intf->session; in ipmi_get_auth_capabilities_cmd() local 1698 struct ipmi_session * s = intf->session; in ipmi_get_session_challenge_cmd() local 1752 struct ipmi_session * s = intf->session; in ipmi_activate_session_cmd() local 2028 struct ipmi_session *s; in ipmi_lan_open() local
|
/openbmc/linux/kernel/rcu/ |
H A D | rcu.h | 69 static inline unsigned long rcu_seq_ctr(unsigned long s) in rcu_seq_ctr() 78 static inline int rcu_seq_state(unsigned long s) in rcu_seq_state() 128 unsigned long s; in rcu_seq_snap() local 145 static inline bool rcu_seq_started(unsigned long *sp, unsigned long s) in rcu_seq_started() 154 static inline bool rcu_seq_done(unsigned long *sp, unsigned long s) in rcu_seq_done() 164 static inline bool rcu_seq_done_exact(unsigned long *sp, unsigned long s) in rcu_seq_done_exact()
|
/openbmc/linux/include/linux/ |
H A D | kasan.h | 160 static __always_inline bool kasan_slab_free(struct kmem_cache *s, in kasan_slab_free() 185 struct kmem_cache *s, void *object, gfp_t flags, bool init) in kasan_slab_alloc() 194 static __always_inline void * __must_check kasan_kmalloc(struct kmem_cache *s, in kasan_kmalloc() 254 static inline bool kasan_slab_free(struct kmem_cache *s, void *object, bool init) in kasan_slab_free() 260 static inline void *kasan_slab_alloc(struct kmem_cache *s, void *object, in kasan_slab_alloc() 265 static inline void *kasan_kmalloc(struct kmem_cache *s, const void *object, in kasan_kmalloc()
|
/openbmc/linux/sound/firewire/ |
H A D | amdtp-stream.h | 244 static inline bool amdtp_stream_running(struct amdtp_stream *s) in amdtp_stream_running() 256 static inline bool amdtp_streaming_error(struct amdtp_stream *s) in amdtp_streaming_error() 267 static inline bool amdtp_stream_pcm_running(struct amdtp_stream *s) in amdtp_stream_pcm_running() 281 static inline void amdtp_stream_pcm_trigger(struct amdtp_stream *s, in amdtp_stream_pcm_trigger() 294 #define amdtp_stream_next_packet_desc(s, desc) \ argument 360 struct amdtp_stream *s; in amdtp_domain_wait_ready() local
|
/openbmc/linux/drivers/hwmon/pmbus/ |
H A D | dps920ab.c | 90 static int dps920ab_mfr_id_show(struct seq_file *s, void *data) in dps920ab_mfr_id_show() 101 static int dps920ab_mfr_model_show(struct seq_file *s, void *data) in dps920ab_mfr_model_show()
|
/openbmc/u-boot/arch/arm/mach-kirkwood/ |
H A D | cpu.c | 131 char *s = env_get("sysrstcmd"); in kw_sysrst_action() local 150 char *s; in kw_sysrst_check() local
|
/openbmc/linux/kernel/trace/ |
H A D | trace_osnoise.c | 426 static void print_osnoise_headers(struct seq_file *s) in print_osnoise_headers() 455 static void print_osnoise_headers(struct seq_file *s) in print_osnoise_headers() 545 static void print_timerlat_headers(struct seq_file *s) in print_timerlat_headers() 562 static void print_timerlat_headers(struct seq_file *s) in print_timerlat_headers() 1342 save_osn_sample_stats(struct osnoise_variables *osn_var, struct osnoise_sample *s) in save_osn_sample_stats() 1358 diff_osn_sample_stats(struct osnoise_variables *osn_var, struct osnoise_sample *s) in diff_osn_sample_stats() 1439 struct osnoise_sample s; in run_osnoise() local 1750 struct timerlat_sample s; in timerlat_irq() local 1884 struct timerlat_sample s; in timerlat_main() local 2166 static void *s_options_start(struct seq_file *s, loff_t *pos) in s_options_start() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | dbus-vmstate-test.c | 125 get_server(GDBusConnection *conn, TestServer *s, const TestServerId *id) in get_server() 149 set_id_list(Test *test, QTestState *s) in set_id_list() 254 check_not_migrated(TestServer *s, TestServer *d) in check_not_migrated() 263 check_migrated(TestServer *s, TestServer *d) in check_migrated()
|