HomeSort by relevance Sort by last modified time
    Searched refs:hardware_security (Results 1 - 5 of 5) sorted by null

  /external/syslinux/com32/gplinclude/dmi/
dmi.h 83 } hardware_security; member in struct:__anon33536
  /external/syslinux/com32/lua/src/
dmi.c 418 if (!dmi_ptr->hardware_security.filled)
420 /* hardware_security */
422 LUA_ADD_STR_S(L, dmi_ptr->hardware_security, power_on_passwd_status)
423 LUA_ADD_STR_S(L, dmi_ptr->hardware_security, keyboard_passwd_status)
424 LUA_ADD_STR_S(L, dmi_ptr->hardware_security, administrator_passwd_status)
425 LUA_ADD_STR_S(L, dmi_ptr->hardware_security, front_panel_reset_status)
501 LUA_ADD_TABLE(L, &dmi, hardware_security)
  /external/syslinux/com32/hdt/
hdt-dump-dmi.c 33 if (!hardware->dmi.hardware_security.filled) {
41 add_s("dmi.item","hardware_security");
42 add_hs(dmi.hardware_security.power_on_passwd_status);
43 add_hs(dmi.hardware_security.keyboard_passwd_status);
44 add_hs(dmi.hardware_security.administrator_passwd_status);
45 add_hs(dmi.hardware_security.front_panel_reset_status);
hdt-cli-dmi.c 75 if (hardware->dmi.hardware_security.filled)
602 if (!hardware->dmi.hardware_security.filled)
607 hardware->dmi.hardware_security.power_on_passwd_status);
609 hardware->dmi.hardware_security.keyboard_passwd_status);
611 hardware->dmi.hardware_security.administrator_passwd_status);
613 hardware->dmi.hardware_security.front_panel_reset_status);
  /external/syslinux/com32/gpllib/dmi/
dmi.c 961 dmi->hardware_security.filled = true;
962 strlcpy(dmi->hardware_security.power_on_passwd_status,
964 sizeof dmi->hardware_security.power_on_passwd_status);
965 strlcpy(dmi->hardware_security.keyboard_passwd_status,
967 sizeof dmi->hardware_security.keyboard_passwd_status);
968 strlcpy(dmi->hardware_security.administrator_passwd_status,
970 sizeof dmi->hardware_security.administrator_passwd_status);
971 strlcpy(dmi->hardware_security.front_panel_reset_status,
973 sizeof dmi->hardware_security.front_panel_reset_status);

Completed in 468 milliseconds