Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.py183 def __init__(self, log, marker, anchor): argument
197 self.anchor = anchor
200 self.anchor = self.log.start_section(self.marker, self.anchor)
223 self.anchor = 0
358 def _note(self, note_type, msg, anchor=None): argument
373 if anchor:
374 self.f.write('<a href="#%s">\n' % anchor)
378 if anchor:
382 def start_section(self, marker, anchor=None): argument
397 if not anchor:
[all …]
H A Dconftest.py386 anchor = anchors.get(test, None)
387 log.status_skipped('... ' + test, anchor)
391 anchor = anchors.get(test, None)
392 log.status_xpass('... ' + test, anchor)
396 anchor = anchors.get(test, None)
397 log.status_xfail('... ' + test, anchor)
401 anchor = anchors.get(test, None)
402 log.status_fail('... ' + test, anchor)
406 anchor = anchors.get(test, None)
407 log.status_fail('... ' + test, anchor)
/rk3399_rockchip-uboot/common/
H A Dcommand.c300 char *anchor, *s, *t; in find_common_prefix() local
306 anchor = *argv++; in find_common_prefix()
307 len = strlen(anchor); in find_common_prefix()
309 s = anchor; in find_common_prefix()
314 len = s - anchor; in find_common_prefix()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dfastmap-wl.c89 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor) in ubi_wl_get_fm_peb() argument
96 if (anchor) in ubi_wl_get_fm_peb()
310 wrk->anchor = 1; in ubi_ensure_anchor_pebs()
H A Dwl.c677 int anchor = wrk->anchor; local
714 if (!anchor)
715 anchor = !anchor_pebs_avalible(&ubi->free);
717 if (anchor) {
1026 wrk->anchor = 0;
H A Dubi.h772 int anchor; member
875 struct ubi_wl_entry *ubi_wl_get_fm_peb(struct ubi_device *ubi, int anchor);
/rk3399_rockchip-uboot/include/
H A Dsmbios.h36 u8 anchor[4]; member
/rk3399_rockchip-uboot/lib/
H A Dsmbios.c288 memcpy(se->anchor, "_SM_", 4); in write_smbios_table()