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

/xnu-2782.1.97/iokit/Tests/
H A DTestDevice.cpp49 TestDeviceAction act, int tag, void *dataP)
89 (*(TestDeviceAction) field0)(this, (int) field1, field2);
122 TestDeviceAction command;
128 command = (TestDeviceAction) sDevice->producer1Action;
130 command = (TestDeviceAction) sDevice->producer2Action;
H A DTests.h76 typedef void (*TestDeviceAction)(TestDevice *, int, void *); typedef
95 TestDeviceAction act, int tag, void *dataP);

Completed in 20 milliseconds