Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c226 (void) strcpy(full_path, cf->cf_fs); in cpr_cprconfig_to_path()
227 if (strcmp(cf->cf_fs, "/")) in cpr_cprconfig_to_path()
327 if (strlen(cf->cf_fs) + strlen(cf->cf_path) + 2 > sizeof (sfpath)) { in cpr_verify_statefile_path()
381 if (strcmp(cf->cf_fs, sfpath) == 0) { in cpr_verify_statefile_path()
393 if (cpr_is_ufs(vfsp_save) == 0 || strcmp(cf->cf_fs, sfpath)) { in cpr_verify_statefile_path()
396 "changed to %s. %s\n", cf->cf_fs, sfpath, rerun); in cpr_verify_statefile_path()
1028 if (strlen(cf->cf_path) + strlen(cf->cf_fs) >= MAXNAMELEN - 1) { in cpr_build_statefile_path()
/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c56 volname = cf.cf_fs; in cpr_read_cprinfo()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h133 char cf_fs[MAXNAMELEN]; /* mount point for fs */ member
/illumos-gate/usr/src/cmd/power/
H A Dconf.c252 MCCPY_FIELD(new_cc, disk_cc, cf_fs); in update_cprconfig()
H A Dhandlers.c943 STRCPYLIM(new_cc.cf_fs, ent.mnt_mountp, "mnt entry"); in check_mount()
1022 STRCPYLIM(new_cc.cf_fs, p + 1, "statefile path"); in ztop()