Searched refs:arg_type (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/acpi/acpica/ |
D | nsarguments.c | 68 u8 arg_type; in acpi_ns_check_argument_types() local 84 arg_type = METHOD_GET_NEXT_TYPE(arg_type_list); in acpi_ns_check_argument_types() 87 if (user_arg_type != arg_type) { in acpi_ns_check_argument_types() 95 acpi_ut_get_type_name(arg_type))); in acpi_ns_check_argument_types()
|
D | psargs.c | 392 u32 arg_type, union acpi_parse_object *arg) in acpi_ps_get_next_simple_arg() argument 398 ACPI_FUNCTION_TRACE_U32(ps_get_next_simple_arg, arg_type); in acpi_ps_get_next_simple_arg() 400 switch (arg_type) { in acpi_ps_get_next_simple_arg() 463 ACPI_ERROR((AE_INFO, "Invalid ArgType 0x%X", arg_type)); in acpi_ps_get_next_simple_arg() 713 u32 arg_type, union acpi_parse_object **return_arg) in acpi_ps_get_next_arg() argument 723 switch (arg_type) { in acpi_ps_get_next_arg() 737 acpi_ps_get_next_simple_arg(parser_state, arg_type, arg); in acpi_ps_get_next_arg() 867 ACPI_ERROR((AE_INFO, "Invalid ArgType: 0x%X", arg_type)); in acpi_ps_get_next_arg()
|
D | acparser.h | 87 u32 arg_type, union acpi_parse_object *arg); 97 u32 arg_type, union acpi_parse_object **return_arg);
|
/linux-4.1.27/kernel/bpf/ |
D | verifier.c | 752 enum bpf_arg_type arg_type, struct bpf_map **mapp) in check_func_arg() argument 758 if (arg_type == ARG_DONTCARE) in check_func_arg() 766 if (arg_type == ARG_ANYTHING) in check_func_arg() 769 if (arg_type == ARG_PTR_TO_STACK || arg_type == ARG_PTR_TO_MAP_KEY || in check_func_arg() 770 arg_type == ARG_PTR_TO_MAP_VALUE) { in check_func_arg() 772 } else if (arg_type == ARG_CONST_STACK_SIZE) { in check_func_arg() 774 } else if (arg_type == ARG_CONST_MAP_PTR) { in check_func_arg() 776 } else if (arg_type == ARG_PTR_TO_CTX) { in check_func_arg() 779 verbose("unsupported arg_type %d\n", arg_type); in check_func_arg() 789 if (arg_type == ARG_CONST_MAP_PTR) { in check_func_arg() [all …]
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 1528 u8 arg_type; member
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 4613 #define PFM_CMD(name, flags, arg_count, arg_type, getsz) { name, #name, flags, arg_count, sizeof(ar… argument
|