Searched refs:Prototype (Results 1 – 3 of 3) sorted by relevance
110 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument111 static ACPI_INLINE Prototype {return(AE_NOT_CONFIGURED);}112 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument113 static ACPI_INLINE Prototype {return(AE_OK);}114 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument115 static ACPI_INLINE Prototype {return;}116 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument117 static ACPI_INLINE Prototype {return(0);}118 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument119 static ACPI_INLINE Prototype {return(NULL);}
96 Prototype;101 Prototype;106 Prototype;111 Prototype;116 Prototype;317 ACPI_EXTERNAL_RETURN_OK(Prototype)320 ACPI_EXTERNAL_RETURN_VOID(Prototype)344 Prototype;362 Prototype;380 Prototype;[all …]
9303 (Prototype and assistance from Dong Wei)
Completed in 21 milliseconds