Home
last modified time | relevance | path

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

/titanic_41/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.c344 size_t alsize, len, resid; in cb_read_statefile() local
373 alsize = (cdump.cdd_filesize + MMU_PAGEOFFSET512K) & in cb_read_statefile()
376 err = cb_alloc(alsize, MMU_PAGESIZE512K, &sfile.buf, &phys); in cb_read_statefile()
379 str, alsize, sfile.size, (void *)sfile.buf, phys)); in cb_read_statefile()
446 if (alsize > sfile.size) { in cb_read_statefile()
447 len = alsize - sfile.size; in cb_read_statefile()
452 (unsigned long long)(phys + alsize))); in cb_read_statefile()