Home
last modified time | relevance | path

Searched refs:structure_table_length (Results 1 – 25 of 91) sorted by relevance

1234

/dports/emulators/qemu60/qemu-6.0.0/roms/qboot/
H A Dsmbios.c21 uint16_t structure_table_length; member
105 void *end = start + ep->structure_table_length; in smbios_next()
144 qtables_length = ep->structure_table_length; in extract_smbios()
154 ep->structure_table_length = qtables_length; in extract_smbios()
167 ep->structure_table_length += t0_len; in extract_smbios()
/dports/emulators/qemu5/qemu-5.2.0/roms/qboot/
H A Dsmbios.c21 uint16_t structure_table_length; member
105 void *end = start + ep->structure_table_length; in smbios_next()
144 qtables_length = ep->structure_table_length; in extract_smbios()
154 ep->structure_table_length = qtables_length; in extract_smbios()
167 ep->structure_table_length += t0_len; in extract_smbios()
/dports/emulators/qemu/qemu-6.2.0/roms/qboot/
H A Dsmbios.c21 uint16_t structure_table_length; member
105 void *end = start + ep->structure_table_length; in smbios_next()
144 qtables_length = ep->structure_table_length; in extract_smbios()
154 ep->structure_table_length = qtables_length; in extract_smbios()
167 ep->structure_table_length += t0_len; in extract_smbios()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/fw/
H A Dbiostables.c274 void *end = start + smbios->structure_table_length; in smbios_next()
442 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
460 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
465 if (t0_len > (0xffff - ep.structure_table_length)) { in smbios_romfile_setup()
467 0xffff - ep.structure_table_length, t0_len); in smbios_romfile_setup()
470 ep.structure_table_length += t0_len; in smbios_romfile_setup()
478 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
479 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
481 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/fw/
H A Dbiostables.c274 void *end = start + smbios->structure_table_length; in smbios_next()
442 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
460 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
465 if (t0_len > (0xffff - ep.structure_table_length)) { in smbios_romfile_setup()
467 0xffff - ep.structure_table_length, t0_len); in smbios_romfile_setup()
470 ep.structure_table_length += t0_len; in smbios_romfile_setup()
478 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
479 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
481 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/fw/
H A Dbiostables.c253 void *end = start + smbios->structure_table_length; in smbios_next()
421 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
439 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
444 ep.structure_table_length += t0_len; in smbios_romfile_setup()
451 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
452 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
454 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
H A Dsmbios.c21 u16 structure_table_length, in smbios_entry_point_setup() argument
26 if (structure_table_length <= BUILD_MAX_SMBIOS_FSEG) in smbios_entry_point_setup()
29 finaltable = malloc_fseg(structure_table_length); in smbios_entry_point_setup()
31 finaltable = malloc_high(structure_table_length); in smbios_entry_point_setup()
36 memcpy(finaltable, structure_table_address, structure_table_length); in smbios_entry_point_setup()
47 ep.structure_table_length = structure_table_length; in smbios_entry_point_setup()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/fw/
H A Dbiostables.c253 void *end = start + smbios->structure_table_length; in smbios_next()
421 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
439 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
444 ep.structure_table_length += t0_len; in smbios_romfile_setup()
451 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
452 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
454 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
H A Dsmbios.c21 u16 structure_table_length, in smbios_entry_point_setup() argument
26 if (structure_table_length <= BUILD_MAX_SMBIOS_FSEG) in smbios_entry_point_setup()
29 finaltable = malloc_fseg(structure_table_length); in smbios_entry_point_setup()
31 finaltable = malloc_high(structure_table_length); in smbios_entry_point_setup()
36 memcpy(finaltable, structure_table_address, structure_table_length); in smbios_entry_point_setup()
47 ep.structure_table_length = structure_table_length; in smbios_entry_point_setup()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/fw/
H A Dbiostables.c253 void *end = start + smbios->structure_table_length; in smbios_next()
421 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
439 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
444 ep.structure_table_length += t0_len; in smbios_romfile_setup()
451 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
452 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
454 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
H A Dsmbios.c21 u16 structure_table_length, in smbios_entry_point_setup() argument
26 if (structure_table_length <= BUILD_MAX_SMBIOS_FSEG) in smbios_entry_point_setup()
29 finaltable = malloc_fseg(structure_table_length); in smbios_entry_point_setup()
31 finaltable = malloc_high(structure_table_length); in smbios_entry_point_setup()
36 memcpy(finaltable, structure_table_address, structure_table_length); in smbios_entry_point_setup()
47 ep.structure_table_length = structure_table_length; in smbios_entry_point_setup()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/fw/
H A Dbiostables.c253 void *end = start + smbios->structure_table_length; in smbios_next()
421 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
439 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
444 ep.structure_table_length += t0_len; in smbios_romfile_setup()
451 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
452 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
454 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
H A Dsmbios.c21 u16 structure_table_length, in smbios_entry_point_setup() argument
26 if (structure_table_length <= BUILD_MAX_SMBIOS_FSEG) in smbios_entry_point_setup()
29 finaltable = malloc_fseg(structure_table_length); in smbios_entry_point_setup()
31 finaltable = malloc_high(structure_table_length); in smbios_entry_point_setup()
36 memcpy(finaltable, structure_table_address, structure_table_length); in smbios_entry_point_setup()
47 ep.structure_table_length = structure_table_length; in smbios_entry_point_setup()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/fw/
H A Dbiostables.c253 void *end = start + smbios->structure_table_length; in smbios_next()
421 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
439 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
444 ep.structure_table_length += t0_len; in smbios_romfile_setup()
451 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
452 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
454 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
H A Dsmbios.c21 u16 structure_table_length, in smbios_entry_point_setup() argument
26 if (structure_table_length <= BUILD_MAX_SMBIOS_FSEG) in smbios_entry_point_setup()
29 finaltable = malloc_fseg(structure_table_length); in smbios_entry_point_setup()
31 finaltable = malloc_high(structure_table_length); in smbios_entry_point_setup()
36 memcpy(finaltable, structure_table_address, structure_table_length); in smbios_entry_point_setup()
47 ep.structure_table_length = structure_table_length; in smbios_entry_point_setup()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/fw/
H A Dbiostables.c253 void *end = start + smbios->structure_table_length; in smbios_next()
421 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
439 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
444 ep.structure_table_length += t0_len; in smbios_romfile_setup()
451 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
452 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
454 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/fw/
H A Dbiostables.c253 void *end = start + smbios->structure_table_length; in smbios_next()
421 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
439 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
444 ep.structure_table_length += t0_len; in smbios_romfile_setup()
451 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
452 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
454 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
H A Dsmbios.c21 u16 structure_table_length, in smbios_entry_point_setup() argument
26 if (structure_table_length <= BUILD_MAX_SMBIOS_FSEG) in smbios_entry_point_setup()
29 finaltable = malloc_fseg(structure_table_length); in smbios_entry_point_setup()
31 finaltable = malloc_high(structure_table_length); in smbios_entry_point_setup()
36 memcpy(finaltable, structure_table_address, structure_table_length); in smbios_entry_point_setup()
47 ep.structure_table_length = structure_table_length; in smbios_entry_point_setup()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/fw/
H A Dbiostables.c253 void *end = start + smbios->structure_table_length; in smbios_next()
421 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
439 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
444 ep.structure_table_length += t0_len; in smbios_romfile_setup()
451 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
452 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
454 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/fw/
H A Dbiostables.c253 void *end = start + smbios->structure_table_length; in smbios_next()
421 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
439 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
444 ep.structure_table_length += t0_len; in smbios_romfile_setup()
451 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
452 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
454 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/fw/
H A Dbiostables.c253 void *end = start + smbios->structure_table_length; in smbios_next()
421 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
439 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
444 ep.structure_table_length += t0_len; in smbios_romfile_setup()
451 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
452 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
454 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/fw/
H A Dbiostables.c274 void *end = start + smbios->structure_table_length; in smbios_next()
442 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
460 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
465 ep.structure_table_length += t0_len; in smbios_romfile_setup()
472 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
473 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
475 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
H A Dsmbios.c21 u16 structure_table_length, in smbios_entry_point_setup() argument
26 if (structure_table_length <= BUILD_MAX_SMBIOS_FSEG) in smbios_entry_point_setup()
29 finaltable = malloc_fseg(structure_table_length); in smbios_entry_point_setup()
31 finaltable = malloc_high(structure_table_length); in smbios_entry_point_setup()
36 memcpy(finaltable, structure_table_address, structure_table_length); in smbios_entry_point_setup()
47 ep.structure_table_length = structure_table_length; in smbios_entry_point_setup()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/fw/
H A Dbiostables.c274 void *end = start + smbios->structure_table_length; in smbios_next()
442 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
460 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
465 ep.structure_table_length += t0_len; in smbios_romfile_setup()
472 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
473 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
475 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()
/dports/misc/seabios/seabios-1.14.0/src/fw/
H A Dbiostables.c274 void *end = start + smbios->structure_table_length; in smbios_next()
442 if (f_tables->size != ep.structure_table_length) in smbios_romfile_setup()
460 qtables_len = ep.structure_table_length; in smbios_romfile_setup()
465 ep.structure_table_length += t0_len; in smbios_romfile_setup()
472 if (ep.structure_table_length > BUILD_MAX_SMBIOS_FSEG) in smbios_romfile_setup()
473 tables = malloc_high(ep.structure_table_length); in smbios_romfile_setup()
475 tables = malloc_fseg(ep.structure_table_length); in smbios_romfile_setup()

1234