Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 37) sorted by relevance

12

/bootable/libbootloader/gbl/libefi/src/
Dutils.rs31 pub fn new(efi_entry: &'a EfiEntry, timeout: Duration) -> Result<Self> { in new() method
88 pub fn new(efi_entry: &'a EfiEntry, timeout: Duration) -> Result<Self> { in new() method
Dprotocol.rs70 pub(crate) unsafe fn new( in new() method
Dallocation.rs144 pub const fn new() -> Self { in new() method
Dlib.rs655 pub fn new(tpl: Tpl, cb: EventNotifyCallback<'e>) -> Self { in new() method
674 fn new( in new() method
742 fn new( in new() method
823 pub unsafe fn new( in new() method
871 pub fn new(handle: EfiHandle) -> Self { in new() method
884 pub(crate) fn new(handles: *mut EfiHandle, len: usize, efi_entry: &'a EfiEntry) -> Self { in new() method
/bootable/libbootloader/gbl/smoltcp/
Dheapless.rs37 pub fn new() -> Self { in new() method
84 pub fn new() -> Self { in new() method
/bootable/libbootloader/gbl/libgbl/src/
Ddigest.rs43 fn new(algorithm: Algorithm) -> Self; in new() method
Dimage_buffer.rs65 pub fn new(buffer: &mut [MaybeUninit<u8>]) -> ImageBuffer { in new() method
160 pub fn new(buf: Vec<u8>) -> Self { in new() method
Dlib.rs91 pub fn new(ops: &'a mut G) -> Self { in new() function
175 pub(crate) fn new(size: usize, alignment: usize) -> Self { in new() method
Ddecompress.rs45 fn new(data: &'a [u8]) -> Self { in new() method
/bootable/libbootloader/gbl/libefi_types/src/
Dlib.rs27 pub const fn new(data1: u32, data2: u16, data3: u16, data4: [u8; 8usize]) -> Self { in new() method
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs50 fn new(socket: &'c mut EfiTcpSocket<'a, 'b>) -> Self { in new() method
109 fn new(max_packet_size: usize, protocol: Protocol<'a, GblFastbootUsbProtocol>) -> Self { in new() method
Dnet.rs81 pub fn new( in new() method
519 fn new(efi_entry: &'a EfiEntry, timestamp: &'c AtomicU64) -> Result<Self> { in new() method
/bootable/libbootloader/gbl/libstorage/src/
Dram_block.rs41 pub fn new(block_size: u64, alignment: u64, storage: T) -> Self { in new() method
Dlib.rs212 pub fn new(mut io: T, scratch: S) -> Result<Self> { in new() method
540 fn new( in new() method
560 pub fn new(alignment: u64, size: u64) -> Self { in new() method
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dpin_fut_container.rs98 pub fn new(arr: &'a mut [Pin<&'a mut F>]) -> Self { in new() method
/bootable/libbootloader/gbl/libutils/src/
Dlib.rs73 pub fn new(buf: T) -> Self { in new() method
/bootable/libbootloader/gbl/libefi/src/protocol/
Ddevice_path.rs69 pub(crate) fn new(text: *mut u16, efi_entry: &'a EfiEntry) -> Self { in new() method
/bootable/libbootloader/gbl/libgbl/src/android_boot/
Dload.rs46 fn new(slot: u8) -> Result<Self, Error> { in new() method
108 fn new(buffer: &'a [u8]) -> Result<Self, Error> { in new() method
151 fn new(buffer: &[u8]) -> Result<Self, Error> { in new() method
199 fn new(buffer: &[u8]) -> Result<Self, Error> { in new() method
/bootable/libbootloader/gbl/libefi/mocks/
Dlib.rs88 pub fn new() -> Self { in new() method
/bootable/libbootloader/gbl/libbootparams/src/
Dentry.rs47 pub fn new(data: &'a str) -> Self { in new() method
Dbootconfig.rs39 pub fn new(buffer: &'a mut [u8]) -> Result<Self> { in new() method
Dcommandline.rs34 pub fn new(buffer: &'a mut [u8]) -> Result<Self> { in new() method
/bootable/libbootloader/gbl/libasync/src/
Dlib.rs112 pub fn new(threshold: u64) -> Self { in new() method
/bootable/libbootloader/gbl/libgbl/src/fuchsia_boot/
Dmod.rs473 fn new(number: usize, size: usize) -> Self { in new() method
517 pub fn new() -> ImageBuffersBuilder { in new() method
/bootable/libbootloader/gbl/libabr/src/
Dc_staticlib.rs135 unsafe fn new(ops: &'a AbrOps) -> Self { in new() method

12