Searched defs:structure (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/interface/smbios/
H A Dsmbios.c58 * Find specific structure type within SMBIOS
61 * @v structure SMBIOS structure descriptor to fill in
65 struct smbios_structure *structure ) {
79 while ( ( ( offset + sizeof ( structure->header ) ) < smbios.len )
82 /* Read next SMBIOS structure header */
83 copy_from_user ( &structure->header, smbios.address, offset,
84 sizeof ( structure->header ) );
87 strings_offset = ( offset + structure->header.len );
89 DBG ( "SMBIOS structure a
129 read_smbios_structure( struct smbios_structure *structure, void *data, size_t len ) argument
149 read_smbios_string( struct smbios_structure *structure, unsigned int index, void *data, size_t len ) argument
[all...]
H A Dsmbios_settings.c42 * @v _type SMBIOS structure type number
43 * @v _structure SMBIOS structure data type
44 * @v _field Field within SMBIOS structure data type
56 * @v _type SMBIOS structure type number
57 * @v _structure SMBIOS structure data type
58 * @v _field Field within SMBIOS structure data type
94 struct smbios_structure structure; local
108 /* Find SMBIOS structure */
109 if ( ( rc = find_smbios_structure ( tag_type, &structure ) ) != 0 )
113 uint8_t buf[structure
[all...]

Completed in 38 milliseconds