Home
last modified time | relevance | path

Searched refs:start_from (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A Dfindtests.py95 start_from: Optional[str] = None) -> List[str]:
156 if start_from is not None:
157 del sequence[:sequence.index(self.parse_test_name(start_from))]
H A Dcheck180 start_from=args.start_from)
/openbmc/linux/drivers/pmdomain/imx/
H A Dscu-pd.c105 u8 start_from; member
432 "%s%i", pd_ranges->name, pd_ranges->start_from + idx); in imx_scu_add_pm_domain()
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c3918 int start_from, nr; in xfrm_bundle_ok() local
3928 start_from = nr = 0; in xfrm_bundle_ok()
3944 start_from = nr; in xfrm_bundle_ok()
3952 start_from = nr; in xfrm_bundle_ok()
3959 if (likely(!start_from)) in xfrm_bundle_ok()
3962 xdst = bundle[start_from - 1]; in xfrm_bundle_ok()
3964 while (start_from--) { in xfrm_bundle_ok()
3971 if (!start_from) in xfrm_bundle_ok()
3974 xdst = bundle[start_from - 1]; in xfrm_bundle_ok()