Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/linux/drivers/md/dm-vdo/
H A Dmessage-stats.c15 static void write_u64(char *prefix, u64 value, char *suffix, char **buf, in write_u64()
26 static void write_u32(char *prefix, u32 value, char *suffix, char **buf, in write_u32()
37 static void write_block_count_t(char *prefix, block_count_t value, char *suffix, in write_block_count_t()
48 static void write_string(char *prefix, char *value, char *suffix, char **buf, in write_string()
59 static void write_bool(char *prefix, bool value, char *suffix, char **buf, in write_bool()
70 static void write_u8(char *prefix, u8 value, char *suffix, char **buf, in write_u8()
81 static void write_block_allocator_statistics(char *prefix, in write_block_allocator_statistics()
96 static void write_commit_statistics(char *prefix, struct commit_statistics *stats, in write_commit_statistics()
109 static void write_recovery_journal_statistics(char *prefix, in write_recovery_journal_statistics()
127 static void write_packer_statistics(char *prefix, struct packer_statistics *stats, in write_packer_statistics()
[all …]
H A Dlogger.c110 static void emit_log_message(int priority, const char *module, const char *prefix, in emit_log_message()
161 void vdo_log_embedded_message(int priority, const char *module, const char *prefix, in vdo_log_embedded_message()
/linux/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c36 static void create_key(const char *prefix, const char *postfix, in create_key()
49 static int get_nvram_var(const char *prefix, const char *postfix, in get_nvram_var()
116 static void nvram_read_leddc(const char *prefix, const char *name, in nvram_read_leddc()
141 static void nvram_read_macaddr(const char *prefix, const char *name, in nvram_read_macaddr()
156 static void nvram_read_alpha2(const char *prefix, const char *name, in nvram_read_alpha2()
189 const char *prefix, bool fallback) in bcm47xx_sprom_fill_auto()
410 const char *prefix, bool fallback) in bcm47xx_fill_sprom_path_r4589()
461 const char *prefix, bool fallback) in bcm47xx_fill_sprom_path_r45()
511 const char *prefix, bool fallback) in bcm47xx_fill_sprom_ethernet()
555 static void bcm47xx_fill_board_data(struct ssb_sprom *sprom, const char *prefix, in bcm47xx_fill_board_data()
[all …]
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c244 static const char *config_id_to_str(const char *prefix, __u64 id) in config_id_to_str()
271 static const char *core_id_to_str(const char *prefix, __u64 id) in core_id_to_str()
384 static const char *csr_id_to_str(const char *prefix, __u64 id) in csr_id_to_str()
405 static const char *timer_id_to_str(const char *prefix, __u64 id) in timer_id_to_str()
426 static const char *fp_f_id_to_str(const char *prefix, __u64 id) in fp_f_id_to_str()
444 static const char *fp_d_id_to_str(const char *prefix, __u64 id) in fp_d_id_to_str()
462 static const char *vector_id_to_str(const char *prefix, __u64 id) in vector_id_to_str()
593 static const char *isa_ext_id_to_str(const char *prefix, __u64 id) in isa_ext_id_to_str()
657 static const char *sbi_ext_id_to_str(const char *prefix, __u64 id) in sbi_ext_id_to_str()
686 static const char *sbi_id_to_str(const char *prefix, __u64 id) in sbi_id_to_str()
[all …]
/linux/drivers/clk/qcom/
H A Dlcc-msm8960.c92 #define CLK_AIF_OSR_SRC(prefix, _ns, _md) \ argument
126 #define CLK_AIF_OSR_CLK(prefix, _ns, hr, en_bit) \ argument
146 #define CLK_AIF_OSR_DIV_CLK(prefix, _ns, _width) \ argument
163 #define CLK_AIF_OSR_BIT_DIV_CLK(prefix, _ns, hr, en_bit) \ argument
183 #define CLK_AIF_OSR_BIT_CLK(prefix, _ns, _shift) \ argument
209 #define CLK_AIF_OSR_DIV(prefix, _ns, _md, hr) \ argument
/linux/tools/include/linux/
H A Dbtf_ids.h51 #define __ID(prefix) \ argument
58 #define BTF_ID(prefix, name) \ argument
93 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ argument
96 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) \ argument
161 #define BTF_ID(prefix, name) argument
164 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 __maybe_unused name[1]; argument
165 #define BTF_ID_LIST_GLOBAL_SINGLE(name, prefix, typename) u32 __maybe_unused name[1]; argument
H A Dcompiler.h14 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
21 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
24 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
/linux/drivers/usb/gadget/function/
H A Df_mass_storage.h21 #define _FSG_MODULE_PARAM_ARRAY(prefix, params, name, type, desc) \ argument
27 #define _FSG_MODULE_PARAM(prefix, params, name, type, desc) \ argument
32 #define __FSG_MODULE_PARAMETERS(prefix, params) \ argument
50 #define FSG_MODULE_PARAMETERS(prefix, params) \ argument
56 #define FSG_MODULE_PARAMETERS(prefix, params) \ argument
/linux/drivers/net/ethernet/intel/ice/
H A Dice_osdep.h46 #define _ice_debug_array(hw, type, prefix, rowsize, groupsize, buf, len) \ argument
57 #define _ice_debug_array(hw, type, prefix, rowsize, groupsize, buf, len) \ argument
65 #define _ice_debug_array(hw, type, prefix, rowsize, groupsize, buf, len) \ argument
86 #define ice_debug_array_w_prefix(hw, type, prefix, buf, len) \ argument
/linux/arch/x86/entry/syscalls/
H A DMakefile14 prefix := macro
32 $(out)/unistd_32_ia32.h: prefix := ia32_ macro
46 $(out)/unistd_64_x32.h: prefix := x32_ macro
/linux/tools/testing/selftests/net/tcp_ao/
H A Dconnect-deny.c10 union tcp_addr in_addr, uint8_t prefix, in test_add_key_maclen()
33 union tcp_addr addr, uint8_t prefix, in try_accept()
167 const char *pwd, union tcp_addr addr, uint8_t prefix, in try_connect()
/linux/tools/perf/trace/beauty/
H A Dstatx.c17 const char *prefix = "AT_"; syscall_arg__scnprintf_statx_flags() local
47 const char *prefix = "STATX_"; syscall_arg__scnprintf_statx_mask() local
H A Dseccomp.c12 const char *prefix = "SECCOMP_SET_MODE_"; in syscall_arg__scnprintf_seccomp_op() local
37 const char *prefix = "SECCOMP_FILTER_FLAG_"; in syscall_arg__scnprintf_seccomp_flags() local
/linux/sound/soc/generic/
H A Dsimple-card-utils.c67 char *prefix, in simple_util_parse_convert()
110 char *prefix, in simple_util_parse_daifmt()
220 char *prefix) in simple_util_parse_card_name()
732 char *prefix) in simple_util_parse_routing()
750 char *prefix) in simple_util_parse_widgets()
769 char *prefix) in simple_util_parse_pin_switches()
784 int is_hp, char *prefix, in simple_util_init_jack()
838 int simple_util_init_aux_jacks(struct simple_util_priv *priv, char *prefix) in simple_util_init_aux_jacks()
/linux/net/netfilter/
H A Dnf_log_syslog.c114 const struct nf_loginfo *loginfo, const char *prefix, in nf_log_dump_packet_common()
139 const char *prefix) in nf_log_arp_packet()
838 const char *prefix) in nf_log_ip_packet()
873 const char *prefix) in nf_log_ip6_packet()
909 const char *prefix) in nf_log_unknown_packet()
935 const char *prefix) in nf_log_netdev_packet()
/linux/drivers/regulator/
H A Dmc13xxx.h55 #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
/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c168 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
/linux/arch/riscv/include/asm/
H A Dsyscall_wrapper.h17 #define __SYSCALL_SE_DEFINEx(x, prefix, name, ...) \ argument
31 #define __SYSCALL_SE_DEFINEx(x, prefix, name, ...) \ argument
/linux/arch/powerpc/include/asm/
H A Dbitops.h65 #define DEFINE_BITOP(fn, op, prefix) \ argument
96 #define DEFINE_CLROP(fn, prefix) \ argument
151 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument
/linux/drivers/gpu/drm/
H A Ddrm_print.c183 const void *origin, const char *prefix, in __drm_dev_vprintk()
241 const char *prefix = p->prefix ?: ""; in __drm_printfn_line() local
404 void drm_print_hex_dump(struct drm_printer *p, const char *prefix, in drm_print_hex_dump()
/linux/fs/squashfs/
H A Dxattr.c58 const char *prefix = handler->prefix ?: handler->name; in squashfs_listxattr() local
125 int type, prefix, name_size; in squashfs_xattr_get() local
/linux/drivers/edac/
H A Dedac_mc.h48 #define edac_printk(level, prefix, fmt, arg...) \ argument
54 #define edac_mc_chipset_printk(mci, level, prefix, fmt, arg...) \ argument
/linux/drivers/net/wireless/ti/wlcore/
H A Ddebug.h78 #define wl1271_dump(level, prefix, buf, len) \ argument
88 #define wl1271_dump_ascii(level, prefix, buf, len) \ argument
/linux/tools/bpf/bpftool/
H A Dpids.c24 void emit_obj_refs_plain(struct hashmap *map, __u32 id, const char *prefix) {} in emit_obj_refs_plain()
235 void emit_obj_refs_plain(struct hashmap *map, __u32 id, const char *prefix) in emit_obj_refs_plain()
/linux/fs/xfs/
H A Dxfs_xattr.c223 char *prefix, in __xfs_xattr_put_listent()
264 char *prefix; in xfs_xattr_put_listent() local

12345678910>>...14