Searched refs:new_cc (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/power/ |
H A D | handlers.c | 467 (void) strcpy(new_cc.apm_behavior, behavior); in autopm() 487 new_cc.is_autopm_default = 1; in autopm() 488 (void) strcpy(new_cc.apm_behavior, behavior); in autopm() 529 new_cc.as_idle = atoi(LINEARG(1)); in autosd() 530 if (gethm(LINEARG(2), &new_cc.as_sh, &new_cc.as_sm) || in autosd() 531 gethm(LINEARG(3), &new_cc.as_fh, &new_cc.as_fm)) in autosd() 534 new_cc.as_idle, new_cc.as_sh, new_cc.as_sm, in autosd() 535 new_cc.as_fh, new_cc.as_fm); in autosd() 545 STRCPYLIM(new_cc.as_behavior, *bp, unrec); in autosd() 851 return (scan_int(LINEARG(1), &new_cc.diskreads_thold)); in dreads() [all …]
|
H A D | conf.c | 77 struct cprconfig new_cc; variable 163 new_cc.is_cpr_default = 1; in get_cpr_info() 165 new_cc.is_autopm_default = 1; in get_cpr_info() 168 new_cc.is_cpr_capable = 1; in get_cpr_info() 173 new_cc.is_autowakeup_capable = 1; in get_cpr_info() 245 struct cprconfig *wrt_cc = &new_cc; in update_cprconfig() 251 new_cc.cf_magic = disk_cc.cf_magic; in update_cprconfig() 252 new_cc.cf_type = disk_cc.cf_type; in update_cprconfig() 253 MCCPY_FIELD(new_cc, disk_cc, cf_path); in update_cprconfig() 254 MCCPY_FIELD(new_cc, disk_cc, cf_fs); in update_cprconfig() [all …]
|
H A D | pmconfig.h | 101 extern struct cprconfig new_cc;
|
/titanic_41/usr/src/uts/common/sys/usb/usba/ |
H A D | whcdi.h | 278 void wusb_hc_add_cc(wusb_hc_cc_list_t **cc_list, wusb_hc_cc_list_t *new_cc);
|