Home
last modified time | relevance | path

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

/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.c292 (void) cpr_fs_seek(sfile.fd, CPR_SPEC_OFFSET); in cb_open_sf()
294 (void) prom_seek(sfile.fd, CPR_SPEC_OFFSET); in cb_open_sf()
404 (void) cpr_fs_seek(sfile.fd, CPR_SPEC_OFFSET); in cb_read_statefile()
406 (void) prom_seek(sfile.fd, CPR_SPEC_OFFSET); in cb_read_statefile()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c533 if (bytes > CPR_SPEC_OFFSET) in cpr_get_devsize()
534 bytes -= CPR_SPEC_OFFSET; in cpr_get_devsize()
1140 return (cprconfig.cf_type != CFT_UFS ? btod(CPR_SPEC_OFFSET) : 0); in cpr_statefile_offset()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h569 #define CPR_SPEC_OFFSET 16384 macro