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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOEventSource.cpp61 reserved->counter = IOStatistics::registerEventSource(inOwner); \
H A DIOStatistics.cpp417 IOEventSourceCounter *IOStatistics::registerEventSource(OSObject *inOwner) function in class:IOStatistics
442 kprintf("IOStatistics::registerEventSource - bad metaclass %p\n", inOwner);
457 panic("IOStatistics::registerEventSource: cannot find parent class: %s", inOwner->getMetaClass()->getClassName());
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatisticsPrivate.h247 static IOEventSourceCounter *registerEventSource(OSObject *inOwner);

Completed in 19 milliseconds