Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dbl.c32 static uint32_t blVerifyOsImage(const uint8_t *addr, struct OsUpdateHdr **start, uint32_t *size);
236 static uint32_t blVerifyOsUpdate(struct OsUpdateHdr **start, uint32_t *size) in blVerifyOsUpdate()
300 static void blApplyVerifiedUpdate(const struct OsUpdateHdr *os) //only called if an update has been… in blApplyVerifiedUpdate()
308 static void blWriteMark(struct OsUpdateHdr *hdr, uint32_t mark) in blWriteMark()
317 struct OsUpdateHdr *hdr = (struct OsUpdateHdr *)__shared_start; in blUpdateMark()
325 static uint32_t blVerifyOsImage(const uint8_t *addr, struct OsUpdateHdr **start, uint32_t *size) in blVerifyOsImage()
328 struct OsUpdateHdr *hdr = (struct OsUpdateHdr*)addr; in blVerifyOsImage()
329 struct OsUpdateHdr cpy; in blVerifyOsImage()
603 const struct OsUpdateHdr *hdr = (const struct OsUpdateHdr*)data; in blLoader()
606 if (len < sizeof(struct OsUpdateHdr)) in blLoader()
[all …]
DappSec.c329 common.payInfoSize = sizeof(struct OsUpdateHdr); in appSecProcessIncomingHdr()
DnanohubCommand.c320 struct OsUpdateHdr *os = (struct OsUpdateHdr *)(&(app->hdr) + 1); in deferredUpdateOs()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h203 struct OsUpdateHdr { struct
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c605 struct OsUpdateHdr os = { in handleOs()
Dpostprocess_elf.c863 struct OsUpdateHdr os = { in handleOs()