Home
last modified time | relevance | path

Searched defs:bootconfig (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libbootparams/src/
Dlib.rs20 pub mod bootconfig; module
/bootable/libbootloader/gbl/libefi/src/protocol/
Dgbl_efi_os_configuration.rs285 let bootconfig = c"foo=bar\nbaz".to_bytes_with_nul(); in fixup_bootconfig_no_op() localVariable
361 let bootconfig = c"foo=bar\nbaz".to_bytes_with_nul(); in fixup_bootconfig_error() localVariable
394 let bootconfig = c"foo=bar\nbaz".to_bytes_with_nul(); in fixup_bootconfig_fixup_buffer_too_small() localVariable
/bootable/libbootloader/gbl/libgbl/src/android_boot/
Dload.rs967 let bootconfig = bootconfig.as_ref(); localVariable