Home
last modified time | relevance | path

Searched refs:stringify (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/rust/kernel/
Dbuild_assert.rs76 $crate::build_error(concat!("assertion failed: ", stringify!($cond)));
Dstd_vendor.rs157 ::core::file!(), ::core::line!(), ::core::stringify!($val), &tmp);
Dkunit.rs61 static CONDITION: &'static $crate::str::CStr = $crate::c_str!(stringify!($condition));
/linux-6.6.21/rust/
Dcompiler_builtins.rs32 #[export_name = concat!("__rust", stringify!($ident))]
/linux-6.6.21/drivers/pinctrl/aspeed/
Dpinmux-aspeed.h578 #define stringify(x) #x macro
579 #define istringify(x) stringify(x)
/linux-6.6.21/scripts/dtc/
Dutil.h29 #define stringify(s) stringify_(s) macro
Ddtc.c90 …"\n\tBlob version to produce, defaults to "stringify(DEFAULT_FDT_VERSION)" (for dtb and asm output…
/linux-6.6.21/scripts/gcc-plugins/
DMakefile31 -DPLUGIN_VERSION=$(call stringify,$(KERNELVERSION)) \
/linux-6.6.21/scripts/gdb/linux/
Dconstants.py.in27 /* We need to stringify expanded macros so that they can be parsed */
/linux-6.6.21/rust/macros/
Dquote.rs140 $v.push(::proc_macro::TokenTree::Ident(::proc_macro::Ident::new(stringify!($id), $span)));
/linux-6.6.21/scripts/
DMakefile.lib124 name-fix = $(call stringify,$(call name-fix-token,$1))
128 modfile_flags = -DKBUILD_MODFILE=$(call stringify,$(modfile))
DKbuild.include61 stringify = $(squote)$(quote)$1$(quote)$(squote)
/linux-6.6.21/rust/kernel/init/
Dmacros.rs601 stringify!($field),
956 stringify!($($rest)*),
/linux-6.6.21/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c41 void (*stringify)(struct qede_arfs_tuple *t, void *buffer); member
111 if (n->tuple.stringify) { in qede_configure_arfs_fltr()
114 n->tuple.stringify(&n->tuple, tuple_buffer); in qede_configure_arfs_fltr()
1547 t->stringify = qede_flow_stringify_ipv4_hdr; in qede_set_v4_tuple_to_profile()