Lines Matching full:arguments
52 /* Typecheck all arguments */ in acpi_ns_check_argument_types()
119 "Object (%s) must be a control method with %u arguments", in acpi_ns_check_acpi_compliance()
131 "with no arguments and no return value", in acpi_ns_check_acpi_compliance()
153 "Insufficient arguments - " in acpi_ns_check_acpi_compliance()
161 "Excess arguments - " in acpi_ns_check_acpi_compliance()
206 "%u arguments were passed to a non-method ACPI object (%s)", in acpi_ns_check_argument_count()
220 * Emit a message if too few or too many arguments have been passed in acpi_ns_check_argument_count()
223 * Note: Too many arguments will not cause the method to in acpi_ns_check_argument_count()
225 * arguments and the method attempts to use one of the missing ones. in acpi_ns_check_argument_count()
232 "Insufficient arguments - " in acpi_ns_check_argument_count()
239 "Excess arguments - " in acpi_ns_check_argument_count()
263 "Insufficient arguments - " in acpi_ns_check_argument_count()
269 "Excess arguments - " in acpi_ns_check_argument_count()