Searched defs:new_cc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dconf.c77 struct cprconfig new_cc; variable in typeref:struct:cprconfig
163 new_cc.is_cpr_default = 1;
165 new_cc.is_autopm_default = 1;
168 new_cc.is_cpr_capable = 1;
173 new_cc.is_autowakeup_capable = 1;
245 struct cprconfig *wrt_cc = &new_cc;
251 new_cc.cf_magic = disk_cc.cf_magic;
252 new_cc.cf_type = disk_cc.cf_type;
253 MCCPY_FIELD(new_cc, disk_cc, cf_path);
254 MCCPY_FIELD(new_cc, disk_c
[all...]

Completed in 79 milliseconds