Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/cpr/
H A Dcpr_misc.c225 (void) strcpy(full_path, cf->cf_fs); in cpr_cprconfig_to_path()
226 if (strcmp(cf->cf_fs, "/")) in cpr_cprconfig_to_path()
326 if (strlen(cf->cf_fs) + strlen(cf->cf_path) + 2 > sizeof (sfpath)) { in cpr_verify_statefile_path()
380 if (strcmp(cf->cf_fs, sfpath) == 0) { in cpr_verify_statefile_path()
392 if (cpr_is_ufs(vfsp_save) == 0 || strcmp(cf->cf_fs, sfpath)) { in cpr_verify_statefile_path()
395 "changed to %s. %s\n", cf->cf_fs, sfpath, rerun); in cpr_verify_statefile_path()
1027 if (strlen(cf->cf_path) + strlen(cf->cf_fs) >= MAXNAMELEN - 1) { in cpr_build_statefile_path()
/titanic_50/usr/src/psm/stand/cpr/common/
H A Dsupport.c56 volname = cf.cf_fs; in cpr_read_cprinfo()
/titanic_50/usr/src/uts/common/sys/
H A Dcpr.h133 char cf_fs[MAXNAMELEN]; /* mount point for fs */ member
/titanic_50/usr/src/cmd/power/
H A Dconf.c254 MCCPY_FIELD(new_cc, disk_cc, cf_fs); in update_cprconfig()
H A Dhandlers.c942 STRCPYLIM(new_cc.cf_fs, ent.mnt_mountp, "mnt entry"); in check_mount()
1021 STRCPYLIM(new_cc.cf_fs, p + 1, "statefile path"); in ztop()