/openbmc/linux/drivers/comedi/drivers/ |
H A D | comedi_bond.c | 62 struct comedi_subdevice *s, in bonding_dio_insn_bits() 125 struct comedi_subdevice *s, in bonding_dio_insn_config() 277 struct comedi_subdevice *s; in bonding_attach() local
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | glue-cache.h | 140 static inline void nop_flush_kern_dcache_area(void *a, size_t s) { } in nop_flush_kern_dcache_area() 144 static inline void nop_dma_map_area(const void *s, size_t l, int f) { } in nop_dma_map_area() 145 static inline void nop_dma_unmap_area(const void *s, size_t l, int f) { } in nop_dma_unmap_area()
|
/openbmc/linux/drivers/mtd/ |
H A D | inftlmount.c | 455 void INFTL_dumptables(struct INFTLrecord *s) in INFTL_dumptables() 500 void INFTL_dumpVUchains(struct INFTLrecord *s) in INFTL_dumpVUchains() 526 int INFTL_mount(struct INFTLrecord *s) in INFTL_mount()
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw.c | 32 #define SYM_GEN_A(s, label) ((short) offsetof(s, label)), argument 33 #define SYM_GEN_B(s, label) ((short) offsetof(s, label)), argument 34 #define SYM_GEN_Z(s, label) ((short) offsetof(s, label)), argument
|
/openbmc/qemu/block/ |
H A D | win32-aio.c | 62 static void win32_aio_process_completion(QEMUWin32AIOState *s, in win32_aio_process_completion() 97 QEMUWin32AIOState *s = container_of(e, QEMUWin32AIOState, e); in win32_aio_completion_cb() local 191 QEMUWin32AIOState *s; in win32_aio_init() local
|
/openbmc/linux/arch/x86/lib/ |
H A D | string_32.c | 144 char *strchr(const char *s, int c) in strchr() 166 size_t strlen(const char *s) in strlen() 218 size_t strnlen(const char *s, size_t count) in strnlen()
|
/openbmc/linux/drivers/pinctrl/intel/ |
H A D | pinctrl-icelake.c | 30 #define ICL_GPP(r, s, e, g) \ argument 38 #define ICL_LP_COMMUNITY(b, s, e, g) \ argument 41 #define ICL_N_COMMUNITY(b, s, e, g) \ argument
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.h | 275 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} argument 283 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) argument 319 # define _tr_tally_lit(s, c, flush) \ argument 326 # define _tr_tally_dist(s, distance, length, flush) \ argument 337 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 338 # define _tr_tally_dist(s, distance, length, flush) \ argument
|
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 279 static int rebalance2(struct shadow_spine *s, struct dm_btree_info *info, in rebalance2() 356 int s, ret; in redistribute3() local 446 static int rebalance3(struct shadow_spine *s, struct dm_btree_info *info, in rebalance3() 482 static int rebalance_children(struct shadow_spine *s, in rebalance_children() 544 static int remove_raw(struct shadow_spine *s, struct dm_btree_info *info, in remove_raw() 638 static int remove_nearest(struct shadow_spine *s, struct dm_btree_info *info, in remove_nearest()
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | string.c | 43 void *memset(void *s, int c, size_t n) in memset() 56 const unsigned char *s = src; in memmove() local
|
/openbmc/qemu/hw/char/ |
H A D | serial-pci.c | 50 SerialState *s = &pci->state; in OBJECT_DECLARE_SIMPLE_TYPE() local 67 SerialState *s = &pci->state; in serial_pci_exit() local
|
/openbmc/linux/net/netfilter/ |
H A D | xt_hashlimit.c | 1052 static void *dl_seq_start(struct seq_file *s, loff_t *pos) in dl_seq_start() 1070 static void *dl_seq_next(struct seq_file *s, void *v, loff_t *pos) in dl_seq_next() 1083 static void dl_seq_stop(struct seq_file *s, void *v) in dl_seq_stop() 1095 struct seq_file *s) in dl_seq_print() 1126 struct seq_file *s) in dl_seq_real_show_v2() 1141 struct seq_file *s) in dl_seq_real_show_v1() 1156 struct seq_file *s) in dl_seq_real_show() 1170 static int dl_seq_show_v2(struct seq_file *s, void *v) in dl_seq_show_v2() 1184 static int dl_seq_show_v1(struct seq_file *s, void *v) in dl_seq_show_v1() 1198 static int dl_seq_show(struct seq_file *s, void *v) in dl_seq_show()
|
/openbmc/linux/arch/mips/lib/ |
H A D | libgcc.h | 30 struct DWstruct s; member 38 struct TWstruct s; member
|
/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 | 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/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_mixer.c | 38 int mdp5_mixer_assign(struct drm_atomic_state *s, struct drm_crtc *crtc, in mdp5_mixer_assign() 119 int mdp5_mixer_release(struct drm_atomic_state *s, struct mdp5_hw_mixer *mixer) in mdp5_mixer_release()
|
/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 | 166 Stream& operator>>(Stream& s, CreatorVersion& cv) in operator >>() 175 Stream& operator<<(Stream& s, const CreatorVersion& cv) in operator <<()
|
/openbmc/linux/mm/damon/ |
H A D | ops-common.c | 74 struct damos *s) in damon_hot_score() 115 struct damos *s) in damon_cold_score()
|
/openbmc/linux/scripts/basic/ |
H A D | fixdep.c | 180 static int str_ends_with(const char *s, int slen, const char *sub) in str_ends_with() 247 static int is_ignored_file(const char *s, int len) in is_ignored_file() 253 static int is_no_parse_file(const char *s, int len) in is_no_parse_file()
|
/openbmc/linux/drivers/of/ |
H A D | fdt_address.c | 27 static void __init of_dump_addr(const char *s, const __be32 *addr, int na) in of_dump_addr() 35 static void __init of_dump_addr(const char *s, const __be32 *addr, int na) { } in of_dump_addr() 73 u64 cp, s, da; in fdt_bus_default_map() local
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | debug.c | 183 static void print_encoded_bytes(u16 s, u16 o) in print_encoded_bytes() 229 char s[1024]; in x86emu_single_step() local 330 static int x86emu_parse_line(char *s, int *ps, int *n) in x86emu_parse_line()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | gf100.c | 43 int c, s; in gf100_ltc_cbc_wait() local 93 gf100_ltc_lts_intr(struct nvkm_ltc *ltc, int c, int s) in gf100_ltc_lts_intr() 118 u32 s, c = __ffs(mask); in gf100_ltc_intr() local
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_variable.c | 122 const char *s; in parse_attr() local 170 const char *val, *s; in efi_get_variable() local 418 char *native_name = NULL, *val = NULL, *s; in efi_set_variable() local
|
/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-srv-sysfs.c | 40 struct rtrs_path *s; in rtrs_srv_disconnect_store() local 235 struct rtrs_path *s = &srv_path->s; in rtrs_srv_create_stats_files() local 263 struct rtrs_path *s = &srv_path->s; in rtrs_srv_create_path_files() local
|