Home
last modified time | relevance | path

Searched refs:IncompleteKernel (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/third_party/libzbi/src/
Dlib.rs333 Some(_) => Err(ZbiError::IncompleteKernel), in is_bootable()
1151 IncompleteKernel, enumerator
1173 ZbiError::IncompleteKernel => "Incomplete Kernel", in fmt()
2431 assert_eq!(container.is_bootable(), Err(ZbiError::IncompleteKernel)); in zbi_test_is_bootable_wrong_arch()
2446 assert_eq!(container.is_bootable(), Err(ZbiError::IncompleteKernel)); in zbi_test_is_bootable_not_first_item_fail()