Lines Matching defs:type
91 #define IOKIT_TYPE_IS_COMPATIBLE_PTR(ptr, type) \ argument
95 #define IOKIT_TYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) \ argument
343 #define IONewData(type, count) \ argument
346 #define IONewZeroData(type, count) \ argument
349 #define IODeleteData(ptr, type, count) ({ \ argument
374 #define IOMallocType(type) ({ \ argument
380 #define IOFreeType(elem, type) ({ \ argument
777 #define IOFREETYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) \ argument
782 #define IOFREETYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) do {} while (0) argument
819 #define __IOAddOperatorsSentinel(name, type) \ argument
822 #define __IOAddTypedOperatorsSentinel(type) \ argument
825 #define __IOAddTypedArrayOperatorsSentinel(type) \ argument
828 #define __IODeclareTypedOperators(type) \ argument
833 #define __IODeclareTypedArrayOperators(type) \ argument
839 #define __IODefineTypedOperators(type) \ argument
857 #define __IOTypedOperatorNewArrayImpl(type, count) \ argument
876 #define __IOTypedOperatorDeleteArrayImpl(type, ptr) \ argument
887 #define __IODefineTypedArrayOperators(type) \ argument
894 #define __IOOverrideTypedOperators(type) \ argument
905 #define __IOOverrideTypedArrayOperators(type) \ argument
931 #define IODeclareTypedOperatorsSupportingArrayOperators(type) \ argument
934 #define IODeclareTypedOperators(type) \ argument
953 #define IODefineTypedOperatorsSupportingArrayOperators(type) \ argument
956 #define IODefineTypedOperators(type) \ argument
976 #define IOOverrideTypedOperators(type) \ argument
980 #define IOOverrideTypedOperatorsSupportingArrayOperators(type) \ argument