Home
last modified time | relevance | path

Searched refs:start_section (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/test/py/
H A Dmultiplexed_log.py199 self.anchor = self.log.start_section(self.marker, self.anchor)
384 def start_section(self, marker, anchor=None): member in Logfile
H A Du_boot_console_base.py340 self.log.start_section('Starting U-Boot')
H A Dconftest.py498 anchors[item.name] = log.start_section(item.name)
/openbmc/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_qmr.c610 unsigned long i, start_section, end_section; in ehea_update_busmap() local
621 start_section = (pfn * PAGE_SIZE) / EHEA_SECTSIZE; in ehea_update_busmap()
622 end_section = start_section + ((nr_pages * PAGE_SIZE) / EHEA_SECTSIZE); in ehea_update_busmap()
624 for (i = start_section; i < end_section; i++) { in ehea_update_busmap()
/openbmc/linux/drivers/md/
H A Ddm-integrity.c2978 static void init_journal(struct dm_integrity_c *ic, unsigned int start_section, in init_journal() argument
2987 i = start_section + n; in init_journal()
3003 write_journal(ic, start_section, n_sections); in init_journal()