iokit_registry ============== The full IOKit registry without selecting a plane. Platform support ---------------- Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. **Running a query against an unsupported platform will result in the following error:** ``no such table: iokit_registry`` - Mac OSX Table schema ------------ ============ ======= =================================================== Name Type Description ============ ======= =================================================== name TEXT Default name of the node class TEXT Best matching device class (most-specific category) id BIGINT IOKit internal registry ID parent BIGINT Parent registry ID busy_state INTEGER 1 if the node is in a busy state else 0 retain_count INTEGER The node reference count depth INTEGER Node nested depth ============ ======= =================================================== Query examples -------------- Select all the results for the given table. .. code-block:: sql SELECT * FROM iokit_registry;