Lines Matching refs:entry
143 l->seqnum = le64toh(o->entry.seqnum);
145 l->realtime = le64toh(o->entry.realtime);
146 l->monotonic = le64toh(o->entry.monotonic);
147 l->boot_id = o->entry.boot_id;
148 l->xor_hash = le64toh(o->entry.xor_hash);
163 /* Let f know its candidate entry was picked. */
551 /* Always jump to the next matching entry and repeat
746 /* If we have a match then we look for the next matching entry
775 * candidate entry. */
793 /* OK, we found the spot, now let's advance until an entry
933 sd_id128_to_string(o->entry.boot_id, bid);
937 sid, le64toh(o->entry.seqnum),
938 bid, le64toh(o->entry.monotonic),
939 le64toh(o->entry.realtime),
940 le64toh(o->entry.xor_hash)) < 0)
1095 if (ll != le64toh(o->entry.seqnum))
1103 if (!sd_id128_equal(id, o->entry.boot_id))
1110 if (ll != le64toh(o->entry.monotonic))
1117 if (ll != le64toh(o->entry.realtime))
1124 if (ll != le64toh(o->entry.xor_hash))
1838 *ret = le64toh(o->entry.realtime);
1863 *ret_boot_id = o->entry.boot_id;
1869 if (!sd_id128_equal(id, o->entry.boot_id))
1874 *ret = le64toh(o->entry.monotonic);
1941 p = le64toh(o->entry.items[i].object_offset);
1942 le_hash = o->entry.items[i].hash;
2068 p = le64toh(o->entry.items[j->current_field].object_offset);
2069 le_hash = o->entry.items[j->current_field].hash;