Searched refs:arg_type (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/acpi/acpica/ |
D | psargs.c | 363 u32 arg_type, union acpi_parse_object *arg) in acpi_ps_get_next_simple_arg() argument 369 ACPI_FUNCTION_TRACE_U32(ps_get_next_simple_arg, arg_type); in acpi_ps_get_next_simple_arg() 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() 705 u32 arg_type, union acpi_parse_object **return_arg) in acpi_ps_get_next_arg() argument 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() 734 acpi_ps_get_next_simple_arg(parser_state, arg_type, arg); 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() [all …]
|
D | nsarguments.c | 34 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() 58 if (user_arg_type != arg_type) { in acpi_ns_check_argument_types() 66 acpi_ut_get_type_name(arg_type))); in acpi_ns_check_argument_types()
|
D | utdecode.c | 545 const char *acpi_ut_get_argument_type_name(u32 arg_type) in acpi_ut_get_argument_type_name() argument 548 if (arg_type > ARGP_MAX) { in acpi_ut_get_argument_type_name() 552 return (acpi_gbl_argument_type[arg_type]); in acpi_ut_get_argument_type_name()
|
D | acparser.h | 58 u32 arg_type, union acpi_parse_object *arg); 74 u32 arg_type, union acpi_parse_object **return_arg);
|
D | dbtest.c | 989 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()
|
D | acutils.h | 222 const char *acpi_ut_get_argument_type_name(u32 arg_type);
|
/Linux-v5.4/kernel/bpf/ |
D | verifier.c | 3226 enum bpf_arg_type arg_type, in check_func_arg() argument 3233 if (arg_type == ARG_DONTCARE) in check_func_arg() 3240 if (arg_type == ARG_ANYTHING) { in check_func_arg() 3255 if (arg_type == ARG_PTR_TO_MAP_KEY || in check_func_arg() 3256 arg_type == ARG_PTR_TO_MAP_VALUE || in check_func_arg() 3257 arg_type == ARG_PTR_TO_UNINIT_MAP_VALUE || in check_func_arg() 3258 arg_type == ARG_PTR_TO_MAP_VALUE_OR_NULL) { in check_func_arg() 3261 arg_type == ARG_PTR_TO_MAP_VALUE_OR_NULL) in check_func_arg() 3267 } else if (arg_type == ARG_CONST_SIZE || in check_func_arg() 3268 arg_type == ARG_CONST_SIZE_OR_ZERO) { in check_func_arg() [all …]
|
D | btf.c | 2841 const struct btf_type *arg_type; in btf_func_proto_check() local 2845 arg_type = btf_type_by_id(btf, arg_type_id); in btf_func_proto_check() 2846 if (!arg_type) { in btf_func_proto_check() 2861 if (btf_type_needs_resolve(arg_type) && in btf_func_proto_check() 2863 err = btf_resolve(env, arg_type, arg_type_id); in btf_func_proto_check()
|
/Linux-v5.4/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 2086 u8 arg_type; member
|
/Linux-v5.4/arch/ia64/kernel/ |
D | perfmon.c | 4558 #define PFM_CMD(name, flags, arg_count, arg_type, getsz) { name, #name, flags, arg_count, sizeof(ar… argument
|