mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 10:30:59 +00:00
This view is really nice to check flags, but when clearing them we must make sure that we only ever try to set 1 bit at a time, which makes setting bits through the structured view a footgun, as that fetches, ors in and then sets, potentially resetting other flags. |
||
|---|---|---|
| .. | ||
| ATA | ||
| NVMe | ||
| SD | ||
| USB | ||
| DiskPartition.cpp | ||
| DiskPartition.h | ||
| StorageController.cpp | ||
| StorageController.h | ||
| StorageDevice.cpp | ||
| StorageDevice.h | ||
| StorageManagement.cpp | ||
| StorageManagement.h | ||