Searched refs:field_type (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 622 tree field_type, val_type; in check_bad_casts_in_constructor() local 634 field_type = TREE_TYPE(field); in check_bad_casts_in_constructor() 637 if (TREE_CODE(field_type) != POINTER_TYPE || TREE_CODE(val_type) != POINTER_TYPE) in check_bad_casts_in_constructor() 640 if (field_type == val_type) in check_bad_casts_in_constructor() 643 field_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(field_type)))); in check_bad_casts_in_constructor() 646 if (field_type == void_type_node) in check_bad_casts_in_constructor() 648 if (field_type == val_type) in check_bad_casts_in_constructor() 655 …MISMATCH(DECL_SOURCE_LOCATION(var), "constructor\n", TYPE_MAIN_VARIANT(field_type), TYPE_MAIN_VARI… in check_bad_casts_in_constructor()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | exprep.c | 390 if (info->field_type != ACPI_TYPE_LOCAL_INDEX_FIELD) { in acpi_ex_prep_field_value() 408 obj_desc = acpi_ut_create_internal_object(info->field_type); in acpi_ex_prep_field_value() 428 switch (info->field_type) { in acpi_ex_prep_field_value()
|
D | dsfield.c | 380 info->field_type, in acpi_ds_get_field_names() 517 info.field_type = ACPI_TYPE_LOCAL_REGION_FIELD; in acpi_ds_create_field() 722 info.field_type = ACPI_TYPE_LOCAL_BANK_FIELD; in acpi_ds_create_bank_field() 800 info.field_type = ACPI_TYPE_LOCAL_INDEX_FIELD; in acpi_ds_create_index_field()
|
D | aclocal.h | 243 u8 field_type; member
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 196 static void define_value(enum print_arg_type field_type, in define_value() argument 207 if (field_type == PRINT_SYMBOL) in define_value() 226 static void define_values(enum print_arg_type field_type, in define_values() argument 231 define_value(field_type, ev_name, field_name, field->value, in define_values() 235 define_values(field_type, field->next, ev_name, field_name); in define_values() 238 static void define_field(enum print_arg_type field_type, in define_field() argument 247 if (field_type == PRINT_SYMBOL) in define_field() 250 if (field_type == PRINT_FLAGS) in define_field() 259 if (field_type == PRINT_FLAGS) in define_field()
|
/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 91 static void process_field(int field_type, symbol_t *sym, int mask); 1426 process_field(int field_type, symbol_t *sym, int value) 1436 sym->type = field_type; 1439 if (field_type != ENUM_ENTRY) { 1440 if (field_type != MASK && value == 0) { 1451 } else if (sym->type != field_type) {
|
/Linux-v4.19/kernel/trace/ |
D | trace_events_hist.c | 746 char *field_type = argv[0], *field_name; in parse_synth_field() local 750 if (field_type[0] == ';') in parse_synth_field() 751 field_type++; in parse_synth_field() 753 if (!strcmp(field_type, "unsigned")) { in parse_synth_field() 757 field_type = argv[1]; in parse_synth_field() 773 len = strlen(field_type) + 1; in parse_synth_field() 786 strcat(field->type, field_type); in parse_synth_field()
|
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | ethtool.c | 34 #define EF4_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument 38 .offset = ((((field_type *) 0) == \
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ethtool.c | 34 #define EFX_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument 38 .offset = ((((field_type *) 0) == \
|