Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/smoltcp/
Dheapless.rs37 pub fn new() -> Self { in new() method
84 pub fn new() -> Self { in new() method
/bootable/libbootloader/gbl/libefi/src/
Dprotocol.rs59 pub(crate) unsafe fn new( in new() method
97 pub const fn new(data1: u32, data2: u16, data3: u16, data4: [u8; 8usize]) -> Self { in new() method
Dlib.rs547 pub fn new(tpl: Tpl, cb: &'e mut dyn FnMut(EfiEvent)) -> Self { in new() method
563 fn new( in new() method
628 fn new( in new() method
679 pub(crate) fn new(handles: *mut EfiHandle, len: usize, efi_entry: &'a EfiEntry) -> Self { in new() method
/bootable/libbootloader/gbl/libgbl/src/
Ddigest.rs43 fn new(algorithm: Algorithm) -> Self; in new() method
Dops.rs159 pub fn new(ops: &'a mut T, scratch: &'b mut [u8]) -> GblResult<(Self, &'b mut [u8])> { in new() method
Dslots.rs288 pub fn new(intf: &'a dyn private::SlotGet) -> Self { in new() method
Dlib.rs574 pub fn new(ops: &'a mut G) -> Self { in new() function
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs42 fn new(socket: &'c mut EfiTcpSocket<'a, 'b>) -> Self { in new() method
72 fn new(max_packet_size: usize, protocol: &'b Protocol<'a, AndroidBootProtocol>) -> Self { in new() method
Davb.rs33 pub fn new( in new() method
Dutils.rs106 pub fn new(protocol: Protocol<'a, BlockIoProtocol>) -> Result<Self> { in new() method
Dnet.rs79 pub fn new( in new() method
/bootable/libbootloader/gbl/libefi/src/protocol/
Ddevice_path.rs72 pub(crate) fn new(text: *mut u16, efi_entry: &'a EfiEntry) -> Self { in new() method
/bootable/libbootloader/gbl/libstorage/src/
Dtestlib.rs55 pub fn new() -> Self { in new() method
89 pub fn new(block_size: u64, alignment: u64, data: Vec<u8>) -> Self { in new() method
296 pub fn new() -> Self { in new() method
Dlib.rs261 fn new(entry: GptEntry, block_size: u64) -> Self { in new() method
489 pub fn new(io: &'a mut dyn BlockIo, scratch: &'b mut [u8], max_gpt_entries: u64) -> Self { in new() method
912 fn new( in new() method
932 pub fn new(alignment: u64, size: u64) -> Self { in new() method
Dnon_blocking.rs243 fn new(buffer: &'a mut [u8]) -> Self { in new() method
375 pub fn new(io: BlockDeviceIo<'a>) -> Self { in new() method
/bootable/libbootloader/gbl/libgbl/tests/
Dintegration_tests.rs84 fn new(val: T) -> Self in new() method
/bootable/libbootloader/gbl/libbootconfig/src/
Dlib.rs50 pub fn new(buffer: &'a mut [u8]) -> Result<Self> { in new() method
/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs410 pub fn new( in new() method
454 fn new(transport: &'a mut dyn Transport) -> Self { in new() method
591 pub fn new(download_buffer: &'a mut [u8]) -> Self { in new() method
925 pub fn new(buf: T) -> Self { in new() method
1101 fn new() -> Self { in new() method
/bootable/libbootloader/gbl/libabr/src/
Dc_staticlib.rs112 unsafe fn new(ops: &'a AbrOps) -> Self { in new() method
/bootable/libbootloader/gbl/libfdt/src/
Dlib.rs157 pub fn new(init: T) -> Result<Self> { in new() method
/bootable/libbootloader/gbl/third_party/libzbi/src/
Dlib.rs216 pub fn new( in new() method
400 pub fn new(buffer: B) -> ZbiResult<Self> { in new() method
1215 pub fn new(buffer: &'a mut [u8]) -> TestZbiBuilder<'a> { in new() method
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs109 pub fn new(storage: &'a mut dyn AsMultiBlockDevices) -> Self { in new() method