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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandPool.cpp36 * 10/9/2000 CJS Created IOCommandPool class and implementation
40 #include <IOKit/IOCommandPool.h>
43 OSDefineMetaClassAndStructors(IOCommandPool, OSObject);
44 OSMetaClassDefineReservedUnused(IOCommandPool, 0);
45 OSMetaClassDefineReservedUnused(IOCommandPool, 1);
46 OSMetaClassDefineReservedUnused(IOCommandPool, 2);
47 OSMetaClassDefineReservedUnused(IOCommandPool, 3);
48 OSMetaClassDefineReservedUnused(IOCommandPool, 4);
49 OSMetaClassDefineReservedUnused(IOCommandPool, 5);
50 OSMetaClassDefineReservedUnused(IOCommandPool,
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCommandPool.h36 * 11/13/2000 CJS Created IOCommandPool class and implementation
41 * @header IOCommandPool
43 * This header contains the IOCommandPool class definition.
63 * @class IOCommandPool
66 * The IOCommandPool class is used to manipulate a pool of commands which
75 class IOCommandPool : public OSObject class in inherits:OSObject
78 OSDeclareDefaultStructors(IOCommandPool)
118 * @abstract Primary initializer for an IOCommandPool object.
119 * @discussion Primary initializer for an IOCommandPool.
120 * Should probably use IOCommandPool
[all...]

Completed in 19 milliseconds