Home
last modified time | relevance | path

Searched refs:s_memory (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/gplinclude/dmi/
Ddmi_memory.h51 } s_memory; typedef
Ddmi.h69 s_memory memory[MAX_DMI_MEMORY_ITEMS];
/external/syslinux/com32/gpllib/dmi/
Ddmi.c555 memset(&dmi->memory[i], 0, sizeof(s_memory)); in dmi_iterate()
861 s_memory *mem = &dmi->memory[dmi->memory_count - 1]; in dmi_decode()
/external/syslinux/com32/lua/src/
Ddmi.c321 s_memory *memory = dmi_ptr->memory; in get_memory_table()