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

/linux-4.1.27/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()
700 * arg_type - The argument type (AML_*_ARG)
713 u32 arg_type, union acpi_parse_object **return_arg) acpi_ps_get_next_arg()
723 switch (arg_type) { acpi_ps_get_next_arg()
737 acpi_ps_get_next_simple_arg(parser_state, arg_type, arg); acpi_ps_get_next_arg()
867 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
711 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.h87 u32 arg_type, union acpi_parse_object *arg);
97 u32 arg_type, union acpi_parse_object **return_arg);
/linux-4.1.27/kernel/bpf/
H A Dverifier.c752 enum bpf_arg_type arg_type, struct bpf_map **mapp) check_func_arg()
758 if (arg_type == ARG_DONTCARE) check_func_arg()
766 if (arg_type == ARG_ANYTHING) check_func_arg()
769 if (arg_type == ARG_PTR_TO_STACK || arg_type == ARG_PTR_TO_MAP_KEY || check_func_arg()
770 arg_type == ARG_PTR_TO_MAP_VALUE) { check_func_arg()
772 } else if (arg_type == ARG_CONST_STACK_SIZE) { check_func_arg()
774 } else if (arg_type == ARG_CONST_MAP_PTR) { check_func_arg()
776 } else if (arg_type == ARG_PTR_TO_CTX) { check_func_arg()
779 verbose("unsupported arg_type %d\n", arg_type); check_func_arg()
789 if (arg_type == ARG_CONST_MAP_PTR) { check_func_arg()
793 } else if (arg_type == ARG_PTR_TO_MAP_KEY) { check_func_arg()
809 } else if (arg_type == ARG_PTR_TO_MAP_VALUE) { check_func_arg()
820 } else if (arg_type == ARG_CONST_STACK_SIZE) { check_func_arg()
751 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.1.27/drivers/scsi/megaraid/
H A Dmegaraid_sas.h1528 u8 arg_type; member in struct:megasas_evt_detail
/linux-4.1.27/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 303 milliseconds