Home
last modified time | relevance | path

Searched defs:T (Results 1 – 15 of 15) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dbuffer_pool.rs39 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()
Dpin_fut_container.rs77 impl<'a, F: Future<Output = ()> + 'a, T: PinFutContainer<'a>> PinFutContainerTyped<'a, F> for T { implementation
Dsparse.rs261 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()
Dmod.rs258 disks: &'a [GblDisk<Disk<B, S>, Gpt<T>>], in new()
/bootable/libbootloader/gbl/libgbl/src/
Dimage_buffer.rs45 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()
Dpartition.rs267 ) -> Result<GptBuilder<RefMut<'_, Disk<B, S>>, RefMut<'_, Gpt<T>>>, Error> { in gpt_builder()
/bootable/libbootloader/gbl/libfastboot/src/
Dlocal_session.rs28 impl<T: LocalSession> Transport for T { implementation
/bootable/libbootloader/gbl/libstorage/src/
Dlib.rs113 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/
Dlib.rs203 Self: Rem<T, Output = Self>, in round_down()
212 Self: Add<T, Output = Self>, in round_up()
/bootable/libbootloader/gbl/smoltcp/
Dheapless.rs45 pub fn push(&mut self, item: T) -> Result<(), T> { in push() argument
/bootable/libbootloader/gbl/libefi/src/protocol/
Dsimple_network.rs211 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/
Dops.rs68 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/
Dc_staticlib.rs226 fn unpack_result<T: Into<O>, O>(res: Result<T>, val: &mut O) -> c_uint { in unpack_result() argument
/bootable/libbootloader/gbl/libfdt/src/
Dlib.rs232 pub fn new_from_init(mut fdt: T, init: &[u8]) -> Result<Self> { in new_from_init()
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs286 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