DMI_NONE
{ NULL, DMI_NONE }
if (s == DMI_NONE)
return dmi->matches[0].slot == DMI_NONE;
static int fields[] = { DMI_SYS_VENDOR, DMI_BOARD_VENDOR, DMI_NONE };
for (i = 0; fields[i] != DMI_NONE; i++) {
for (id = kempld_dmi_table; id->matches[0].slot != DMI_NONE; id++)
if (id->matches[0].slot == DMI_NONE)
{ NULL, DMI_NONE }