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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptAccounting.cpp45 int bootArgValue = 0; local
47 if (PE_parse_boot_argn("interrupt_accounting", &bootArgValue, sizeof(bootArgValue)))
48 gInterruptAccountingStatisticBitmask = bootArgValue;

Completed in 129 milliseconds