Home
last modified time | relevance | path

Searched refs:anchor (Results 1 – 10 of 10) sorted by relevance

/u-boot/test/py/
A Dmultiplexed_log.py192 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 Dconftest.py458 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 Dcommand.c339 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 Dfastmap-wl.c88 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 Dwl.c678 int anchor = wrk->anchor; local
715 if (!anchor)
716 anchor = !anchor_pebs_avalible(&ubi->free);
718 if (anchor) {
1027 wrk->anchor = 0;
A Dubi.h775 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 Dqfw.rst46 etc/smbios/smbios-anchor
/u-boot/include/
A Dsmbios.h41 u8 anchor[4]; member
/u-boot/lib/
A Dsmbios-parser.c33 if (memcmp(entry->anchor, "_SM_", 4)) in smbios_entry()
A Dsmbios.c512 memcpy(se->anchor, "_SM_", 4); in write_smbios_table()

Completed in 32 milliseconds