Home
last modified time | relevance | path

Searched refs:Prototype (Results 1 – 3 of 3) sorted by relevance

/third_party/lib/acpica/source/include/acpica/platform/
A Daclinux.h110 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument
111 static ACPI_INLINE Prototype {return(AE_NOT_CONFIGURED);}
112 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument
113 static ACPI_INLINE Prototype {return(AE_OK);}
114 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument
115 static ACPI_INLINE Prototype {return;}
116 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument
117 static ACPI_INLINE Prototype {return(0);}
118 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument
119 static ACPI_INLINE Prototype {return(NULL);}
/third_party/lib/acpica/source/include/acpica/
A Dacpixf.h96 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 …]
/third_party/lib/acpica/
A Dchanges.txt9303 (Prototype and assistance from Dong Wei)

Completed in 21 milliseconds