Searched refs:coldboot_action_t (Results 1 – 3 of 3) sorted by relevance
23 enum coldboot_action_t { enum47 typedef std::function<coldboot_action_t(struct uevent* uevent)> coldboot_callback;48 extern coldboot_action_t handle_device_fd(coldboot_callback fn = nullptr);
54 virtual coldboot_action_t ColdbootCallback(uevent* uevent);86 coldboot_action_t ColdbootCallback(uevent* uevent) override;168 device_init(("/sys" + dm_path).c_str(), [&dm_path](uevent* uevent) -> coldboot_action_t { in InitRequiredDevices()175 [this](uevent* uevent) -> coldboot_action_t { return ColdbootCallback(uevent); }); in InitRequiredDevices()180 coldboot_action_t FirstStageMount::ColdbootCallback(uevent* uevent) { in ColdbootCallback()215 device_init(syspath.c_str(), [&](uevent* uevent) -> coldboot_action_t { in InitVerityDevice()348 coldboot_action_t FirstStageMountVBootV2::ColdbootCallback(uevent* uevent) { in ColdbootCallback()351 coldboot_action_t parent_callback_ret = FirstStageMount::ColdbootCallback(uevent); in ColdbootCallback()
918 static bool inline should_stop_coldboot(coldboot_action_t act) in should_stop_coldboot()925 static inline coldboot_action_t handle_device_fd_with( in handle_device_fd_with()926 std::function<coldboot_action_t(uevent* uevent)> handle_uevent) in handle_device_fd_with()939 coldboot_action_t act = handle_uevent(&uevent); in handle_device_fd_with()947 coldboot_action_t handle_device_fd(coldboot_callback fn) in handle_device_fd()949 coldboot_action_t ret = handle_device_fd_with( in handle_device_fd()950 [&](uevent* uevent) -> coldboot_action_t { in handle_device_fd()961 coldboot_action_t act = COLDBOOT_CREATE; in handle_device_fd()986 static coldboot_action_t do_coldboot(DIR *d, coldboot_callback fn) in do_coldboot()990 coldboot_action_t act = COLDBOOT_CONTINUE; in do_coldboot()[all …]