Searched refs:first_arg (Results 1 – 4 of 4) sorted by relevance
364 union acpi_parse_object *first_arg; in acpi_ds_exec_end_op() local378 first_arg = op->common.value.arg; in acpi_ds_exec_end_op()412 status = acpi_ds_create_operands(walk_state, first_arg); in acpi_ds_exec_end_op()522 next_op = first_arg; in acpi_ds_exec_end_op()
712 union acpi_parse_object *first_arg) in acpi_ds_create_operands() argument721 ACPI_FUNCTION_TRACE_PTR(ds_create_operands, first_arg); in acpi_ds_create_operands()725 arg = first_arg; in acpi_ds_create_operands()
286 union acpi_parse_object *first_arg);
1985 my @first_arg;1988 push(@first_arg, split('\s+', $1));1989 push(@first_arg, $2);1991 @first_arg = split('\s+', shift @args);1994 unshift(@args, pop @first_arg);1995 $type = join " ", @first_arg;