Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/sync/lock/
H A Dglobal.rs261 ::core::stringify!($name),
263 ::core::stringify!($name),
270 const NAME: &'static $crate::str::CStr = $crate::c_str!(::core::stringify!($name));
/linux-6.15/rust/kernel/
H A Dkunit.rs63 static CONDITION: &'static $crate::str::CStr = $crate::c_str!(stringify!($condition));
236 let name_u8 = ::core::stringify!($name).as_bytes();
242 ::core::stringify!($name),
H A Dstd_vendor.rs156 ::core::stringify!($val), &tmp);
H A Dbuild_assert.rs78 $crate::build_assert::build_error(concat!("assertion failed: ", stringify!($cond)));
H A Ddevice_id.rs160 "_", stringify!($table_name))
/linux-6.15/drivers/gpu/nova-core/
H A Dgpu.rs28 util::to_lowercase_bytes::<{ stringify!($variant).len() }>(
29 stringify!($variant)
/linux-6.15/rust/
H A Dcompiler_builtins.rs32 #[export_name = concat!("__rust", stringify!($ident))]
/linux-6.15/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h578 #define stringify(x) #x macro
579 #define istringify(x) stringify(x)
/linux-6.15/scripts/gcc-plugins/
H A DMakefile31 -DPLUGIN_VERSION=$(call stringify,$(KERNELVERSION)) \
/linux-6.15/scripts/dtc/
H A Dutil.h31 #define stringify(s) stringify_(s) macro
H A Ddtc.c91 …"\n\tBlob version to produce, defaults to "stringify(DEFAULT_FDT_VERSION)" (for dtb and asm output…
/linux-6.15/scripts/
H A DMakefile.lib104 name-fix = $(call stringify,$(call name-fix-token,$1))
108 modfile_flags = -DKBUILD_MODFILE=$(call stringify,$(modfile))
H A DKbuild.include61 stringify = $(squote)$(quote)$1$(quote)$(squote)
/linux-6.15/scripts/gdb/linux/
H A Dconstants.py.in27 /* We need to stringify expanded macros so that they can be parsed */
/linux-6.15/rust/macros/
H A Dquote.rs164 $v.push(::proc_macro::TokenTree::Ident(::proc_macro::Ident::new(stringify!($id), $span)));
/linux-6.15/rust/pin-init/src/
H A Dmacros.rs612 stringify!($field),
980 stringify!($($rest)*),
/linux-6.15/drivers/net/ethernet/qlogic/qede/
H A 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()