Lines Matching refs:sfpath
270 #define sfpath un.un_sfpath in cpr_verify_statefile_path() macro
289 if (strlen(cf->cf_path) > sizeof (sfpath)) { in cpr_verify_statefile_path()
325 if (strlen(cf->cf_fs) + strlen(cf->cf_path) + 2 > sizeof (sfpath)) { in cpr_verify_statefile_path()
330 bzero(sfpath, sizeof (sfpath)); in cpr_verify_statefile_path()
331 (void) strcpy(sfpath, cpr_cprconfig_to_path()); in cpr_verify_statefile_path()
333 if (*sfpath != '/') { in cpr_verify_statefile_path()
335 "must begin with a /\n", sfpath); in cpr_verify_statefile_path()
345 tail = longest = sfpath + 1; /* pt beyond the leading "/" */ in cpr_verify_statefile_path()
348 if ((error = lookupname(sfpath, in cpr_verify_statefile_path()
352 "statefile path %s was not found.\n", sfpath); in cpr_verify_statefile_path()
379 if (strcmp(cf->cf_fs, sfpath) == 0) { in cpr_verify_statefile_path()
391 if (cpr_is_ufs(vfsp_save) == 0 || strcmp(cf->cf_fs, sfpath)) { in cpr_verify_statefile_path()
394 "changed to %s. %s\n", cf->cf_fs, sfpath, rerun); in cpr_verify_statefile_path()