Searched refs:arg_type (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/acpi/acpica/ |
| A D | psargs.c | 365 u32 arg_type, union acpi_parse_object *arg) in acpi_ps_get_next_simple_arg() argument 373 switch (arg_type) { in acpi_ps_get_next_simple_arg() 436 ACPI_ERROR((AE_INFO, "Invalid ArgType 0x%X", arg_type)); in acpi_ps_get_next_simple_arg() 752 acpi_ut_get_argument_type_name(arg_type), arg_type)); in acpi_ps_get_next_arg() 754 switch (arg_type) { in acpi_ps_get_next_arg() 840 acpi_ut_get_argument_type_name(arg_type), in acpi_ps_get_next_arg() 841 arg_type)); in acpi_ps_get_next_arg() 878 acpi_ut_get_argument_type_name(arg_type), in acpi_ps_get_next_arg() 879 arg_type)); in acpi_ps_get_next_arg() 926 acpi_ut_get_argument_type_name(arg_type), in acpi_ps_get_next_arg() [all …]
|
| A 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() 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 D | utdecode.c | 546 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 D | acparser.h | 58 u32 arg_type, union acpi_parse_object *arg); 74 u32 arg_type, union acpi_parse_object **return_arg);
|
| A 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()
|
| A D | acutils.h | 239 const char *acpi_ut_get_argument_type_name(u32 arg_type);
|
| /linux/tools/mm/ |
| A D | page_owner_sort.c | 515 if (arg_type == ARG_PID) in parse_cull_args() 517 else if (arg_type == ARG_TGID) in parse_cull_args() 519 else if (arg_type == ARG_COMM) in parse_cull_args() 521 else if (arg_type == ARG_STACKTRACE) in parse_cull_args() 523 else if (arg_type == ARG_ALLOCATOR) in parse_cull_args() 573 if (arg_type == ARG_PID) in parse_sort_args() 575 else if (arg_type == ARG_TGID) in parse_sort_args() 577 else if (arg_type == ARG_COMM) in parse_sort_args() 581 else if (arg_type == ARG_ALLOC_TS) in parse_sort_args() 583 else if (arg_type == ARG_TXT) in parse_sort_args() [all …]
|
| /linux/tools/lib/bpf/ |
| A D | usdt.c | 207 enum usdt_arg_type arg_type; member 1306 arg->arg_type = USDT_ARG_REG; in parse_usdt_arg() 1315 arg->arg_type = USDT_ARG_CONST; in parse_usdt_arg() 1347 arg->arg_type = USDT_ARG_REG; in parse_usdt_arg() 1356 arg->arg_type = USDT_ARG_CONST; in parse_usdt_arg() 1407 arg->arg_type = USDT_ARG_CONST; in parse_usdt_arg() 1412 arg->arg_type = USDT_ARG_REG; in parse_usdt_arg() 1493 arg->arg_type = USDT_ARG_CONST; in parse_usdt_arg() 1498 arg->arg_type = USDT_ARG_REG; in parse_usdt_arg() 1573 arg->arg_type = USDT_ARG_CONST; in parse_usdt_arg() [all …]
|
| A D | usdt.bpf.h | 43 enum __bpf_usdt_arg_type arg_type; member 140 switch (arg_spec->arg_type) { in bpf_usdt_arg()
|
| /linux/include/kunit/ |
| A D | resource.h | 406 #define KUNIT_DEFINE_ACTION_WRAPPER(wrapper, orig, arg_type) \ argument 409 arg_type arg = (arg_type)in; \
|
| /linux/kernel/bpf/ |
| A D | verifier.c | 7894 if (arg_type & MEM_UNINIT) { in process_dynptr_func() 8440 enum bpf_arg_type arg_type, in check_reg_type() argument 8467 if (arg_type & MEM_RDONLY) in check_reg_type() 8469 if (arg_type & PTR_MAYBE_NULL) in check_reg_type() 8526 (!type_may_be_null(arg_type) || arg_type_is_release(arg_type))) { in check_reg_type() 8795 enum bpf_arg_type arg_type = fn->arg_type[arg]; in check_func_arg() local 8800 if (arg_type == ARG_DONTCARE) in check_func_arg() 8890 switch (base_type(arg_type)) { in check_func_arg() 8996 if (arg_type & MEM_ALIGNED) in check_func_arg() 9650 i, arg->arg_type); in btf_check_func_arg_match() [all …]
|
| A D | btf.c | 5061 const struct btf_type *arg_type; in btf_func_proto_check() local 5066 if (!arg_type) { in btf_func_proto_check() 5084 if (btf_type_needs_resolve(arg_type) && in btf_func_proto_check() 7490 sub->args[i].arg_type = ARG_PTR_TO_CTX; in btf_prepare_func_args() 7515 sub->args[i].arg_type |= PTR_MAYBE_NULL; in btf_prepare_func_args() 7524 sub->args[i].arg_type = ARG_PTR_TO_ARENA; in btf_prepare_func_args() 7546 sub->args[i].arg_type &= ~PTR_MAYBE_NULL; in btf_prepare_func_args() 7557 sub->args[i].arg_type = ARG_ANYTHING; in btf_prepare_func_args() 9079 const struct btf_type *reg_type, *arg_type; in btf_type_ids_nocast_alias() local 9087 arg_type = btf_type_by_id(arg_btf, arg_id); in btf_type_ids_nocast_alias() [all …]
|
| /linux/drivers/scsi/mpi3mr/mpi/ |
| A D | mpi30_ioc.h | 692 __le16 arg_type; member 713 u8 arg_type; member
|
| /linux/drivers/media/v4l2-core/ |
| A D | v4l2-subdev.c | 483 #define DEFINE_STATE_WRAPPER(f, arg_type) \ argument 486 arg_type *arg) \ 500 #define DEFINE_STATE_WRAPPER(f, arg_type) \ argument 503 arg_type *arg) \
|
| /linux/include/linux/ |
| A D | bpf_verifier.h | 645 enum bpf_arg_type arg_type; member
|
| A D | bpf.h | 837 enum bpf_arg_type arg_type[5]; member
|
| /linux/drivers/scsi/megaraid/ |
| A D | megaraid_sas.h | 2094 u8 arg_type; member
|
Completed in 113 milliseconds