| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_descriptions.h | 114 uptr chunk_begin; member in struct:__asan::ChunkAccess
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_descriptions.h | 113 uptr chunk_begin; member in struct:__asan::ChunkAccess
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dmu.c | 748 uint64_t chunk_end, chunk_begin, chunk_len; local 752 chunk_end = chunk_begin = offset + length; 754 /* move chunk_begin backwards to the beginning of this chunk */ 755 err = get_next_chunk(dn, &chunk_begin, offset); 758 ASSERT3U(chunk_begin, >=, offset); 759 ASSERT3U(chunk_begin, <=, chunk_end); 761 chunk_len = chunk_end - chunk_begin; 782 dmu_tx_hold_free(tx, dn->dn_object, chunk_begin, chunk_len); 802 dnode_free_range(dn, chunk_begin, chunk_len, tx);
|