Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/update_engine/
H A Drkbootloader.c268 static int readMisc(char *buf, int offset, int size) in readMisc() function
290 return readMisc(cmdline, MISC_OFFSET_CMDLINE, size); in readCmdMisc()
298 return readMisc((char *)info, MISC_OFFSET, sizeof(struct AvbABData)); in readABMisc()
314 …return readMisc((char *)out, BOOTLOADER_MESSAGE_OFFSET_IN_MISC, sizeof(struct bootloader_message)); in get_bootloader_message()
464 return readMisc(cmdline, MISC_OFFSET_CUSTOM, size); in readCustomMisc()