Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIODeviceTreeSupport.cpp603 #define unexpected(a) { kprintf("unexpected %s:%d\n", __FILE__, __LINE__); a; } macro
610 unexpected( *iCellCount = 1 ); in IODTGetICellCounts()
721 unexpected(break); in IODTMapOneInterrupt()
/xnu-12377.61.12/osfmk/kperf/
H A Dkptimer.c126 #error unexpected architecture
/xnu-12377.61.12/doc/debugging/
H A Ddebugging.md18 * Name collisions at the top level may override methods with unexpected results.