Searched defs:boot_control_module (Results 1 – 1 of 1) sorted by relevance
50 typedef struct boot_control_module { struct57 void (*init)(struct boot_control_module *module); argument64 unsigned (*getNumberSlots)(struct boot_control_module *module); argument76 unsigned (*getCurrentSlot)(struct boot_control_module *module); argument84 int (*markBootSuccessful)(struct boot_control_module *module); argument93 int (*setActiveBootSlot)(struct boot_control_module *module, unsigned slot); argument101 int (*setSlotAsUnbootable)(struct boot_control_module *module, unsigned slot); argument110 int (*isSlotBootable)(struct boot_control_module *module, unsigned slot); argument118 const char* (*getSuffix)(struct boot_control_module *module, unsigned slot); argument126 int (*isSlotMarkedSuccessful)(struct boot_control_module *module, unsigned slot); argument[all …]