| /src/usr.bin/vndcompress/ |
| offtab.c | 305 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); 306 if (lseek(offtab->ot_fd, first_offset, SEEK_SET) == -1) { 308 first_offset); 402 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); 411 offtab->ot_window[0] = htobe64((uint64_t)first_offset); 414 if (lseek(offtab->ot_fd, first_offset, SEEK_SET) == -1) 303 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); local 399 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); local
|
| offtab.c | 305 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); 306 if (lseek(offtab->ot_fd, first_offset, SEEK_SET) == -1) { 308 first_offset); 402 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); 411 offtab->ot_window[0] = htobe64((uint64_t)first_offset); 414 if (lseek(offtab->ot_fd, first_offset, SEEK_SET) == -1) 303 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); local 399 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); local
|
| vndcompress.c | 615 const uint64_t first_offset = offtab_get(&S->offtab, 0); local 621 if (first_offset != expected) { 623 expected, first_offset); 630 uint64_t last_offset = first_offset;
|
| vndcompress.c | 615 const uint64_t first_offset = offtab_get(&S->offtab, 0); local 621 if (first_offset != expected) { 623 expected, first_offset); 630 uint64_t last_offset = first_offset;
|
| /src/usr.sbin/fstyp/ |
| hammer_disk.h | 392 hammer_off_t first_offset; /* zone-X offset only used by zone-3 */ member in struct:hammer_blockmap
|
| hammer_disk.h | 392 hammer_off_t first_offset; /* zone-X offset only used by zone-3 */ member in struct:hammer_blockmap
|