Home
last modified time | relevance | path

Searched refs:CFT_ZVOL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c290 case CFT_ZVOL: in cpr_verify_statefile_path()
438 cprconfig.cf_type == CFT_ZVOL); in cpr_check_spec_statefile()
1033 case CFT_ZVOL: in cpr_build_statefile_path()
1059 ASSERT(cf->cf_type == CFT_SPEC || cf->cf_type == CFT_ZVOL); in cpr_get_statefile_prom_path()
/illumos-gate/usr/src/psm/stand/cpr/common/
H A Dsupport.c55 if (cf.cf_type == CFT_ZVOL) in cpr_read_cprinfo()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h173 #define CFT_ZVOL 3 /* statefile is a zvol */ macro
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c1173 new_cc.cf_type = CFT_ZVOL; in sfpath()
1193 if (new_cc.cf_type == CFT_ZVOL) { in sfpath()