Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c937 if (new_cc.cf_type != CFT_UFS) in check_mount()
941 } else if (new_cc.cf_type == CFT_UFS) { in check_mount()
1167 new_cc.cf_type = CFT_UFS; in sfpath()
1191 if (check_mount(sfile, dev, (new_cc.cf_type == CFT_UFS))) in sfpath()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c318 case CFT_UFS: in cpr_verify_statefile_path()
1027 case CFT_UFS: in cpr_build_statefile_path()
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.h171 #define CFT_UFS 1 /* statefile is ufs file */ macro