Searched refs:field_type (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexprep.c422 if (info->field_type != ACPI_TYPE_LOCAL_INDEX_FIELD) {
440 obj_desc = acpi_ut_create_internal_object(info->field_type);
459 switch (info->field_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddsfield.c268 info->field_type,
371 info.field_type = ACPI_TYPE_LOCAL_REGION_FIELD;
553 info.field_type = ACPI_TYPE_LOCAL_BANK_FIELD;
619 info.field_type = ACPI_TYPE_LOCAL_INDEX_FIELD;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_asn1.c344 int field_type; local
358 field_type = EC_GROUP_get_basis_type(group);
360 if (field_type == 0)
366 if ((char_two->type = OBJ_nid2obj(field_type)) == NULL)
372 if (field_type == NID_X9_62_tpBasis)
392 else if (field_type == NID_X9_62_ppBasis)
411 else /* field_type == NID_X9_62_onBasis */
H A Dec_lcl.h90 int field_type; /* a NID */ member in struct:ec_method_st
H A Dec_curve.c77 int field_type; /* either NID_X9_62_prime_field or member in struct:ec_curve_data_st
1151 if (data->field_type == NID_X9_62_prime_field)
1160 { /* field_type == NID_X9_62_characteristic_two_field */
H A Dec_lib.c280 return meth->field_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y91 static void process_field(int field_type, symbol_t *sym, int mask);
1398 process_field(int field_type, symbol_t *sym, int value)
1408 sym->type = field_type;
1411 if (field_type != ENUM_ENTRY) {
1412 if (field_type != MASK && value == 0) {
1423 } else if (sym->type != field_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Daclocal.h306 u8 field_type; member in struct:acpi_create_field_info

Completed in 229 milliseconds