ladybird/Kernel/Storage/ATA
Brian Gianforcaro 02f684079c Kernel: Rename locker variables in BMIDEChannel so they aren't shadowed
This class already has variables named m_lock, and it's also strange
that locals are named with the `m_` prefix. So lets fix that to make
the code more readable.

Found by PVS-Studio.
2022-03-18 00:51:16 -07:00
..
AHCI.h Kernel/Storage: Move all ATA related code to a new subdirectory 2021-11-13 10:05:22 +01:00
AHCIController.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
AHCIController.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
AHCIPort.cpp Kernel: Make allocate_supervisor_physical_page OOM-fallible 2022-01-28 19:05:52 +02:00
AHCIPort.h Kernel: Remove unimplemented AHCIPort::is_hot_pluggable declaration 2022-01-28 19:05:52 +02:00
AHCIPortHandler.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
AHCIPortHandler.h Kernel/Storage: Move all ATA related code to a new subdirectory 2021-11-13 10:05:22 +01:00
ATA.h Kernel/Storage: Move all ATA related code to a new subdirectory 2021-11-13 10:05:22 +01:00
ATAController.h Kernel/Storage: Move all ATA related code to a new subdirectory 2021-11-13 10:05:22 +01:00
ATADevice.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
ATADevice.h Kernel: Make major and minor numbers to be DistinctNumerics 2021-12-23 23:02:39 +01:00
ATADiskDevice.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
ATADiskDevice.h Kernel: Make major and minor numbers to be DistinctNumerics 2021-12-23 23:02:39 +01:00
ATAPIDiscDevice.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
ATAPIDiscDevice.h Kernel: Make major and minor numbers to be DistinctNumerics 2021-12-23 23:02:39 +01:00
BMIDEChannel.cpp Kernel: Rename locker variables in BMIDEChannel so they aren't shadowed 2022-03-18 00:51:16 -07:00
BMIDEChannel.h Kernel/Storage: Move all ATA related code to a new subdirectory 2021-11-13 10:05:22 +01:00
IDEChannel.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
IDEChannel.h Kernel: Clarify IDEChannel function that switches current channel 2022-01-12 01:57:38 +01:00
IDEController.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
IDEController.h Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00
ISAIDEController.cpp Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00
ISAIDEController.h Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00
PCIIDEController.cpp Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00
PCIIDEController.h Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled 2022-03-02 18:41:54 +01:00