Home
last modified time | relevance | path

Searched refs:existing_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/test/py/tests/
H A Dtest_vboot.py173 existing_size = replace_fit_totalsize(max_size + 1)
178 replace_fit_totalsize(existing_size)
/openbmc/linux/drivers/staging/vme_user/
H A Dvme_tsi148.c711 unsigned long long existing_size; in tsi148_alloc_resource() local
720 existing_size = (unsigned long long)(image->bus_resource.end - in tsi148_alloc_resource()
724 if ((size != 0) && (existing_size == (size - 1))) in tsi148_alloc_resource()
727 if (existing_size != 0) { in tsi148_alloc_resource()