| /bootable/libbootloader/gbl/libgbl/src/fastboot/ |
| D | buffer_pool.rs | 39 impl<B, T> BufferPool for T implementation 57 pub(crate) fn allocate(&self) -> Option<ScopedBuffer<T>> { in allocate() 62 pub(crate) async fn allocate_async(&self) -> ScopedBuffer<T> { in allocate_async()
|
| D | pin_fut_container.rs | 77 impl<'a, F: Future<Output = ()> + 'a, T: PinFutContainer<'a>> PinFutContainerTyped<'a, F> for T { implementation
|
| D | sparse.rs | 261 fn copy_from<T: IntoBytes + FromBytes + Default>(bytes: &[u8]) -> Result<T, Error> { in copy_from() 334 fn copy_to<T: Immutable + IntoBytes + FromBytes>(val: &T, bytes: &mut [u8]) { in copy_to()
|
| D | mod.rs | 258 disks: &'a [GblDisk<Disk<B, S>, Gpt<T>>], in new()
|
| /bootable/libbootloader/gbl/libgbl/src/ |
| D | image_buffer.rs | 45 unsafe fn slice_assume_init_mut<T>(slice: &mut [MaybeUninit<T>]) -> &mut [T] { in slice_assume_init_mut() 58 unsafe fn slice_assume_init_ref<T>(slice: &[MaybeUninit<T>]) -> &[T] { in slice_assume_init_ref() 168 fn slice_assume_not_init_mut<T>(slice: &mut [T]) -> &mut [MaybeUninit<T>] { in slice_assume_not_init_mut()
|
| D | partition.rs | 267 ) -> Result<GptBuilder<RefMut<'_, Disk<B, S>>, RefMut<'_, Gpt<T>>>, Error> { in gpt_builder()
|
| /bootable/libbootloader/gbl/libfastboot/src/ |
| D | local_session.rs | 28 impl<T: LocalSession> Transport for T { implementation
|
| /bootable/libbootloader/gbl/libstorage/src/ |
| D | lib.rs | 113 unsafe impl<T: DerefMut> BlockIo for T implementation 165 pub fn is_buffer_aligned<T>(buffer: &[T], alignment: u64) -> Result<bool> { in is_buffer_aligned() 212 pub fn new(mut io: T, scratch: S) -> Result<Self> { in new() 241 pub fn as_borrowed(&mut self) -> Disk<&mut T, &mut [u8]> { in as_borrowed() 251 pub fn io(&mut self) -> &mut T { in io() 425 pub fn from_ref_mut(val: RefMut<'a, Disk<T, impl DerefMut<Target = [u8]>>>) -> Self { in from_ref_mut()
|
| /bootable/libbootloader/gbl/libsafemath/src/ |
| D | lib.rs | 203 Self: Rem<T, Output = Self>, in round_down() 212 Self: Add<T, Output = Self>, in round_up()
|
| /bootable/libbootloader/gbl/smoltcp/ |
| D | heapless.rs | 45 pub fn push(&mut self, item: T) -> Result<(), T> { in push() argument
|
| /bootable/libbootloader/gbl/libefi/src/protocol/ |
| D | simple_network.rs | 211 fn option_ref_mut_to_pointer<T>(option: Option<&mut T>) -> *mut T { in option_ref_mut_to_pointer()
|
| /bootable/libbootloader/gbl/libgbl/src/gbl_avb/ |
| D | ops.rs | 68 gbl_ops: &'a mut T, in new() 414 value: T, in fallback_not_implemented() 415 ) -> IoResult<T> { in fallback_not_implemented()
|
| /bootable/libbootloader/gbl/libabr/src/ |
| D | c_staticlib.rs | 226 fn unpack_result<T: Into<O>, O>(res: Result<T>, val: &mut O) -> c_uint { in unpack_result() argument
|
| /bootable/libbootloader/gbl/libfdt/src/ |
| D | lib.rs | 232 pub fn new_from_init(mut fdt: T, init: &[u8]) -> Result<Self> { in new_from_init()
|
| /bootable/libbootloader/gbl/libefi/src/ |
| D | lib.rs | 286 pub fn open_protocol<T: ProtocolInfo>(&self, handle: DeviceHandle) -> Result<Protocol<'a, T>> { in open_protocol() argument 344 pub fn find_first_and_open<T: ProtocolInfo>(&self) -> Result<Protocol<'a, T>> { in find_first_and_open() argument
|