Searched refs:anchor (Results 1 – 10 of 10) sorted by relevance
| /u-boot/test/py/ |
| A D | multiplexed_log.py | 192 def __init__(self, log, marker, anchor): argument 206 self.anchor = anchor 209 self.anchor = self.log.start_section(self.marker, self.anchor) 232 self.anchor = 0 386 if anchor: 389 if anchor: 409 if not anchor: 410 self.anchor += 1 411 anchor = str(self.anchor) 419 return anchor [all …]
|
| A D | conftest.py | 458 anchor = anchors.get(test, None) 459 log.status_warning('... ' + test, anchor) 463 anchor = anchors.get(test, None) 468 anchor = anchors.get(test, None) 469 log.status_xpass('... ' + test, anchor) 473 anchor = anchors.get(test, None) 474 log.status_xfail('... ' + test, anchor) 478 anchor = anchors.get(test, None) 479 log.status_fail('... ' + test, anchor) 483 anchor = anchors.get(test, None) [all …]
|
| /u-boot/common/ |
| A D | command.c | 339 char *anchor, *s, *t; in find_common_prefix() local 345 anchor = *argv++; in find_common_prefix() 346 len = strlen(anchor); in find_common_prefix() 348 s = anchor; in find_common_prefix() 353 len = s - anchor; in find_common_prefix()
|
| /u-boot/drivers/mtd/ubi/ |
| A D | fastmap-wl.c | 88 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor) in ubi_wl_get_fm_peb() argument 95 if (anchor) in ubi_wl_get_fm_peb() 309 wrk->anchor = 1; in ubi_ensure_anchor_pebs()
|
| A D | wl.c | 678 int anchor = wrk->anchor; local 715 if (!anchor) 716 anchor = !anchor_pebs_avalible(&ubi->free); 718 if (anchor) { 1027 wrk->anchor = 0;
|
| A D | ubi.h | 775 int anchor; member 878 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor);
|
| /u-boot/doc/usage/cmd/ |
| A D | qfw.rst | 46 etc/smbios/smbios-anchor
|
| /u-boot/include/ |
| A D | smbios.h | 41 u8 anchor[4]; member
|
| /u-boot/lib/ |
| A D | smbios-parser.c | 33 if (memcmp(entry->anchor, "_SM_", 4)) in smbios_entry()
|
| A D | smbios.c | 512 memcpy(se->anchor, "_SM_", 4); in write_smbios_table()
|
Completed in 32 milliseconds