HomeSort by relevance Sort by last modified time
    Searched defs:bios (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/gplinclude/dmi/
dmi.h 62 s_bios bios; member in struct:__anon31867
  /external/syslinux/com32/lua/src/
dmi.c 46 macro to work. For example, for the bios subtable, the table_fn is
47 get_bios_table() and the subtable name is "bios".
88 s_bios *bios = &dmi_ptr->bios; local
90 if (!bios->filled)
92 /* bios */
94 LUA_ADD_STR_P(L, bios, vendor)
95 LUA_ADD_STR_P(L, bios, version)
96 LUA_ADD_STR_P(L, bios, release_date)
97 LUA_ADD_STR_P(L, bios, bios_revision
    [all...]
  /external/syslinux/com32/lib/sys/vesa/
i915resolution.c 164 bios_type bios; member in struct:__anon31941
335 * Map the video bios to memory
378 debug("Unknown chipset type and unrecognized bios.\r\n");
431 * Figure out what type of bios we have
436 map->bios = BT_3;
439 map->bios = BT_2;
442 map->bios = BT_1;
445 debug("Unable to determine bios type.\r\n");
538 switch(map->bios) {
618 switch(map->bios) {
    [all...]

Completed in 72 milliseconds