/openbmc/linux/drivers/regulator/ |
H A D | mc13xxx.h | 55 #define MC13xxx_DEFINE(prefix, _name, _node, _reg, _vsel_reg, _voltages, _ops) \ argument 73 #define MC13xxx_FIXED_DEFINE(prefix, _name, _node, _reg, _voltages, _ops) \ argument 88 #define MC13xxx_GPO_DEFINE(prefix, _name, _node, _reg, _voltages, _ops) \ argument
|
/openbmc/linux/tools/include/linux/ |
H A D | compiler.h | 12 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 19 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 22 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
|
H A D | string.h | 40 static inline bool strstarts(const char *str, const char *prefix) in strstarts()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_log_syslog.c | 114 const struct nf_loginfo *loginfo, const char *prefix, in nf_log_dump_packet_common() 139 const char *prefix) in nf_log_arp_packet() 836 const char *prefix) in nf_log_ip_packet() 871 const char *prefix) in nf_log_ip6_packet() 907 const char *prefix) in nf_log_unknown_packet() 933 const char *prefix) in nf_log_netdev_packet()
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | trace.c | 168 static void trace_print_header(int seq, int prefix) in trace_print_header() 235 static void trace_print_entry(struct trace_entry *e, int seq, int *prefix) in trace_print_entry() 272 int i, prefix; in trace_buffer_print() local
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | get-reg-list.c | 106 static const char *core_id_to_str(const char *prefix, __u64 id) in core_id_to_str() 149 static const char *sve_id_to_str(const char *prefix, __u64 id) in sve_id_to_str() 183 void print_reg(const char *prefix, __u64 id) in print_reg()
|
/openbmc/qemu/include/hw/ |
H A D | boards.h | 574 #define _MACHINE_VER_TYPE_NAME2(prefix, major, minor) \ argument 577 #define _MACHINE_VER_TYPE_NAME3(prefix, major, minor, micro) \ argument 580 #define _MACHINE_VER_TYPE_NAME4(prefix, major, minor, _unused_, tag) \ argument 583 #define _MACHINE_VER_TYPE_NAME5(prefix, major, minor, micro, _unused_, tag) \ argument 586 #define MACHINE_VER_TYPE_NAME(prefix, ...) \ argument 611 #define _MACHINE_VER_SYM2(sym, prefix, major, minor) \ argument 614 #define _MACHINE_VER_SYM3(sym, prefix, major, minor, micro) \ argument 617 #define _MACHINE_VER_SYM4(sym, prefix, major, minor, _unused_, tag) \ argument 620 #define _MACHINE_VER_SYM5(sym, prefix, major, minor, micro, _unused_, tag) \ argument 623 #define MACHINE_VER_SYM(sym, prefix, ...) \ argument
|
/openbmc/linux/sound/soc/generic/ |
H A D | simple-card.c | 136 char *prefix) in simple_parse_mclk_fs() 154 char *prefix, in simple_parse_node() 194 char *prefix, char *name) in simple_link_init() 222 char *prefix = ""; in simple_dai_link_of_dpcm() local 307 char *prefix = ""; in simple_dai_link_of() local
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | bitops.h | 65 #define DEFINE_BITOP(fn, op, prefix) \ argument 96 #define DEFINE_CLROP(fn, prefix) \ argument 151 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument
|
/openbmc/phosphor-host-ipmid/ |
H A D | transporthandler.cpp | 233 typename AddrFamily<family>::addr address, uint8_t prefix) in createIfAddr() 295 std::optional<uint8_t> prefix) in reconfigureIfAddr4() 388 uint8_t idx, stdplus::In6Addr address, uint8_t prefix) in reconfigureIfAddr6() 434 uint8_t prefix{}; in getLanIPv6Address() local 934 uint8_t prefix; in setLanInt() local 1007 uint8_t prefix; in setLanInt() local 1187 uint8_t prefix = AddrFamily<AF_INET>::defaultPrefix; in getLan() local
|
/openbmc/linux/fs/squashfs/ |
H A D | xattr.c | 58 const char *prefix = handler->prefix ?: handler->name; in squashfs_listxattr() local 125 int type, prefix, name_size; in squashfs_xattr_get() local
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_gvt_mmio_table.c | 35 #define MMIO_RING_F(prefix, s) do { \ argument 44 #define MMIO_RING_D(prefix) \ argument
|
/openbmc/linux/drivers/edac/ |
H A D | edac_mc.h | 48 #define edac_printk(level, prefix, fmt, arg...) \ argument 54 #define edac_mc_chipset_printk(mci, level, prefix, fmt, arg...) \ argument
|
/openbmc/sdeventplus/src/sdeventplus/ |
H A D | exception.cpp | 8 SdEventError::SdEventError(int r, const char* prefix) : in SdEventError()
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | debug.h | 78 #define wl1271_dump(level, prefix, buf, len) \ argument 88 #define wl1271_dump_ascii(level, prefix, buf, len) \ argument
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | pids.c | 24 void emit_obj_refs_plain(struct hashmap *map, __u32 id, const char *prefix) {} in emit_obj_refs_plain() 228 void emit_obj_refs_plain(struct hashmap *map, __u32 id, const char *prefix) in emit_obj_refs_plain()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_xattr.c | 199 char *prefix, in __xfs_xattr_put_listent() 239 char *prefix; in xfs_xattr_put_listent() local
|
/openbmc/linux/include/linux/ |
H A D | bcm47xx_sprom.h | 20 const char *prefix, in bcm47xx_fill_sprom()
|
H A D | string.h | 255 static inline bool strstarts(const char *str, const char *prefix) in strstarts() 400 static __always_inline size_t str_has_prefix(const char *str, const char *prefix) in str_has_prefix()
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | futex_val3.c | 10 const char *prefix = "FUTEX_BITSET_"; in syscall_arg__scnprintf_futex_val3() local
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffscfg.h | 33 const YCHAR *prefix; member
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | genwqe_driver.h | 60 char prefix[32]; in genwqe_hexdump() local
|
/openbmc/linux/lib/ |
H A D | cpu_rmap.c | 111 static void debug_print_rmap(const struct cpu_rmap *rmap, const char *prefix) in debug_print_rmap() 126 debug_print_rmap(const struct cpu_rmap *rmap, const char *prefix) in debug_print_rmap()
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | atomic.h | 54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument 88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument 113 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument
|
/openbmc/sdeventplus/test/ |
H A D | exception.cpp | 16 const char* const prefix = "construct_test"; in TEST() local
|