Searched full:boxed (Results 1 – 12 of 12) sorted by relevance
318 let boxed = KBox::new(Opaque::<bindings::auxiliary_device>::zeroed(), GFP_KERNEL)?; in new() localVariable319 let adev = boxed.get(); in new()336 let _ = KBox::into_raw(boxed); in new()
560 let boxed: Option<Token![box]> = input.parse()?; in field_pat() localVariable564 let member = if boxed.is_some() || by_ref.is_some() || mutability.is_some() { in field_pat()570 if boxed.is_none() && by_ref.is_none() && mutability.is_none() && input.peek(Token![:]) in field_pat()586 let pat = if boxed.is_some() { in field_pat()
108 /// -> ::std::pin::Pin<::std::boxed::Box<dyn ::std::future::Future<Output = #ret>>>
4 use alloc::{boxed::Box, sync::Arc};
261 #![cfg_attr(not(kernel), doc = "[`Box<T>`]: alloc::alloc::boxed::Box")]1055 #[cfg_attr(not(kernel), doc = "[`Box<T>`]: alloc::alloc::boxed::Box")]1154 #[cfg_attr(not(kernel), doc = "[`Box<T>`]: alloc::alloc::boxed::Box")]
169 /* Allow forced onlining of boxed devices. */
46 Can be 'good' or 'boxed'; 'no path' or 'no device' for
71 /// /// Allocates a new boxed `Example`.
248 [`Box<T>`]: https://doc.rust-lang.org/stable/alloc/boxed/struct.Box.html
347 CIO_MSG_EVENT(0, "Boxed device %04x on subchannel %04x\n", in ccw_device_done()693 * Handle path verification event in boxed state.
325 /// // Allocate a boxed slice of 10 `Example`s.
1259 is needed. MBa8MPxL mainboard can be used as starterkit or in a boxed