HomeSort by relevance Sort by last modified time
    Searched defs:ftr (Results 1 - 2 of 2) sorted by null

  /device/samsung/tuna/recovery/
recovery_updater.c 86 struct crypt_mnt_ftr ftr; local
97 if (read(fd, &ftr, sizeof(ftr)) != sizeof(ftr)) {
102 if ((ftr.magic == CRYPT_MNT_MAGIC) && (ftr.fs_size == BAD_SIZE)) {
103 ftr.fs_size = GOOD_SIZE;
105 if (write(fd, &ftr, sizeof(ftr)) == sizeof(ftr)) {
    [all...]
  /hardware/ti/omap4xxx/
heaptracker.c 56 struct ftr { struct
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); local
136 memset(ftr->rear_guard, REAR_GUARD, REAR_GUARD_LEN);
144 struct ftr *ftr = to_ftr(hdr); local
146 if (ftr->rear_guard[i] != REAR_GUARD) {
351 sizeof(struct ftr));
    [all...]

Completed in 73 milliseconds