OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smbios_entries
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
smbios.c
41
static uint8_t *
smbios_entries
;
variable
47
return
smbios_entries
;
56
uint16_t *num_entries = (uint16_t *)
smbios_entries
;
94
if (!
smbios_entries
) {
96
smbios_entries
= qemu_mallocz(smbios_entries_len);
98
smbios_entries
= qemu_realloc(
smbios_entries
, smbios_entries_len +
100
field = (struct smbios_field *)(
smbios_entries
+ smbios_entries_len);
109
(*(uint16_t *)
smbios_entries
) =
110
cpu_to_le16(le16_to_cpu(*(uint16_t *)
smbios_entries
) + 1)
[
all
...]
/external/qemu-pc-bios/bochs/bios/
rombios32.c
529
static uint16_t
smbios_entries
(void)
function
[
all
...]
Completed in 71 milliseconds