```select count(*) from iokit_registry; count(*) =...
# macos
a
Copy code
select count(*) from iokit_registry;
count(*) = 2048
that is at least similar to the count from raw ioreg
Copy code
% ioreg | wc -l                                                                                          
    2049