Home
last modified time | relevance | path

Searched refs:Box (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/linux/rust/alloc/
H A Dboxed.rs199 pub struct Box< struct
204 impl<T> Box<T> { impl
221 Box::new(x) in new()
246 pub fn new_uninit() -> Box<mem::MaybeUninit<T>> { in new_uninit()
272 pub fn new_zeroed() -> Box<mem::MaybeUninit<T>> { in new_zeroed()
287 pub fn pin(x: T) -> Pin<Box<T>> { in pin()
288 Box::new(x).into() in pin()
333 pub fn try_new_uninit() -> Result<Box<mem::MaybeUninit<T>>, AllocError> { in try_new_uninit()
334 Box::try_new_uninit_in(Global) in try_new_uninit()
359 pub fn try_new_zeroed() -> Result<Box<mem::MaybeUninit<T>>, AllocError> { in try_new_zeroed()
[all …]
H A Dslice.rs32 use crate::boxed::Box;
96 use crate::boxed::Box;
102 pub fn into_vec<T, A: Allocator>(b: Box<[T], A>) -> Vec<T, A> { in into_vec()
105 let (b, alloc) = Box::into_raw_with_allocator(b); in into_vec()
463 pub fn into_vec<A: Allocator>(self: Box<Self, A>) -> Vec<T, A> { in into_vec()
H A Draw_vec.rs15 use crate::boxed::Box;
162 pub unsafe fn into_box(self, len: usize) -> Box<[MaybeUninit<T>], A> { in into_box()
172 Box::from_raw_in(slice, ptr::read(&me.alloc)) in into_box()
/openbmc/linux/drivers/virt/vboxguest/
H A DKconfig3 tristate "Virtual Box Guest integration support"
6 This is a driver for the Virtual Box Guest PCI device used in
7 Virtual Box virtual machines. Enabling this driver will add
8 support for Virtual Box Guest integration features such as
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intel_sdsi4 Contact: "David E. Box" <david.e.box@linux.intel.com>
33 Contact: "David E. Box" <david.e.box@linux.intel.com>
43 Contact: "David E. Box" <david.e.box@linux.intel.com>
54 Contact: "David E. Box" <david.e.box@linux.intel.com>
63 Contact: "David E. Box" <david.e.box@linux.intel.com>
75 Contact: "David E. Box" <david.e.box@linux.intel.com>
85 Contact: "David E. Box" <david.e.box@linux.intel.com>
H A Dsysfs-class-intel_pmt4 Contact: David Box <david.e.box@linux.intel.com>
13 Contact: David Box <david.e.box@linux.intel.com>
26 Contact: David Box <david.e.box@linux.intel.com>
34 Contact: David Box <david.e.box@linux.intel.com>
43 Contact: David Box <david.e.box@linux.intel.com>
51 Contact: David Box <david.e.box@linux.intel.com>
72 Contact: David Box <david.e.box@linux.intel.com>
H A Dsysfs-platform-brcmstb-gisb-arb7 Broadcom Set Top Box internal GISB bus arbiter. Minimum value
/openbmc/linux/rust/kernel/
H A Dtypes.rs6 use alloc::boxed::Box;
51 impl<T: 'static> ForeignOwnable for Box<T> { implementation
55 Box::into_raw(self) as _ in into_foreign()
69 unsafe { Box::from_raw(ptr as _) } in from_foreign()
H A Dinit.rs217 use alloc::boxed::Box;
827 pub struct ChainPinInit<I, F, T: ?Sized, E>(I, F, __internal::Invariant<(E, Box<T>)>);
929 pub struct ChainInit<I, F, T: ?Sized, E>(I, F, __internal::Invariant<(E, Box<T>)>);
1155 impl<T> InPlaceInit<T> for Box<T> { implementation
1161 let mut this = Box::try_new_uninit()?; in try_pin_init()
1175 let mut this = Box::try_new_uninit()?; in try_init()
1320 {<T>} Option<Box<T>>,
H A Dprelude.rs18 pub use alloc::{boxed::Box, vec::Vec};
/openbmc/linux/rust/kernel/sync/
H A Darc.rs25 use alloc::boxed::Box;
173 let inner = Box::try_new(value)?; in try_new()
177 Ok(unsafe { Self::from_inner(Box::leak(inner).into()) }) in try_new()
305 unsafe { drop(Box::from_raw(self.ptr.as_ptr())) }; in drop()
529 let inner = Box::try_init::<AllocError>(try_init!(ArcInner { in try_new_uninit()
537 inner: unsafe { Arc::from_inner(Box::leak(inner).into()) }, in try_new_uninit()
/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A DKconfig3 tristate "Virtual Box Graphics Card"
12 Virtual Box virtual machines.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/deqp-runner/
H A D0001-deqp-runner-drop-zstd-support.patch131 fn parse_key_val<T, U>(s: &str) -> Result<(T, U), Box<dyn std::error::Error>>
152 - let reader: Box<dyn Read> = match path.extension().and_then(OsStr::to_str) {
153 - Some("zst") => Box::new(Decoder::new(file).unwrap()),
154 - _ => Box::new(file),
/openbmc/linux/rust/kernel/init/
H A D__internal.rs105 pub struct AllData<T: ?Sized>(PhantomData<fn(Box<T>) -> Box<T>>);
/openbmc/linux/rust/alloc/vec/
H A Dis_zero.rs5 use crate::boxed::Box;
113 unsafe impl<T: ?Sized> IsZero for Option<Box<T>> {
H A Dmod.rs73 use crate::boxed::Box;
1218 pub fn into_boxed_slice(mut self) -> Box<[T], A> { in into_boxed_slice()
3418 <[T]>::into_vec(Box::new(s))
3423 crate::slice::into_vec(Box::new(s))
3455 impl<T, A: Allocator> From<Box<[T], A>> for Vec<T, A> {
3465 fn from(s: Box<[T], A>) -> Self { in from()
3474 impl<T, A: Allocator> From<Vec<T, A>> for Box<[T], A> { implementation
/openbmc/linux/Documentation/admin-guide/media/
H A Dem28xx-cardlist.rst262 - Pixelview PlayTV Box 4 USB 2.0
294 - KWorld ATSC 315U HDTV TV Box
310 - Reddo DVB-C USB TV Box
H A Dopera-firmware.rst8 To extract the firmware for the Opera DVB-S1 USB-Box
H A Ddvb-usb-dibusb-mb-cardlist.rst37 * - TwinhanDTV USB-Ter USB1.1 / Magic Box I / HAMA USB1.1 DVB-T device
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drust-oe-selftest.patch99 let (tx, rx) = sync_channel::<Box<i32>>(0);
135 let (tx, rx) = channel::<Box<i32>>();
312 panic_any(Box::new(413u16) as Box<dyn Any + Send>);
/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp157a-iot-box.dts10 model = "Shiratech STM32MP157A IoT Box";
/openbmc/linux/drivers/mtd/nand/raw/brcmnand/
H A DKconfig7 originally designed for Set-Top Box but is used on various BCM7xxx,
/openbmc/linux/arch/x86/crypto/
H A DKconfig207 we can use the AES S-Box to simulate the SM4 S-Box to achieve the
229 we can use the AES S-Box to simulate the SM4 S-Box to achieve the
/openbmc/openbmc/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/
H A Ddocbook-xml-update-catalog.xml.patch160 -<public publicId="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
260 -<public publicId="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
338 -<public publicId="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
416 -<public publicId="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML"
/openbmc/linux/drivers/soc/bcm/
H A DKconfig39 Enables drivers for the Broadcom Set-Top Box (STB) series of chips.

123