|
libfru 2.1
FRU Manupulation Library
|
#include <frugen.h>
Data Fields | ||
| field_type_t | type | |
| fru_area_type_t | area | |
| union { | ||
| fru_chassis_field_t chassis | ||
| fru_board_field_t board | ||
| fru_prod_field_t product | ||
| int index | ||
| } | field | |
| char * | value | |
| int | custom_index | |
| fru_area_type_t fieldopt_t::area |
Referenced by arg_to_fieldopt(), and main().
| fru_board_field_t fieldopt_t::board |
| fru_chassis_field_t fieldopt_t::chassis |
| int fieldopt_t::custom_index |
Referenced by arg_to_fieldopt(), and main().
| union { ... } fieldopt_t::field |
Referenced by arg_to_fieldopt(), and main().
| int fieldopt_t::index |
Referenced by arg_to_fieldopt(), and main().
| fru_prod_field_t fieldopt_t::product |
| field_type_t fieldopt_t::type |
Referenced by arg_to_fieldopt(), and main().
| char* fieldopt_t::value |
Referenced by arg_to_fieldopt(), and main().