Searched defs:uevent (Results 1 – 3 of 3) sorted by relevance
35 struct uevent { struct47 typedef std::function<coldboot_action_t(struct uevent* uevent)> coldboot_callback; argument
168 device_init(("/sys" + dm_path).c_str(), [&dm_path](uevent* uevent) -> coldboot_action_t { in InitRequiredDevices() argument175 [this](uevent* uevent) -> coldboot_action_t { return ColdbootCallback(uevent); }); in InitRequiredDevices() argument180 coldboot_action_t FirstStageMount::ColdbootCallback(uevent* uevent) { in ColdbootCallback() argument215 device_init(syspath.c_str(), [&](uevent* uevent) -> coldboot_action_t { in InitVerityDevice() argument348 coldboot_action_t FirstStageMountVBootV2::ColdbootCallback(uevent* uevent) { in ColdbootCallback() argument
421 static void parse_event(const char *msg, struct uevent *uevent) in parse_event()476 static char **get_character_device_symlinks(struct uevent *uevent) in get_character_device_symlinks()529 char** get_block_device_symlinks(struct uevent* uevent) { in get_block_device_symlinks()638 static void handle_platform_device_event(struct uevent *uevent) in handle_platform_device_event()648 static const char *parse_device_name(struct uevent *uevent, unsigned int len) in parse_device_name()674 static void handle_block_device_event(struct uevent *uevent) in handle_block_device_event()721 static void handle_generic_device_event(struct uevent *uevent) in handle_generic_device_event()820 static void handle_device_event(struct uevent *uevent) in handle_device_event()834 static void load_firmware(uevent* uevent, const std::string& root, in load_firmware() argument855 static void process_firmware_event(uevent* uevent) { in process_firmware_event() argument[all …]