Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Ddmi.c41 #define LUA_ADD_NUM_S(pLua_state, Base, Field) \ macro
146 LUA_ADD_NUM_S(L, system->system_reset, status) in get_system_table()
147 LUA_ADD_NUM_S(L, system->system_reset, watchdog) in get_system_table()
204 LUA_ADD_NUM_S(L, base_board->devices_information[i], status) in get_base_board_table()
402 LUA_ADD_NUM_S(L, cache[i], installed_size) in get_cache_table()
403 LUA_ADD_NUM_S(L, cache[i], max_size) in get_cache_table()
406 LUA_ADD_NUM_S(L, cache[i], speed) in get_cache_table()
486 LUA_ADD_NUM_S(L, dmi, memory_module_count) in dmi_gettable()
487 LUA_ADD_NUM_S(L, dmi, memory_count) in dmi_gettable()
488 LUA_ADD_NUM_S(L, dmi, cache_count) in dmi_gettable()