Lines Matching full:arguments
52 /* Typecheck all arguments */ in acpi_ns_check_argument_types()
121 "Object (%s) must be a control method with %u arguments", in acpi_ns_check_acpi_compliance()
133 "with no arguments and no return value", in acpi_ns_check_acpi_compliance()
155 "Insufficient arguments - " in acpi_ns_check_acpi_compliance()
163 "Excess arguments - " in acpi_ns_check_acpi_compliance()
208 "%u arguments were passed to a non-method ACPI object (%s)", in acpi_ns_check_argument_count()
222 * Emit a message if too few or too many arguments have been passed in acpi_ns_check_argument_count()
225 * Note: Too many arguments will not cause the method to in acpi_ns_check_argument_count()
227 * arguments and the method attempts to use one of the missing ones. in acpi_ns_check_argument_count()
234 "Insufficient arguments - " in acpi_ns_check_argument_count()
241 "Excess arguments - " in acpi_ns_check_argument_count()
265 "Insufficient arguments - " in acpi_ns_check_argument_count()
271 "Excess arguments - " in acpi_ns_check_argument_count()