Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c280 switch (cf->cf_type) { in cpr_verify_statefile_path()
437 ASSERT(cprconfig.cf_type == CFT_SPEC || in cpr_check_spec_statefile()
438 cprconfig.cf_type == CFT_ZVOL); in cpr_check_spec_statefile()
1026 switch (cf->cf_type) { 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()
1140 return (cprconfig.cf_type != CFT_UFS ? btod(CPR_SPEC_OFFSET) : 0); in cpr_statefile_offset()
/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()
1173 new_cc.cf_type = CFT_ZVOL; in sfpath()
1176 new_cc.cf_type = CFT_SPEC; in sfpath()
1191 if (check_mount(sfile, dev, (new_cc.cf_type == CFT_UFS))) in sfpath()
1193 if (new_cc.cf_type == CFT_ZVOL) { in sfpath()
H A Dconf.c250 new_cc.cf_type = disk_cc.cf_type; in update_cprconfig()
/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.h130 int cf_type; /* CFT_UFS or CFT_SPEC */ member