Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c281 case CFT_SPEC: in cpr_verify_statefile_path()
437 ASSERT(cprconfig.cf_type == CFT_SPEC || in cpr_check_spec_statefile()
1035 case CFT_SPEC: in cpr_build_statefile_path()
1049 return (cprconfig.cf_type == CFT_SPEC); in cpr_statefile_is_spec()
1059 ASSERT(cf->cf_type == CFT_SPEC || cf->cf_type == CFT_ZVOL); in cpr_get_statefile_prom_path()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h172 #define CFT_SPEC 2 /* statefile is special file */ macro
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c1176 new_cc.cf_type = CFT_SPEC; in sfpath()