Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libabr/src/
Dc_staticlib.rs90 pub struct AbrOps { struct
98 /// `AbrOpsSafe` wraps a reference to `AbrOps` and is created by an unsafe constructor that argument
181 abr_ops: *const AbrOps, in AbrGetBootSlot()
223 abr_ops: *const AbrOps, in AbrMarkSlotActive()
246 abr_ops: *const AbrOps, in AbrGetSlotLastMarkedActive()
265 abr_ops: *const AbrOps, in AbrMarkSlotUnbootable()
288 abr_ops: *const AbrOps, in AbrMarkSlotSuccessful()
344 abr_ops: *const AbrOps, in AbrGetSlotInfo()
368 pub unsafe extern "C" fn AbrSetOneShotRecovery(abr_ops: *const AbrOps, enable: bool) -> c_uint { in AbrSetOneShotRecovery()
384 pub unsafe extern "C" fn AbrSetOneShotBootloader(abr_ops: *const AbrOps, enable: bool) -> c_uint { in AbrSetOneShotBootloader()
[all …]