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

  /external/autotest/server/site_tests/kernel_BootMessagesServer/
kernel_BootMessagesServer.py 119 def _check_acpi_output(self, text, fwid):
142 if fwid not in message_db:
143 msg = 'Unnown platform %s, acpi dmesg set not defined.' % fwid
148 message_db[fwid][0],
149 message_db[fwid][1])
166 fwid = cs.fwid().split('.')[0]
177 if fwid not in _WHITELIST_TARGETS:
178 msg = 'Unnown platform %s, whitelist dmesg set not defined.' % fwid
183 dmesg, _KERN_WARNING, _WHITELIST_COMMON + _WHITELIST_TARGETS[fwid])
    [all...]
  /external/autotest/client/cros/faft/utils/
firmware_updater.py 109 """Retrieve shellball's fwid.
114 Shellball's fwid.
118 fwid = self._bios_handler.get_section_fwid('a')
120 return fwid.rstrip('\0')
132 fwid = self._ec_handler.get_section_fwid('rw')
134 return fwid.rstrip('\0')
145 (a different EC fwid) in AP firmware, in order to trigger EC
150 * Modify the EC fwid by appending a '~', like from
160 fwid = self.retrieve_ecid()
161 if fwid.endswith('~')
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_debug.h 52 uint32 fwid; /* 4 bytes of fw info */ member in struct:hndrte_debug
  /external/vboot_reference/host/lib/
crossystem.c 74 /* Return true if the FWID starts with the specified string. */
76 char fwid[VB_MAX_STRING_PROPERTY]; local
77 if (!VbGetSystemPropertyString("fwid", fwid, sizeof(fwid)))
80 return 0 == strncmp(fwid, start, strlen(start));
  /external/autotest/server/hosts/
cros_host.py     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c     [all...]

Completed in 275 milliseconds