/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...] |
/device/google/dragon/recovery/updater/ |
update_fw.cpp | 174 char *fwid; local 186 fwid = reinterpret_cast<char*>(fmap_read_section(img, "RW_FWID_A", &size, NULL)); 188 if (!fwid) { 194 if (!strncmp(version, fwid, size) && !force) { 196 free(fwid); 200 free(fwid);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
hndrte_debug.h | 52 uint32 fwid; /* 4 bytes of fw info */ member in struct:hndrte_debug
|
/external/autotest/client/cros/faft/utils/ |
firmware_updater.py | 60 """Retrieve shellball's fwid. 65 Shellball's fwid. 70 [fwid] = self.os_if.run_shell_command_get_output( 72 return fwid 99 """Repack shellball with new fwid. 101 New fwid follows the rule: [orignal_fwid]-[append]. 104 append: use for new fwid naming.
|
/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...] |