Home
last modified time | relevance | path

Searched refs:ident (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/linux/rust/kernel/init/
H A Dmacros.rs533 @args($($pinned_drop:ident)?),
536 $vis:vis struct $name:ident
585 @name($name:ident),
590 @fields_munch($field:ident : $($($(::)?core::)?marker::)?PhantomPinned, $($rest:tt)*),
597 @pinned_drop($($pinned_drop:ident)?),
623 @name($name:ident),
628 @fields_munch($field:ident : $type:ty, $($rest:tt)*),
635 @pinned_drop($($pinned_drop:ident)?),
656 @name($name:ident),
661 @fields_munch($field:ident : $type:ty, $($rest:tt)*),
[all …]
/openbmc/linux/rust/macros/
H A Dquote.rs52 (@proc $v:ident $span:ident) => {};
53 (@proc $v:ident $span:ident #$id:ident $($tt:tt)*) => {
59 (@proc $v:ident $span:ident #(#$id:ident)* $($tt:tt)*) => {
67 (@proc $v:ident $span:ident ( $($inner:tt)* ) $($tt:tt)*) => {
76 (@proc $v:ident $span:ident [ $($inner:tt)* ] $($tt:tt)*) => {
85 (@proc $v:ident $span:ident { $($inner:tt)* } $($tt:tt)*) => {
94 (@proc $v:ident $span:ident :: $($tt:tt)*) => {
103 (@proc $v:ident $span:ident : $($tt:tt)*) => {
109 (@proc $v:ident $span:ident , $($tt:tt)*) => {
115 (@proc $v:ident $span:ident @ $($tt:tt)*) => {
[all …]
H A Dvtable.rs14 TokenTree::Ident(ident) => match ident.to_string().as_str() { in vtable()
34 TokenTree::Ident(ident) if ident.to_string() == "fn" => { in vtable()
36 Some(TokenTree::Ident(ident)) => ident.to_string(), in vtable()
42 TokenTree::Ident(ident) if ident.to_string() == "const" => { in vtable()
44 Some(TokenTree::Ident(ident)) => ident.to_string(), in vtable()
H A Dpaste.rs13 Some(TokenTree::Ident(ident)) => { in concat()
14 let mut value = ident.to_string(); in concat()
18 segments.push((value, ident.span())); in concat()
21 let Some(TokenTree::Ident(ident)) = tokens.next() else { in concat()
26 match ident.to_string().as_str() { in concat()
H A Dconcat_idents.rs8 if let Some(TokenTree::Ident(ident)) = it.next() { in expect_ident()
9 ident in expect_ident()
/openbmc/qemu/rust/qemu-api/src/
H A Ddevice_class.rs11 …($func:ident, props => $props:ident, realize_fn => $realize_fn:expr, legacy_reset_fn => $legacy_re…
30 ($name:expr, $state:ty, $field:ident, $prop:expr, $type:expr, default = $defval:expr$(,)*) => {
41 ($name:expr, $state:ty, $field:ident, $prop:expr, $type:expr$(,)*) => {
55 ($ident:ident, $($prop:expr),*$(,)*) => {
56 pub static $ident: [$crate::bindings::Property; {
H A Dvmstate.rs55 …($field_name:ident, $struct_name:ty, $field_exists_fn:expr, $version_id:expr, $info:expr, $size:ex…
80 ($field_name:ident, $struct_name:ty, $version_id:expr, $info:expr, $size:expr) => {{
88 ($field_name:ident, $struct_name:ty, $version_id:expr) => {{
102 ($field_name:ident, $struct_name:ty) => {{
110 ($field_name:ident, $struct_name:ty, $version_id:expr) => {{
124 ($field_name:ident, $struct_name:ty) => {{
132 … ($field_name:ident, $struct_name:ty, $length:expr, $version_id:expr, $info:expr, $size:expr) => {{
157 ($field_name:ident, $struct_name:ty, $length:expr, $version_id:expr) => {{
172 ($field_name:ident, $struct_name:ty, $length:expr) => {{
180 ($field_name:ident, $struct_name:ty, $version_id:expr, $vmsd:expr, $type:ty) => {{
[all …]
H A Doffset_of.rs11 ($Container:ty, $field:ident) => {
28 struct $StructName:ident {
32 $field_name:ident : $field_ty:ty
72 @struct $StructName:ident
78 @struct $StructName:ident
79 @names [$field_name:ident $($other_names:tt)*]
H A Ddefinitions.rs32 ($type:ident => $body:block) => {
61 ($type:ident => unsafe $body:block) => {
/openbmc/qemu/subprojects/
H A Dunicode-ident-1-rs.wrap2 directory = unicode-ident-1.0.12
3 source_url = https://crates.io/api/v1/crates/unicode-ident/1.0.12/download
4 source_filename = unicode-ident-1.0.12.tar.gz
7 patch_directory = unicode-ident-1-rs
/openbmc/linux/rust/
H A Dcompiler_builtins.rs29 ($reason: tt, { $($ident: ident, )* }) => {
32 #[export_name = concat!("__rust", stringify!($ident))]
33 pub extern "C" fn $ident() {
/openbmc/linux/rust/kernel/
H A Dinit.rs273 (let $var:ident $(: $t:ty)? = $val:expr) => {
349 (let $var:ident $(: $t:ty)? = $val:expr) => {
354 (let $var:ident $(: $t:ty)? =? $val:expr) => {
557 ($(&$this:ident in)? $t:ident $(::<$($generics:ty),* $(,)?>)? {
614 ($(&$this:ident in)? $t:ident $(::<$($generics:ty),* $(,)?>)? {
628 ($(&$this:ident in)? $t:ident $(::<$($generics:ty),* $(,)?>)? {
663 ($(&$this:ident i
[all...]
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dlib.rs30 input.ident.span(), in is_c_repr()
38 let name = input.ident; in derive_object()
58 input.ident.span(), in get_fields()
64 input.ident.span(), in get_fields()
73 let name = &input.ident; in derive_offsets_or_error()
75 let field_names: Vec<&Ident> = fields.iter().map(|f| f.ident.as_ref().unwrap()).collect(); in derive_offsets_or_error()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmultilib_header.bbclass27 ident=n32
30 ident=${SITEINFO_BITS}
34 *) ident=${SITEINFO_BITS}
42 # if mips64/n32 set ident to n32
43 mv ${D}/${includedir}/$each_header ${D}/${includedir}/${stem}-${ident}.h
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dset_required_questions.py20 (fname, ident) = coord.split(".")
21 yield fname, ident
59 (label, ident) = l.split(":")
60 if ident.strip() == the_ident:
/openbmc/qemu/tests/qapi-schema/
H A Dbad-ident.err1 bad-ident.json: In struct '*oops':
2 bad-ident.json:2: struct has an invalid name
/openbmc/qemu/subprojects/packagefiles/unicode-ident-1-rs/
H A Dmeson.build1 project('unicode-ident-1-rs', 'rust',
21 meson.override_dependency('unicode-ident-1-rs', unicode_ident_dep, native: true)
/openbmc/qemu/subprojects/unicode-ident-1-rs/
H A Dmeson.build1 project('unicode-ident-1-rs', 'rust',
20 meson.override_dependency('unicode-ident-1-rs', unicode_ident_dep, native: true)
/openbmc/qemu/subprojects/packagefiles/proc-macro2-1-rs/
H A Dmeson.build7 subproject('unicode-ident-1-rs', required: true)
9 unicode_ident_dep = dependency('unicode-ident-1-rs', native: true)
/openbmc/linux/rust/alloc/vec/
H A Dis_zero.rs79 ($first_arg:ident $(,$rest:ident)*) => {
128 ($($t:ident,)+) => {$(
/openbmc/qemu/subprojects/packagefiles/syn-2-rs/
H A Dmeson.build9 subproject('unicode-ident-1-rs', required: true)
13 unicode_ident_dep = dependency('unicode-ident-1-rs', native: true)
/openbmc/qemu/rust/
H A DCargo.lock88 "unicode-ident",
125 "unicode-ident",
129 name = "unicode-ident"
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dcss.py41 def escape(self, ident): argument
51 return self.api.escape(ident)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/libsmi/
H A D0001-Define-createIdentifierRef-prototype-in-yang-complex.patch32 +extern void createIdentifierRef(struct _YangNode *node, char* prefix, char* ident);
49 +extern void createIdentifierRef(struct _YangNode *node, char* prefix, char* ident);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/
H A D0001-corestripper-Fix-uninitialized-warning.patch41 strlen(dd->ident) + 1;
49 if (dd->ident) {

1234