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

  /external/ppp/pppd/
tdb.c 179 u32 totalsize; (tailer)
490 /* update a record tailer (must hold allocation lock) */
496 /* Offset of tailer from record header */
505 tdb_off tailer_ofs, tailer; local
516 if (ofs_read(tdb, tailer_ofs, &tailer) == -1) {
517 printf("ERROR: failed to read tailer at %u\n", tailer_ofs);
521 if (tailer != rec.rec_len + sizeof(rec)) {
522 printf("ERROR: tailer does not match record! tailer=%u totalsize=%u\n",
523 (unsigned)tailer, (unsigned)(rec.rec_len + sizeof(rec)))
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 184 u32 totalsize; (tailer)
1882 u32 magic, tailer; local
2954 tdb_off_t tailer_ofs, tailer; local
    [all...]

Completed in 431 milliseconds