/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); variable in typeref:typename:const off_t 399 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); local in function:offtab_reset_write
|
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); variable in typeref:typename:const off_t 399 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); local in function:offtab_reset_write
|
vndcompress.c | 615 const uint64_t first_offset = offtab_get(&S->offtab, 0); local in function:compress_restart 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 in function:compress_restart 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
|