Searched refs:osSegmentGetData (Results 1 – 3 of 3) sorted by relevance
589 app = osSegmentGetData(storageSeg); in osAppSegmentCreate()849 app = osSegmentGetData(seg); in osExtAppFind()871 app = osSegmentGetData(it.seg); in osExtAppStopEraseApps()946 app = osSegmentGetData(it.seg); in osExtAppStartApps()959 app = osSegmentGetData(checkIt.seg); in osExtAppStartApps()
1618 if (le32toh(req->addr) <= (uint32_t)osSegmentGetData(it.seg)) { in halAppInfo()1619 …ret = processAppTags(osSegmentGetData(it.seg), osSegmentGetCrc(it.seg), osSegmentGetSize(it.seg), … in halAppInfo()
206 static inline struct AppHdr *osSegmentGetData(const struct Segment *seg) in osSegmentGetData() function