Searched refs:CPR_SPEC_OFFSET (Results 1 – 3 of 3) sorted by relevance
292 (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()
532 if (bytes > CPR_SPEC_OFFSET) in cpr_get_devsize()533 bytes -= CPR_SPEC_OFFSET; in cpr_get_devsize()1139 return (cprconfig.cf_type != CFT_UFS ? btod(CPR_SPEC_OFFSET) : 0); in cpr_statefile_offset()
569 #define CPR_SPEC_OFFSET 16384 macro