Searched refs:arg_types (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/acpi/acpica/ |
H A D | psobject.c | 60 walk_state->arg_types = ARGP_NAMESTRING; in acpi_ps_get_aml_opcode() 131 walk_state->arg_types = walk_state->op_info->parse_args; in acpi_ps_get_aml_opcode() 172 while (GET_CURRENT_ARG_TYPE(walk_state->arg_types) && in acpi_ps_build_named_op() 173 (GET_CURRENT_ARG_TYPE(walk_state->arg_types) != ARGP_NAME)) { in acpi_ps_build_named_op() 179 arg_types), &arg); in acpi_ps_build_named_op() 185 INCREMENT_ARG_LIST(walk_state->arg_types); in acpi_ps_build_named_op() 203 if (!GET_CURRENT_ARG_TYPE(walk_state->arg_types)) { in acpi_ps_build_named_op() 209 INCREMENT_ARG_LIST(walk_state->arg_types); in acpi_ps_build_named_op() 468 walk_state->prev_arg_types = walk_state->arg_types; in acpi_ps_complete_op() 474 &walk_state->arg_types, in acpi_ps_complete_op() [all …]
|
H A D | psloop.c | 73 arg_types), in acpi_ps_get_arguments() 87 walk_state->arg_types = 0; in acpi_ps_get_arguments() 94 while (GET_CURRENT_ARG_TYPE(walk_state->arg_types) && in acpi_ps_get_arguments() 117 (walk_state->arg_types), &arg); in acpi_ps_get_arguments() 126 INCREMENT_ARG_LIST(walk_state->arg_types); in acpi_ps_get_arguments() 236 walk_state->arg_types = 0; in acpi_ps_parse_loop() 284 &walk_state->arg_types, in acpi_ps_parse_loop() 293 walk_state->arg_types = walk_state->prev_arg_types; in acpi_ps_parse_loop() 396 if (walk_state->arg_types) { in acpi_ps_parse_loop() 459 walk_state->arg_types, in acpi_ps_parse_loop()
|
H A D | exresop.c | 106 u32 arg_types; in acpi_ex_resolve_operands() local 119 arg_types = op_info->runtime_args; in acpi_ex_resolve_operands() 120 if (arg_types == ARGI_INVALID_OPCODE) { in acpi_ex_resolve_operands() 128 opcode, op_info->name, arg_types)); in acpi_ex_resolve_operands() 137 while (GET_CURRENT_ARG_TYPE(arg_types)) { in acpi_ex_resolve_operands() 243 this_arg_type = GET_CURRENT_ARG_TYPE(arg_types); in acpi_ex_resolve_operands() 244 INCREMENT_ARG_LIST(arg_types); in acpi_ex_resolve_operands() 665 if (GET_CURRENT_ARG_TYPE(arg_types)) { in acpi_ex_resolve_operands()
|
H A D | dbexec.c | 544 local_info.types = local_info.arg_types; in acpi_db_method_thread() 667 acpi_gbl_db_method_info.types = acpi_gbl_db_method_info.arg_types; in acpi_db_create_execution_thread() 675 acpi_gbl_db_method_info.arg_types[i] = *types; in acpi_db_create_execution_thread() 818 acpi_gbl_db_method_info.types = acpi_gbl_db_method_info.arg_types; in acpi_db_create_execution_threads() 819 acpi_gbl_db_method_info.arg_types[0] = ACPI_TYPE_INTEGER; in acpi_db_create_execution_threads() 820 acpi_gbl_db_method_info.arg_types[1] = ACPI_TYPE_INTEGER; in acpi_db_create_execution_threads() 821 acpi_gbl_db_method_info.arg_types[2] = ACPI_TYPE_INTEGER; in acpi_db_create_execution_threads()
|
H A D | acstruct.h | 55 u32 arg_types; member
|
H A D | psargs.c | 241 if ((GET_CURRENT_ARG_TYPE(walk_state->arg_types) == in acpi_ps_get_next_namepath() 243 || (GET_CURRENT_ARG_TYPE(walk_state->arg_types) == in acpi_ps_get_next_namepath()
|
H A D | aclocal.h | 1219 acpi_object_type arg_types[ACPI_METHOD_NUM_ARGS]; member
|
/openbmc/boost-dbus/include/dbus/ |
H A D | properties.hpp | 40 arg_types(bool in, std::tuple<Tp...>& t, std::vector<DbusArgument>& v, in arg_types() function 47 TupleIndex<sizeof...(Tp), void>::type arg_types( 66 arg_types<TupleIndex + 1, Tp...>(in, t, v, arg_names); 72 void arg_types(bool in, Element& t, std::vector<DbusArgument>& v, in arg_types() function 95 arg_types(true, t, args); in LambdaDbusMethod() 98 arg_types(false, o, args); in LambdaDbusMethod() 107 arg_types(true, t, args, &input_arg_names); in LambdaDbusMethod() 110 arg_types(false, o, args, &output_arg_names); in LambdaDbusMethod() 162 arg_types(true, tu, args, &names); in DbusTemplateSignal()
|
/openbmc/qemu/tcg/ |
H A D | tci.c | 403 ffi_type *t = cif->arg_types[i]; in tcg_qemu_tb_exec()
|
H A D | tcg.c | 998 ca->cif.arg_types = ca->args; in init_ffi_layout() 1006 ca->cif.rtype, ca->cif.arg_types); in init_ffi_layout()
|