Home | History | Annotate | Download | only in omap4xxx

Lines Matching defs:ftr

56 struct ftr {
60 static inline struct ftr * to_ftr(struct hdr *hdr)
62 return (struct ftr *)(((char *)(hdr + 1)) + hdr->size);
135 struct ftr *ftr = to_ftr(hdr);
136 memset(ftr->rear_guard, REAR_GUARD, REAR_GUARD_LEN);
144 struct ftr *ftr = to_ftr(hdr);
146 if (ftr->rear_guard[i] != REAR_GUARD) {
351 sizeof(struct ftr));
451 hdr = __real_realloc(hdr, sizeof(struct hdr) + size + sizeof(struct ftr));
466 hdr = __real_calloc(1, sizeof(struct hdr) + __size + sizeof(struct ftr));