/openbmc/linux/lib/ |
H A D | string.c | 156 unsigned long c, data; in strscpy() local 172 char c; in strscpy() local 327 char *strchr(const char *s, int c) in strchr() 346 char *strchrnul(const char *s, int c) in strchrnul() 365 char *strnchrnul(const char *s, size_t count, int c) in strnchrnul() 378 char *strrchr(const char *s, int c) in strrchr() 400 char *strnchr(const char *s, size_t count, int c) in strnchr() 532 void *memset(void *s, int c, size_t count) in memset() 728 void *memscan(void *addr, int c, size_t size) in memscan() 803 void *memchr(const void *s, int c, size_t n) in memchr() [all …]
|
/openbmc/linux/arch/x86/kernel/ |
H A D | smpboot.c | 337 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_pkg() local 358 struct cpuinfo_x86 *c = &cpu_data(cpu); in topology_phys_to_logical_die() local 417 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_boot_cpu_info() local 432 struct cpuinfo_x86 *c = &cpu_data(id); in smp_store_cpu_info() local 447 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node() 455 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane() 471 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_smt() 497 static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_die() 505 static bool match_l2c(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_l2c() 525 static bool match_pkg(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_pkg() [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | cpufeature.h | 54 #define test_cpu_cap(c, bit) \ argument 126 #define cpu_has(c, bit) \ argument 148 #define set_cpu_cap(c, bit) set_bit(bit, (unsigned long *)((c)->x86_capability)) argument 200 #define cpu_has_bug(c, bit) cpu_has(c, (bit)) argument 201 #define set_cpu_bug(c, bit) set_cpu_cap(c, (bit)) argument 202 #define clear_cpu_bug(c, bit) clear_cpu_cap(c, (bit)) argument
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | composite.c | 167 struct usb_config_descriptor *c; in config_buf() local 219 struct usb_configuration *c; in config_desc() local 251 struct usb_configuration *c; in count_configs() local 313 struct usb_configuration *c = NULL; in set_config() local 419 struct usb_configuration *c; in usb_add_config() local 529 struct usb_configuration *c; in get_string() local 673 int usb_string_ids_n(struct usb_composite_dev *c, unsigned n) in usb_string_ids_n() 711 struct usb_configuration *c; in composite_setup() local 937 struct usb_configuration *c; in composite_unbind() local
|
/openbmc/linux/arch/arm/mach-meson/ |
H A D | platsmp.c | 23 #define MESON_SMP_SRAM_CPU_CTRL_ADDR_REG(c) (0x04 + ((c - 1) << 2)) argument 29 #define MESON_CPU_PWR_A9_CNTL0_M(c) (0x03 << ((c * 2) + 16)) argument 30 #define MESON_CPU_PWR_A9_CNTL1_M(c) (0x03 << ((c + 1) << 1)) argument 31 #define MESON_CPU_PWR_A9_MEM_PD0_M(c) (0x0f << (32 - (c * 4))) argument 32 #define MESON_CPU_PWR_A9_CNTL1_ST(c) (0x01 << (c + 16)) argument
|
/openbmc/phosphor-host-ipmid/transport/serialbridge/ |
H A D | serialcmd.cpp | 48 uint8_t SerialChannel::getUnescapedCharacter(uint8_t c) in getUnescapedCharacter() 71 for (auto c : escapedDataBytes) in consumeIpmiSerialPacket() local 130 [&buffer, &checksum](const auto& c) { in processEscapedCharacter() 213 for (auto c : responseBuffer) in write() local 316 for (auto c : requestBuffer) in read() local
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | cyrix.c | 94 static void check_cx686_slop(struct cpuinfo_x86 *c) in check_cx686_slop() 173 static void early_init_cyrix(struct cpuinfo_x86 *c) in early_init_cyrix() 192 static void init_cyrix(struct cpuinfo_x86 *c) in init_cyrix() 364 static void init_nsc(struct cpuinfo_x86 *c) in init_nsc() 413 static void cyrix_identify(struct cpuinfo_x86 *c) in cyrix_identify()
|
H A D | cpuid-deps.c | 88 static inline void clear_feature(struct cpuinfo_x86 *c, unsigned int feature) in clear_feature() 106 static void do_clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) in do_clear_cpu_cap() 136 void clear_cpu_cap(struct cpuinfo_x86 *c, unsigned int feature) in clear_cpu_cap()
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-api.c | 40 static int ptr_to_user(struct v4l2_ext_control *c, in ptr_to_user() 70 static int cur_to_user(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl) in cur_to_user() 76 static int new_to_user(struct v4l2_ext_control *c, in new_to_user() 83 static int req_to_user(struct v4l2_ext_control *c, in req_to_user() 90 static int def_to_user(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl) in def_to_user() 98 static int user_to_new(struct v4l2_ext_control *c, struct v4l2_ctrl *ctrl) in user_to_new() 224 struct v4l2_ext_control *c = &cs->controls[i]; in prepare_ext_ctrls() local 734 static int get_ctrl(struct v4l2_ctrl *ctrl, struct v4l2_ext_control *c) in get_ctrl() 768 struct v4l2_ext_control c; in v4l2_g_ctrl() local 813 struct v4l2_ext_control *c) in set_ctrl_lock() [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_ctl.c | 74 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_get_flush_register() local 350 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_poll_reset_status() local 372 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_reset_control() local 384 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_wait_reset_status() local 403 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_clear_all_blendstages() local 446 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_setup_blendstage() local 509 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg_v1() local 548 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_intf_cfg() local 581 struct dpu_hw_blk_reg_map *c = &ctx->hw; in dpu_hw_ctl_reset_intf_cfg_v1() local 688 struct dpu_hw_ctl *c; in dpu_hw_ctl_init() local
|
/openbmc/linux/drivers/net/can/sja1000/ |
H A D | peak_pcmcia.c | 37 #define PCC_CHAN_OFF(c) ((c) * PCC_CHAN_SIZE) argument 59 #define PCC_CCR_RST_CHAN(c) (0x01 << ((c) + 2)) argument 64 #define PCC_LED(c) (1 << (c)) argument 73 #define PCC_CCR_LED_CHAN(s, c) ((s) << (((c) + 2) << 1)) argument 75 #define PCC_CCR_LED_ON_CHAN(c) PCC_CCR_LED_CHAN(PCC_LED_ON, c) argument 76 #define PCC_CCR_LED_FAST_CHAN(c) PCC_CCR_LED_CHAN(PCC_LED_FAST, c) argument 77 #define PCC_CCR_LED_SLOW_CHAN(c) PCC_CCR_LED_CHAN(PCC_LED_SLOW, c) argument 78 #define PCC_CCR_LED_OFF_CHAN(c) PCC_CCR_LED_CHAN(PCC_LED_OFF, c) argument 79 #define PCC_CCR_LED_MASK_CHAN(c) PCC_CCR_LED_OFF_CHAN(c) argument 187 int c = (priv->reg_base - card->ioport_addr) / PCC_CHAN_SIZE; in pcan_write_canreg() local
|
/openbmc/qemu/hw/watchdog/ |
H A D | allwinner-wdt.c | 127 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_sun6i_read() local 143 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_sun6i_write() local 179 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_update_timer() local 203 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_read() local 236 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_write() local 289 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_expired() local 327 const AwWdtClass *c = AW_WDT_GET_CLASS(s); in allwinner_wdt_init() local
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | decompress.c | 20 # define Tracec(c,x) {if (verbose && (c)) fprintf x ;} argument 21 # define Tracecv(c,x) {if (verbose>1 && (c)) fprintf x ;} argument 27 # define Tracec(c,x) argument 28 # define Tracecv(c,x) argument
|
/openbmc/linux/arch/nios2/boot/compressed/ |
H A D | misc.c | 59 # define Tracec(c, x) {if (verbose && (c)) fprintf x ; } argument 60 # define Tracecv(c, x) {if (verbose > 1 && (c)) fprintf x ; } argument 66 # define Tracec(c, x) argument 67 # define Tracecv(c, x) argument 94 void *memset(void *s, int c, size_t n) in memset() 135 ulg c = crc; /* temporary variable */ in flush_window() local
|
/openbmc/qemu/tests/qtest/ |
H A D | adm1272-test.c | 83 uint16_t pmbus_data2direct_mode(PMBusCoefficients c, uint32_t value) in pmbus_data2direct_mode() 90 uint32_t pmbus_direct_mode2data(PMBusCoefficients c, uint16_t value) in pmbus_direct_mode2data() 100 PMBusCoefficients c = adm1272_coefficients[ADM1272_VOLTAGE_COEFF_DEFAULT]; in adm1272_millivolts_to_direct() local 108 PMBusCoefficients c = adm1272_coefficients[ADM1272_VOLTAGE_COEFF_DEFAULT]; in adm1272_direct_to_millivolts() local 116 PMBusCoefficients c = adm1272_coefficients[ADM1272_CURRENT_COEFF_DEFAULT]; in adm1272_milliamps_to_direct() local 126 PMBusCoefficients c = adm1272_coefficients[ADM1272_CURRENT_COEFF_DEFAULT]; in adm1272_direct_to_milliamps() local 135 PMBusCoefficients c = adm1272_coefficients[ADM1272_PWR_COEFF_DEFAULT]; in adm1272_watts_to_direct() local 142 PMBusCoefficients c = adm1272_coefficients[ADM1272_PWR_COEFF_DEFAULT]; in adm1272_direct_to_watts() local
|
/openbmc/linux/net/ipv4/ |
H A D | ipmr_base.c | 67 struct mr_mfc *c; in mr_mfc_find_parent() local 81 struct mr_mfc *c; in mr_mfc_find_any_parent() local 96 struct mr_mfc *c, *proxy; in mr_mfc_find_any() local 178 struct mr_mfc *c = v; in mr_mfc_seq_next() local 209 struct mr_mfc *c, struct rtmsg *rtm) in mr_fill_mroute() 280 const struct mr_mfc *c, in mr_mfc_uses_dev() 301 u32 portid, u32 seq, struct mr_mfc *c, in mr_table_dump() 356 u32 portid, u32 seq, struct mr_mfc *c, in mr_rtm_dumproute()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | tracing_struct.c | 38 int BPF_PROG2(test_struct_arg_1, struct bpf_testmod_struct_arg_2, a, int, b, int, c) in BPF_PROG2() argument 48 int BPF_PROG2(test_struct_arg_2, struct bpf_testmod_struct_arg_2, a, int, b, int, c, int, ret) in BPF_PROG2() argument 67 int BPF_PROG2(test_struct_arg_3, int, a, struct bpf_testmod_struct_arg_2, b, int, c) in BPF_PROG2() argument 77 int BPF_PROG2(test_struct_arg_4, int, a, struct bpf_testmod_struct_arg_2, b, int, c, int, ret) in BPF_PROG2() argument 84 int BPF_PROG2(test_struct_arg_5, int, a, int, b, struct bpf_testmod_struct_arg_2, c) in BPF_PROG2() argument 94 int BPF_PROG2(test_struct_arg_6, int, a, int, b, struct bpf_testmod_struct_arg_2, c, int, ret) in BPF_PROG2() argument 101 int BPF_PROG2(test_struct_arg_7, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() argument 114 int BPF_PROG2(test_struct_arg_8, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() argument 142 int BPF_PROG2(test_struct_arg_12, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument 156 int BPF_PROG2(test_struct_arg_13, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument [all …]
|
H A D | test_jhash.h | 12 #define __jhash_mix(a, b, c) \ argument 22 #define __jhash_final(a, b, c) \ argument 38 u32 a, b, c; in jhash() local
|
/openbmc/linux/include/linux/ |
H A D | debug_locks.h | 24 #define DEBUG_LOCKS_WARN_ON(c) \ argument 39 # define SMP_DEBUG_LOCKS_WARN_ON(c) DEBUG_LOCKS_WARN_ON(c) argument 41 # define SMP_DEBUG_LOCKS_WARN_ON(c) do { } while (0) argument
|
/openbmc/qemu/ |
H A D | blockjob.c | 87 static char *child_job_get_parent_desc(BdrvChild *c) in child_job_get_parent_desc() 93 static void child_job_drained_begin(BdrvChild *c) in child_job_drained_begin() 99 static bool child_job_drained_poll(BdrvChild *c) in child_job_drained_poll() 123 static void child_job_drained_end(BdrvChild *c) in child_job_drained_end() 147 static bool child_job_change_aio_ctx(BdrvChild *c, AioContext *ctx, in child_job_change_aio_ctx() 173 static AioContext *child_job_get_parent_aio_context(BdrvChild *c) in child_job_get_parent_aio_context() 204 BdrvChild *c = l->data; in block_job_remove_all_bdrv() local 222 BdrvChild *c = el->data; in block_job_has_bdrv() local 234 BdrvChild *c; in block_job_add_bdrv() local
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | add-logical-with-carry.c | 42 unsigned long c, int *cc) in test32rm() 60 unsigned long c, int *cc) in test32mr() 78 unsigned long c, int *cc) in test64rm() 93 unsigned long c, int *cc) in test64mr() 126 unsigned long a, b, c, sum; in main() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | dml_inline_defs.h | 37 static inline double dml_min3(double a, double b, double c) in dml_min3() 42 static inline double dml_min4(double a, double b, double c, double d) in dml_min4() 52 static inline double dml_max3(double a, double b, double c) in dml_max3() 57 static inline double dml_max4(double a, double b, double c, double d) in dml_max4() 62 static inline double dml_max5(double a, double b, double c, double d, double e) in dml_max5()
|
/openbmc/u-boot/arch/arm/mach-uniphier/ |
H A D | debug.h | 22 static inline void debug_putc(int c) in debug_putc() 45 unsigned char c; in debug_puth() local 54 static inline void debug_putc(int c) in debug_putc()
|
/openbmc/qemu/tests/unit/ |
H A D | test-block-iothread.c | 86 static void test_sync_op_pread(BdrvChild *c) in test_sync_op_pread() 100 static void test_sync_op_pwrite(BdrvChild *c) in test_sync_op_pwrite() 229 static void test_sync_op_load_vmstate(BdrvChild *c) in test_sync_op_load_vmstate() 239 static void test_sync_op_save_vmstate(BdrvChild *c) in test_sync_op_save_vmstate() 249 static void test_sync_op_pdiscard(BdrvChild *c) in test_sync_op_pdiscard() 281 static void test_sync_op_truncate(BdrvChild *c) in test_sync_op_truncate() 316 static void TSA_NO_TSA test_sync_op_block_status(BdrvChild *c) in test_sync_op_block_status() 339 static void test_sync_op_flush(BdrvChild *c) in test_sync_op_flush() 374 static void test_sync_op_check(BdrvChild *c) in test_sync_op_check() 384 static void test_sync_op_activate(BdrvChild *c) in test_sync_op_activate() [all …]
|
/openbmc/linux/tools/include/nolibc/ |
H A D | string.h | 100 char *strchr(const char *s, int c) in strchr() 113 unsigned int c; in strcmp() local 201 char c; in strlcat() local 223 char c; in strlcpy() local 257 unsigned int c; in strncmp() local 279 char *strrchr(const char *s, int c) in strrchr()
|