Searched refs:arg_type (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
H A Dnsarguments.c68 u8 arg_type; acpi_ns_check_argument_types() local
84 arg_type = METHOD_GET_NEXT_TYPE(arg_type_list); acpi_ns_check_argument_types()
87 if (user_arg_type != arg_type) { acpi_ns_check_argument_types()
95 acpi_ut_get_type_name(arg_type))); acpi_ns_check_argument_types()
H A Dpsargs.c381 * arg_type - The argument type (AML_*_ARG)
392 u32 arg_type, union acpi_parse_object *arg) acpi_ps_get_next_simple_arg()
398 ACPI_FUNCTION_TRACE_U32(ps_get_next_simple_arg, arg_type); acpi_ps_get_next_simple_arg()
400 switch (arg_type) { acpi_ps_get_next_simple_arg()
463 ACPI_ERROR((AE_INFO, "Invalid ArgType 0x%X", arg_type)); acpi_ps_get_next_simple_arg()
699 * arg_type - The argument type (AML_*_ARG)
712 u32 arg_type, union acpi_parse_object **return_arg) acpi_ps_get_next_arg()
722 switch (arg_type) { acpi_ps_get_next_arg()
736 acpi_ps_get_next_simple_arg(parser_state, arg_type, arg); acpi_ps_get_next_arg()
869 ACPI_ERROR((AE_INFO, "Invalid ArgType: 0x%X", arg_type)); acpi_ps_get_next_arg()
391 acpi_ps_get_next_simple_arg(struct acpi_parse_state *parser_state, u32 arg_type, union acpi_parse_object *arg) acpi_ps_get_next_simple_arg() argument
710 acpi_ps_get_next_arg(struct acpi_walk_state *walk_state, struct acpi_parse_state *parser_state, u32 arg_type, union acpi_parse_object **return_arg) acpi_ps_get_next_arg() argument
H A Dacparser.h90 u32 arg_type, union acpi_parse_object *arg);
100 u32 arg_type, union acpi_parse_object **return_arg);
H A Ddbtest.c942 u8 arg_type; acpi_db_evaluate_one_predefined_name() local
986 arg_type = METHOD_GET_NEXT_TYPE(arg_type_list); acpi_db_evaluate_one_predefined_name()
987 this_param->type = arg_type; acpi_db_evaluate_one_predefined_name()
989 switch (arg_type) { acpi_db_evaluate_one_predefined_name()
1019 pathname, arg_type); acpi_db_evaluate_one_predefined_name()
/linux-4.4.14/kernel/bpf/
H A Dverifier.c801 enum bpf_arg_type arg_type, struct bpf_map **mapp) check_func_arg()
807 if (arg_type == ARG_DONTCARE) check_func_arg()
815 if (arg_type == ARG_ANYTHING) { check_func_arg()
823 if (arg_type == ARG_PTR_TO_STACK || arg_type == ARG_PTR_TO_MAP_KEY || check_func_arg()
824 arg_type == ARG_PTR_TO_MAP_VALUE) { check_func_arg()
826 } else if (arg_type == ARG_CONST_STACK_SIZE) { check_func_arg()
828 } else if (arg_type == ARG_CONST_MAP_PTR) { check_func_arg()
830 } else if (arg_type == ARG_PTR_TO_CTX) { check_func_arg()
833 verbose("unsupported arg_type %d\n", arg_type); check_func_arg()
843 if (arg_type == ARG_CONST_MAP_PTR) { check_func_arg()
847 } else if (arg_type == ARG_PTR_TO_MAP_KEY) { check_func_arg()
863 } else if (arg_type == ARG_PTR_TO_MAP_VALUE) { check_func_arg()
874 } else if (arg_type == ARG_CONST_STACK_SIZE) { check_func_arg()
800 check_func_arg(struct verifier_env *env, u32 regno, enum bpf_arg_type arg_type, struct bpf_map **mapp) check_func_arg() argument
/linux-4.4.14/drivers/scsi/megaraid/
H A Dmegaraid_sas.h1571 u8 arg_type; member in struct:megasas_evt_detail
/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c4613 #define PFM_CMD(name, flags, arg_count, arg_type, getsz) { name, #name, flags, arg_count, sizeof(arg_type), getsz }

Completed in 286 milliseconds