Home
last modified time | relevance | path

Searched refs:bootArgValue (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOInterruptAccounting.cpp50 int bootArgValue = 0; in interruptAccountingInit() local
52 if (PE_parse_boot_argn("interrupt_accounting", &bootArgValue, sizeof(bootArgValue))) { in interruptAccountingInit()
53 gInterruptAccountingStatisticBitmask = bootArgValue; in interruptAccountingInit()