Lines Matching defs:type
329 #define IOMallocType(type) ({ \ argument
335 #define IOFreeType(elem, type) ({ \ argument
343 #define IONewData(type, count) \ argument
346 #define IONewZeroData(type, count) \ argument
349 #define IODeleteData(ptr, type, count) ({ \ argument
745 #define IOFREETYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) \ argument
750 #define IOFREETYPE_ASSERT_COMPATIBLE_POINTER(ptr, type) do {} while (0) argument
787 #define __IOAddOperatorsSentinel(name, type) \ argument
790 #define __IOAddTypedOperatorsSentinel(type) \ argument
793 #define __IOAddTypedArrayOperatorsSentinel(type) \ argument
796 #define __IODeclareTypedOperators(type) \ argument
801 #define __IODeclareTypedArrayOperators(type) \ argument
807 #define __IODefineTypedOperators(type) \ argument
825 #define __IOTypedOperatorNewArrayImpl(type, count) \ argument
844 #define __IOTypedOperatorDeleteArrayImpl(type, ptr) \ argument
855 #define __IODefineTypedArrayOperators(type) \ argument
862 #define __IOOverrideTypedOperators(type) \ argument
873 #define __IOOverrideTypedArrayOperators(type) \ argument
899 #define IODeclareTypedOperatorsSupportingArrayOperators(type) \ argument
902 #define IODeclareTypedOperators(type) \ argument
921 #define IODefineTypedOperatorsSupportingArrayOperators(type) \ argument
924 #define IODefineTypedOperators(type) \ argument
944 #define IOOverrideTypedOperators(type) \ argument
948 #define IOOverrideTypedOperatorsSupportingArrayOperators(type) \ argument