Home
last modified time | relevance | path

Searched refs:arg_type (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/acpi/acpica/
A Dpsargs.c363 u32 arg_type, union acpi_parse_object *arg) in acpi_ps_get_next_simple_arg() argument
371 switch (arg_type) { in acpi_ps_get_next_simple_arg()
434 ACPI_ERROR((AE_INFO, "Invalid ArgType 0x%X", arg_type)); in acpi_ps_get_next_simple_arg()
717 acpi_ut_get_argument_type_name(arg_type), arg_type)); in acpi_ps_get_next_arg()
719 switch (arg_type) { in acpi_ps_get_next_arg()
801 acpi_ut_get_argument_type_name(arg_type), in acpi_ps_get_next_arg()
802 arg_type)); in acpi_ps_get_next_arg()
835 acpi_ut_get_argument_type_name(arg_type), in acpi_ps_get_next_arg()
836 arg_type)); in acpi_ps_get_next_arg()
879 acpi_ut_get_argument_type_name(arg_type), in acpi_ps_get_next_arg()
[all …]
A Dnsarguments.c34 u8 arg_type; in acpi_ns_check_argument_types() local
55 arg_type = METHOD_GET_NEXT_TYPE(arg_type_list); in acpi_ns_check_argument_types()
60 if ((user_arg_type != arg_type) && (arg_type != ACPI_TYPE_ANY)) { in acpi_ns_check_argument_types()
68 acpi_ut_get_type_name(arg_type))); in acpi_ns_check_argument_types()
A Dutdecode.c546 const char *acpi_ut_get_argument_type_name(u32 arg_type) in acpi_ut_get_argument_type_name() argument
549 if (arg_type > ARGP_MAX) { in acpi_ut_get_argument_type_name()
553 return (acpi_gbl_argument_type[arg_type]); in acpi_ut_get_argument_type_name()
A Ddbtest.c989 u8 arg_type; in acpi_db_evaluate_one_predefined_name() local
1033 arg_type = METHOD_GET_NEXT_TYPE(arg_type_list); in acpi_db_evaluate_one_predefined_name()
1034 this_param->type = arg_type; in acpi_db_evaluate_one_predefined_name()
1036 switch (arg_type) { in acpi_db_evaluate_one_predefined_name()
1066 pathname, arg_type); in acpi_db_evaluate_one_predefined_name()
A Dacparser.h58 u32 arg_type, union acpi_parse_object *arg);
74 u32 arg_type, union acpi_parse_object **return_arg);
A Dacutils.h224 const char *acpi_ut_get_argument_type_name(u32 arg_type);
/linux/kernel/bpf/
A Dverifier.c5000 enum bpf_arg_type *arg_type) in resolve_map_arg_type() argument
5011 if (*arg_type == ARG_PTR_TO_MAP_VALUE) { in resolve_map_arg_type()
5020 *arg_type = ARG_PTR_TO_MAP_VALUE; in resolve_map_arg_type()
5135 enum bpf_arg_type arg_type, in check_reg_type() argument
5198 enum bpf_arg_type arg_type = fn->arg_type[arg]; in check_func_arg() local
5202 if (arg_type == ARG_DONTCARE) in check_func_arg()
5209 if (arg_type == ARG_ANYTHING) { in check_func_arg()
5224 if (arg_type == ARG_PTR_TO_MAP_VALUE || in check_func_arg()
5259 if (arg_type == ARG_CONST_MAP_PTR) { in check_func_arg()
5335 } else if (arg_type == ARG_PTR_TO_TIMER) { in check_func_arg()
[all …]
A Dbtf.c3979 const struct btf_type *arg_type; in btf_func_proto_check() local
3983 arg_type = btf_type_by_id(btf, arg_type_id); in btf_func_proto_check()
3984 if (!arg_type) { in btf_func_proto_check()
3999 if (btf_type_needs_resolve(arg_type) && in btf_func_proto_check()
4001 err = btf_resolve(env, arg_type, arg_type_id); in btf_func_proto_check()
/linux/drivers/scsi/mpi3mr/mpi/
A Dmpi30_ioc.h651 __le16 arg_type; member
670 u8 arg_type; member
/linux/drivers/scsi/megaraid/
A Dmegaraid_sas.h2090 u8 arg_type; member
/linux/include/linux/
A Dbpf.h381 enum bpf_arg_type arg_type[5]; member

Completed in 93 milliseconds