The BSD portion of the XNU kernel (main module: BSDCore).
BSDCore
typealias BSD = BSDCore.BSD
s4KassAAV3XNUV3BSDa
8352Q
import Kass
struct XNU
The XNU kernel.
struct Kass
The Kass library.
import BSDCore
The core module for interacting with the BSD kernel.
struct BSD
The BSD kernel.
typealias Mach = MachCore.Mach
The Mach portion of the XNU kernel (main module: MachCore).
MachCore