Lines Matching defs:type

91 #define IOKIT_TYPE_IS_COMPATIBLE_PTR(ptr, type) \  argument
95 #define IOKIT_TYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) \ argument
319 #define IONewData(type, count) \ argument
322 #define IONewZeroData(type, count) \ argument
325 #define IODeleteData(ptr, type, count) ({ \ argument
350 #define IOMallocType(type) ({ \ argument
356 #define IOFreeType(elem, type) ({ \ argument
753 #define IOFREETYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) \ argument
758 #define IOFREETYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) do {} while (0) argument
795 #define __IOAddOperatorsSentinel(name, type) \ argument
798 #define __IOAddTypedOperatorsSentinel(type) \ argument
801 #define __IOAddTypedArrayOperatorsSentinel(type) \ argument
804 #define __IODeclareTypedOperators(type) \ argument
809 #define __IODeclareTypedArrayOperators(type) \ argument
815 #define __IODefineTypedOperators(type) \ argument
833 #define __IOTypedOperatorNewArrayImpl(type, count) \ argument
852 #define __IOTypedOperatorDeleteArrayImpl(type, ptr) \ argument
863 #define __IODefineTypedArrayOperators(type) \ argument
870 #define __IOOverrideTypedOperators(type) \ argument
881 #define __IOOverrideTypedArrayOperators(type) \ argument
907 #define IODeclareTypedOperatorsSupportingArrayOperators(type) \ argument
910 #define IODeclareTypedOperators(type) \ argument
929 #define IODefineTypedOperatorsSupportingArrayOperators(type) \ argument
932 #define IODefineTypedOperators(type) \ argument
952 #define IOOverrideTypedOperators(type) \ argument
956 #define IOOverrideTypedOperatorsSupportingArrayOperators(type) \ argument