Symbol: final
headers/private/kernel/disk_device_manager/KFileDiskDevice.h
21
class KFileDiskDevice final : public KDiskDevice {
src/add-ons/kernel/busses/pci/designware/DWPCIController.h
169
uint32& data) final;
src/add-ons/kernel/busses/pci/designware/DWPCIController.h
170
void FreeVectors(uint32 count, uint32 startVector) final;
src/add-ons/kernel/busses/pci/ecam/ECAMPCIController.h
140
status_t Finalize() final;
src/add-ons/kernel/busses/pci/ecam/ECAMPCIController.h
143
status_t ReadResourceInfo() final;
src/add-ons/kernel/busses/pci/ecam/ECAMPCIController.h
161
status_t Finalize() final;
src/add-ons/kernel/busses/pci/ecam/ECAMPCIController.h
164
status_t ReadResourceInfo() final;
src/add-ons/kernel/busses/pci/x86/X86PCIController.h
106
status_t InitDriverInt(device_node* node) final;
src/add-ons/kernel/busses/pci/x86/X86PCIController.h
110
uint16 offset, uint8 size, uint32 &value) final;
src/add-ons/kernel/busses/pci/x86/X86PCIController.h
114
uint16 offset, uint8 size, uint32 value) final;
src/add-ons/kernel/busses/pci/x86/X86PCIController.h
116
status_t GetMaxBusDevices(int32& count) final;
src/add-ons/kernel/busses/pci/x86/X86PCIController.h
118
status_t GetRange(uint32 index, pci_resource_range* range) final;
src/add-ons/kernel/busses/pci/x86/X86PCIController.h
44
virtual status_t Finalize() final;
src/add-ons/kernel/busses/pci/x86/X86PCIController.h
88
status_t InitDriverInt(device_node* node) final;
src/add-ons/kernel/busses/pci/x86/X86PCIController.h
92
uint16 offset, uint8 size, uint32 &value) final;
src/add-ons/kernel/busses/pci/x86/X86PCIController.h
96
uint16 offset, uint8 size, uint32 value) final;
src/add-ons/kernel/busses/pci/x86/X86PCIController.h
98
status_t GetMaxBusDevices(int32& count) final;
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingDirectory.h
59
class RootDirectory final : public UnpackingDirectory {
src/add-ons/kernel/file_systems/packagefs/nodes/UnpackingLeafNode.h
14
class UnpackingLeafNode final : public Node, public UnpackingNode {
src/add-ons/kernel/file_systems/packagefs/package/PackageDirectory.h
14
class PackageDirectory final : public PackageNode,
src/add-ons/kernel/file_systems/packagefs/package/PackageFile.h
13
class PackageFile final : public PackageLeafNode {
src/add-ons/kernel/file_systems/packagefs/package/PackageNodeAttribute.h
19
class PackageNodeAttribute final
src/add-ons/kernel/file_systems/packagefs/package/PackageSymlink.h
12
class PackageSymlink final : public PackageLeafNode {
src/add-ons/kernel/network/protocols/ipv6/jenkins.h
179
final(a,b,c);
src/add-ons/kernel/network/protocols/unix/UnixDatagramEndpoint.h
17
class UnixDatagramEndpoint final : public UnixEndpoint, public BReferenceable {
src/add-ons/kernel/network/protocols/unix/UnixFifo.h
109
class UnixFifo final : public BReferenceable {
src/add-ons/kernel/network/protocols/unix/UnixStreamEndpoint.h
33
class UnixStreamEndpoint final : public UnixEndpoint, public BReferenceable {
src/apps/showimage/ShowImageView.h
160
void _UpdateSelectionRect(BPoint point, bool final);
src/system/kernel/arch/arm/paging/ARMVMTranslationMap.h
30
virtual bool Lock() final;
src/system/kernel/arch/arm/paging/ARMVMTranslationMap.h
31
virtual void Unlock() final;
src/system/kernel/arch/arm/paging/ARMVMTranslationMap.h
33
virtual addr_t MappedSize() const final;
src/system/kernel/arch/arm/paging/ARMVMTranslationMap.h
35
virtual void Flush() final;
src/system/kernel/arch/x86/paging/32bit/X86PagingMethod32Bit.h
18
class X86PagingMethod32Bit final : public X86PagingMethod {
src/system/kernel/arch/x86/paging/32bit/X86PagingStructures32Bit.h
13
struct X86PagingStructures32Bit final : X86PagingStructures {
src/system/kernel/arch/x86/paging/32bit/X86VMTranslationMap32Bit.h
15
struct X86VMTranslationMap32Bit final : X86VMTranslationMap {
src/system/kernel/arch/x86/paging/64bit/X86PagingMethod64Bit.h
28
class X86PagingMethod64Bit final : public X86PagingMethod {
src/system/kernel/arch/x86/paging/64bit/X86PagingStructures64Bit.h
13
struct X86PagingStructures64Bit final : X86PagingStructures {
src/system/kernel/arch/x86/paging/64bit/X86VMTranslationMap64Bit.h
16
struct X86VMTranslationMap64Bit final : X86VMTranslationMap {
src/system/kernel/arch/x86/paging/X86VMTranslationMap.h
25
virtual bool Lock() final;
src/system/kernel/arch/x86/paging/X86VMTranslationMap.h
26
virtual void Unlock() final;
src/system/kernel/arch/x86/paging/X86VMTranslationMap.h
28
virtual addr_t MappedSize() const final;
src/system/kernel/arch/x86/paging/X86VMTranslationMap.h
30
virtual void Flush() final;
src/system/kernel/arch/x86/paging/pae/X86PagingMethodPAE.h
26
class X86PagingMethodPAE final : public X86PagingMethod {
src/system/kernel/arch/x86/paging/pae/X86VMTranslationMapPAE.h
18
struct X86VMTranslationMapPAE final : X86VMTranslationMap {
src/system/kernel/arch/x86/paging/x86_physical_page_mapper.h
52
class X86PhysicalPageMapper final : public VMPhysicalPageMapper {
src/system/kernel/cache/vnode_store.h
16
class VMVnodeCache final : public VMCache {
src/system/kernel/device_manager/IOSchedulerRoster.h
28
class IOSchedulerRoster final {
src/system/kernel/slab/HashedObjectCache.h
22
struct HashedObjectCache final : ObjectCache {
src/system/kernel/slab/SmallObjectCache.h
14
struct SmallObjectCache final : ObjectCache {
src/system/kernel/vm/VMAnonymousCache.h
33
class VMAnonymousCache final : public VMCache {
src/system/kernel/vm/VMDeviceCache.h
16
class VMDeviceCache final : public VMCache {
src/system/kernel/vm/VMKernelAddressSpace.h
17
struct VMKernelAddressSpace final : VMAddressSpace {
src/system/kernel/vm/VMKernelArea.h
112
struct VMKernelArea final : VMArea, AVLTreeNode {
src/system/kernel/vm/VMNullCache.h
16
class VMNullCache final : public VMCache {
src/system/kernel/vm/VMUserAddressSpace.h
14
struct VMUserAddressSpace final : VMAddressSpace {