Searched defs:Prototype (Results 1 – 10 of 10) sorted by relevance
95 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument100 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument105 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument110 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument115 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument288 #define ACPI_HW_DEPENDENT_RETURN_STATUS(Prototype) \ argument291 #define ACPI_HW_DEPENDENT_RETURN_OK(Prototype) \ argument294 #define ACPI_HW_DEPENDENT_RETURN_VOID(Prototype) \ argument298 #define ACPI_HW_DEPENDENT_RETURN_STATUS(Prototype) \ argument301 #define ACPI_HW_DEPENDENT_RETURN_OK(Prototype) \ argument[all …]
106 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument108 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument110 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument112 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument114 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument
22 type proto = Prototype of string * string array Constructor
28 type proto = Prototype of string * string array Constructor
32 | Prototype of string * string array Constructor
35 | Prototype of string * string array Constructor
45 Prototype, enumerator
35 void llvm_raise(value Prototype, char *Message) { in llvm_raise()